Svelte 5 Released

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    web development for the rest of us

    I love Svelte and use it for all my personal projects and all company projects (except strictly static sites are still built with just 11ty but I hate it and want to move off it).

    But I'm going to wait a bit on v5 for the company, scanning all the issue headlines, it looks like there are a still a lot of unresolved edge cases: https://github.com/sveltejs/svelte/issues

    As for my latest personal project, upgrading right now so I can help find more of those edge cases :D

  • SaaSHub

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

    SaaSHub logo
  • SvelteKit

    web development, streamlined (by sveltejs)

    Of course! I was very used to SPA, and the convenience of moving a rune/store to an external file meant it could be accessed anywhere (as the post said). With SSR however, if you’re not careful, you can easily leak data: https://github.com/sveltejs/kit/discussions/4339.

  • gradio

    Build and share delightful machine learning apps, all in Python. 🌟 Star to support our work!

    Gradio is built with svelte https://github.com/gradio-app/gradio

  • dbgate

    Database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others. Runs under Windows, Linux, Mac or as web application

  • immich

    High performance self-hosted photo and video management solution.

    Immich uses SvelteKit for its frontend: https://github.com/immich-app/immich

    I’ve used it as a reference for a NestJS+SvelteKit app in the past, they did a pretty good job.

  • Huly

    All-in-One Project Management Platform (alternative to Linear, Jira, Slack, Notion, Motion)

  • jukelab

    JukeLab is a DIY jukebox

    Congrats. I discovered Svelte through the 5 RC and immediately fell in love.

    I’m in the process of porting an HTML audio and Spotify Web Playback music player to Svelte5 and it feels so clean and productive.

    https://github.com/nzoschke/jukelab

  • windmill

    Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal.

  • htmx

    </> htmx - high power tools for HTML

    Svelte vs React is discussion that will never end.

    For those of us who do not like to code complex logic and state in javascript, I can recommed htmx https://htmx.org/. Also, I am more comfortable writing backend code and this just fits my style better.

  • pocketbase

    Open Source realtime backend in 1 file

    PocketBase's UI is built with Svelte: https://github.com/pocketbase/pocketbase/tree/master/ui

  • qwik

    Instant-loading web apps, without effort

    I'm curious what users of Svelte think about https://qwik.dev, have many of you been tempted by it? There are a lot of similarities and both are great at keeping file sizes down with a great DX.

  • Scrawl-canvas

    Responsive, interactive and more accessible HTML5 canvas elements. Scrawl-canvas is a JavaScript library designed to make using the HTML5 canvas element easier, and more fun

    I went with Svelte when I built out the website for my canvas library a few years back[1]. It's proved to be easy to maintain the site, and I particularly like that it supported my vanilla JS library (which I use on the site's landing page) with minimal fuss.

    At some point I want to update the site to use Sveltekit, which I'd been experimenting with in personal projects. But then the team announced Svelte 5 and these things called "runes" and ... I don't know. Having just passed my 60th birthday I'm getting to a stage in my life when keeping up with all the New Shiny makes me wonder if it's worth the effort, or if I should be doing more interesting stuff like creating new content for the site instead.

    [1] - https://scrawl-v8.rikweb.org.uk/

  • astro

    The web framework for content-driven websites. ⭐️ Star to support our work!

    I agree, that's a really nice feature of Svelte. It can be done in .astro files from https://astro.build/ too but Svelte is the first place I saw it done, like you say, it's very nice to work that way.

  • chat-ui

    Open source codebase powering the HuggingChat app

    https://github.com/huggingface/chat-ui

    Ollama's OpenWebUI

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Diving into Open Source, Final Part and Recap

    2 projects | dev.to | 27 Oct 2024
  • GitHub Repositories Every Developer Should Know: An In-Depth Guide

    20 projects | dev.to | 24 Oct 2024
  • A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev

    47 projects | dev.to | 5 Feb 2024
  • Ask HN: What are some unpopular technologies you wish people knew more about?

    56 projects | news.ycombinator.com | 2 Dec 2023
  • Ask HN: If you were to build a web app today what tech stack would you choose?

    21 projects | news.ycombinator.com | 29 Oct 2023

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