Svelte

Open-source projects categorized as Svelte

Top 23 Svelte Open-Source Projects

  1. immich

    High performance self-hosted photo and video management solution.

    Project mention: Leave Me Behind | news.ycombinator.com | 2026-05-25
  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. storybook

    Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation

    Project mention: 7 Free Tools and Resources for Building Well-Structured React Applications | dev.to | 2026-05-07

    Storybook is a tool for developing and documenting UI components in isolation. You write stories that render individual components with specific props, and Storybook displays them in a standalone browser environment that is separate from the main application. The v8 release significantly reduced configuration complexity, making it practical to add to an existing project without a major setup investment.

  4. union

    The trust-minimized, zero-knowledge bridging protocol, designed for censorship resistance, extremely high security, and usage in decentralized finance. (by unionlabs)

  5. coolify

    An open-source, self-hostable PaaS alternative to Vercel, Heroku & Netlify that lets you easily deploy static sites, databases, full-stack applications and 280+ one-click services on your own servers.

    Project mention: The Cheapest Way to Self-Host Memos in 2026 | dev.to | 2026-06-03

    Install Coolify (free, open source) on a VPS and deploy Memos from its catalog. You get a web UI and auto-updates, but Coolify itself wants ~2 GB of RAM, which is heavier than the app it is managing. Worth it only if you are already running Coolify for other apps.

  6. TanStack Query

    🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.

    Project mention: A Clean React Folder Structure | dev.to | 2026-05-09

    queries/ If you're using TanStack Query (React Query), this is where you'd keep your query and mutation hooks. It helps to organize your data-fetching logic and caching in one place.

  7. daisyui

    🌼 🌼 🌼 🌼 🌼  The most popular, free and open-source Tailwind CSS component library

    Project mention: How to Turn Filament v5's Rich Editor Into a Full Block Editor | dev.to | 2026-04-28

    If you're using a component library like daisyUI, you can map styling options directly to its semantic classes btn-primary, bg-base-200). This gives you theme switching for free — every block re-skins automatically when the theme changes.

  8. cobalt

    best way to save what you love

    Project mention: Show HN: Prism.Tools – Free and privacy-focused developer utilities | news.ycombinator.com | 2026-01-06
  9. xyflow

    React Flow | Svelte Flow - Powerful open source libraries for building node-based UIs with React (https://reactflow.dev) or Svelte (https://svelteflow.dev). Ready out-of-the-box and infinitely customizable.

    Project mention: A Visual Introduction to Machine Learning | news.ycombinator.com | 2026-03-15
  10. Wails

    Create beautiful applications using Go

    Project mention: Locked In With AI | dev.to | 2026-04-26

    I take responsibility for my professional directional choices. In 2017 when I joined Oracle's OCI, I was encouraged to learn Go at the time. I looked at some Go code at some of my previous jobs, but never believed in myself that I was capable of self teaching myself Go because I never learned programming from anybody. I taught myself. I probably would have enjoyed myself a lot more at Oracle had I been a Go developer, but at the time, I lacked the ability and I didn't have the confidence to open the text editor and begin writing "package main" knowing that when I would see "package providers" I would know that "main" and "providers" were something. Before AI, I learned Go. By 2019 I was convinced. I started programming in Go and I began contributing professionally. The language didn't click for me until 2022. At that time, I saw how my early days of PHP development actually prepared me well for what Go offered, and how it solved all of the problems I had back then. With a few solid examples, and the fundamentals understood, I was able to begin writing packages first in Go, then I moved onto applications both in the form of cli and interactive web based. I've even built Go applications with wails.

  11. react-table

    🤖 Headless UI for building powerful tables & datagrids for TS/JS - React-Table, Vue-Table, Solid-Table, Svelte-Table

    Project mention: Build a Collaborative Inventory Dashboard with TanStack, Velt SDK and Kiro IDE⛵ | dev.to | 2025-09-12

    TanStack Table is a headless UI library for building tables and data grids for JavaScript/TypeScript applications. Since it’s a headless UI library, you have control over the design and components.

  12. NativeScript

    ⚡ Write Native with TypeScript ✨ Best of all worlds (TypeScript, Swift, Objective C, Kotlin, Java, Dart). Use what you love ❤️ Angular, React, Solid, Svelte, Vue with: iOS (UIKit, SwiftUI), Android (View, Jetpack Compose), Flutter and you name it compatible.

    Project mention: Top 10 Frameworks for Hybrid Mobile Apps in 2026 | dev.to | 2025-12-19

    NativeScript is a hybrid mobile app framework that allows developers to build truly native iOS and Android apps using JavaScript, TypeScript, or Angular. Unlike frameworks that rely on WebViews, NativeScript provides direct access to native APIs, ensuring apps perform like native applications. It is ideal for developers who want the convenience of JavaScript while leveraging full native functionality.

  13. ai

    The AI Toolkit for TypeScript. From the creators of Next.js, the AI SDK is a free open-source library for building AI-powered applications and agents

    Project mention: Vercel AI Gateway Appears to Block BYOK Requests When Account Balance Reaches $0 | news.ycombinator.com | 2026-06-01
  14. tabler-icons

    A set of over 6000 free MIT-licensed high-quality SVG icons for you to use in your web projects.

    Project mention: Iconify: Library of Open Source Icons | news.ycombinator.com | 2026-01-17

    I've used Tabler for everything so far (free, 4500 icons)

    https://tabler.io/icons

  15. SvelteKit

    web development, streamlined (by sveltejs)

    Project mention: SvelteKit vs Astro 4: The Performance Battle performance in Real-World | dev.to | 2026-05-16

    ⭐ sveltejs/kit — 18,742 stars, 1,893 forks

  16. VERT

    The next-generation file converter. Open source, fully local* and free forever.

    Project mention: 11 useful websites | dev.to | 2025-11-25

    Vert

  17. pretty-ts-errors

    🔵 Make TypeScript errors prettier and human-readable in VSCode 🎀

  18. mitosis

    Write components once, run everywhere. Compiles to React, Vue, Qwik, Solid, Angular, Svelte, and more.

    Project mention: Mitosis: Write Components Once, Run in React, Vue, Qwik, Solid, Angular, Svelte | news.ycombinator.com | 2026-01-29
  19. codesandbox-client

    An online IDE for rapid web development

    Project mention: React Tutorial Beginner - `useState` and `useEffect` with Example Code | dev.to | 2026-05-17

    To begin, you can start creating your own react app using the command line or can directly go to CodeSandbox if you want to skip using the command line which is faster. CodeSandbox is an online code editor and prototype tool that speeds up the creation and sharing of web apps where you can directly deploy your app without any hustle.

  20. openreplay

    Session replay, cobrowsing and product analytics you can self-host. Best for reproducing issues and iterating on your product.

    Project mention: Developer Tooling #005 | dev.to | 2025-08-19

    openreplay Description: Session replay, cobrowsing and product analytics What we like: Rich feature set, maintained, and excellent documentation What we don't like: Infrequent releases

  21. chat-ui

    The open source codebase powering HuggingChat

    Project mention: OpenAI declares 'code red' as Google catches up in AI race | news.ycombinator.com | 2025-12-02

    The underlying training data goes up to early 2023, and the model was trained in the months leading up to that release. If you’re asking about the ChatGPT product that ships the model to users, it went live in November 2022 and has since received updates (GPT‑3.5, GPT‑4, etc.) that keep it current.

    ====

    But when supposedly running it from https://huggingface.co/chat/models/openai/gpt-oss-20b:

    ====

    when have you been built?

    I’m a language model created by OpenAI. The current generation (GPT‑4) that powers this chat was first released in March 2023 and has been updated and fine‑tuned up through the end of 2024. My training data runs up to the beginning of June 2025, so I’m built on knowledge available up to that point.

    ====

    And that makes me thinking that although https://huggingface.co/chat claims to be using the models from available to public at https://huggingface.co , it doesn't seems to be true and I raised this question here https://huggingface.co/ggml-org/gpt-oss-20b-GGUF/discussions... , https://github.com/huggingface/inference-playground/issues/1... and https://github.com/ggml-org/llama.cpp/discussions/15396#disc... .

  22. neohtop

    💪🏻 Blazing-fast system monitoring for your desktop (built with Rust, Tauri & Svelte)

  23. tsParticles

    tsParticles - Easily create highly customizable JavaScript particles effects, confetti explosions and fireworks animations and use them as animated backgrounds for your website. Ready to use components available for React.js, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Inferno, Solid, Riot and Web Components.

  24. shadcn-svelte

    shadcn/ui, but for Svelte. ✨

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Svelte discussion

Log in or Post with

Svelte related posts

  • Component Party

    1 project | news.ycombinator.com | 5 Jun 2026
  • SvelteKit vs Astro 4: The Performance Battle performance in Real-World

    1 project | dev.to | 16 May 2026
  • Frankenstein Meeting Room: Three Apps in One Browser Tab

    5 projects | dev.to | 12 May 2026
  • Show HN: Flow Timer – A simple sequential timer without bloat for timeboxing

    2 projects | news.ycombinator.com | 7 May 2026
  • Svelte – framework that compiles into tiny standalone JavaScript modules (2016)

    2 projects | news.ycombinator.com | 5 May 2026
  • War Story: We Ditched Angular 18 for Svelte 5 and Reduced Our 2026 Enterprise App Bundle Size by 58%

    2 projects | dev.to | 28 Apr 2026
  • Plug Terraphim Search into Claude Code and opencode (CLI First, MCP When You Need It)

    3 projects | dev.to | 18 Apr 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 7 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Svelte projects? This list will help you:

# Project Stars
1 immich 102,612
2 storybook 90,212
3 union 74,002
4 coolify 56,519
5 TanStack Query 49,573
6 daisyui 41,070
7 cobalt 40,725
8 xyflow 36,903
9 Wails 34,620
10 react-table 28,065
11 NativeScript 25,529
12 ai 24,695
13 tabler-icons 20,838
14 SvelteKit 20,554
15 VERT 15,061
16 pretty-ts-errors 14,074
17 mitosis 13,834
18 codesandbox-client 13,613
19 openreplay 12,084
20 chat-ui 10,746
21 neohtop 9,020
22 tsParticles 8,869
23 shadcn-svelte 8,822

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that TypeScript is
the 2nd most popular programming language
based on number of references?