#sveltejs
New patch release: @sveltejs/[email protected]. Now warns instead of crashing when a non-enhanced image is dynamically passed to enhanced:img. PR: https://github.com/sveltejs/kit/pull/14845
November 14, 2025 at 9:55 AM
What are the advantages & disadvantages of #svelte?

There are many advantages. Only one disadvantage: no job market or super low.

Now with all agentic tools (figma, lovable) generating react / nextjs based code, demand is going to be more for them, not for svelte.

www.reddit.com/r/sveltejs/...
November 6, 2025 at 11:32 AM
If you have prettier, turn on this setting to correct closing tags on formatting: github.com/sveltejs/pre...
GitHub - sveltejs/prettier-plugin-svelte at version-3
Format your svelte components using prettier. Contribute to sveltejs/prettier-plugin-svelte development by creating an account on GitHub.
github.com
November 1, 2025 at 11:10 PM
hey rich, i made a vite plugin so you can write your remote functions in go. and you can't stop me 😂

www.reddit.com/r/sveltejs/s...
October 31, 2025 at 10:02 PM
Thank you Svelte team for adding ts-estree codegen support to esrap.

Now you can parse and print code in node.js via oxc-parser and esrap.

github.com/sveltejs/es...
Release v2.1.1 · sveltejs/esrap
Patch Changes 9a7693e: fix: support more typescript nodes
github.com
October 29, 2025 at 1:36 PM
I made some real progress on this today: github.com/sveltejs/kit...

I also filed a few issues for various follow up improvements that can be done later on
Better error messages for enhanced-img · Issue #14833 · sveltejs/kit
Describe the bug https://bsky.app/profile/rich-harris.dev/post/3m444jlvqx22f Reproduction User was trying to import .JPG images and we only support .jpg images currently Logs System Info n/a Severi...
github.com
October 29, 2025 at 4:29 PM
And we are just getting started...if you have any ideas on how to make the svelte MCP better please open an issue on

github.com/sveltejs/MCP

Anything the AI usually gets wrong or tools you wish it would have...we are here to make your Svelte+AI experience the best! 🧡
October 22, 2025 at 10:34 PM
File uploads with upload progress using SvelteKit's Remote Functions? Maybe coming soon: github.com/sveltejs/kit...
October 20, 2025 at 2:43 PM
If you need to add the Svelte MCP to your setup you can now easily do it with

```
sv add mcp
```

github.com/sveltejs/cli...

🎉🎉🎉
Release [email protected] · sveltejs/cli
Patch Changes fix(drizzle): --cwd option in add command is now taken into account (#738) feat(drizzle): Docker Compose file is now stored in compose.yaml instead of docker-compose.yml (#738) ...
github.com
October 19, 2025 at 9:12 AM
Looking for a fun weekend project? 🧑‍💻

Learn how to build a text-to-speech app using Dia 1.6B, @FastAPI, and @sveltejs 🔥
www.youtube.com/watch?v=mVQ...
Using Dia 1.6B to Build a Text-to-Speech App on Serverless GPUs
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
www.youtube.com
October 18, 2025 at 11:15 AM
Woohoo! Figured out getting websockets wired up!

Posted the example for others who might need it:
github.com/sveltejs/kit...
Native support for web sockets · Issue #1491 · sveltejs/kit
We've been attempting to migrate our app from sapper to sveltekit and ran into the problem of web sockets, in sapper we could simply attach the WebSocket server directly to the express server and b...
github.com
October 15, 2025 at 5:01 PM
@rich-harris.dev Wish Svelte had same idea to handle SVG out of the box: github.com/korywka/svel... :) By the way, I found a little bug with formatting: github.com/sveltejs/sve... and can you 🙏 give a hint (existing plugin?) how to get `Identifier` value in plugin? (e.g. github.com/korywka/svel...)
GitHub - korywka/svelte-svg-inline: Another way to make SVG and Svelte play nicely together
Another way to make SVG and Svelte play nicely together - korywka/svelte-svg-inline
github.com
October 14, 2025 at 12:09 PM
SvelteKit's remote functions now handle FormData out of the box!
github.com/sveltejs/kit...
October 6, 2025 at 6:12 AM
Docs too? Didn’t see anything on the docs about it, I did see the PR for it, or someone share the PR for it

github.com/sveltejs/sve...
Release [email protected] · sveltejs/svelte
Minor Changes feat: experimental async SSR (#16748) Patch Changes fix: correctly SSR hidden="until-found" (#16773)
github.com
October 6, 2025 at 7:57 PM
The cat is out of the box! If you use AI the official MCP is a must have. Try it out and if there's something that the AI still gets wrong please open an issue on

github.com/sveltejs/mcp...

And btw... it's obviously open source (using TMCP 🤟🏻)

github.com/sveltejs/mcp

Let us know how it goes! 🧡
October 4, 2025 at 12:30 PM
SvelteKit async SSR has landed! The future of Svelte is now here. Try it out along with the new remote functions!

See the PR for some unfinished rough edges. Work continues on it while it's behind an experimental flag, but you can now play around with it!

github.com/sveltejs/kit...
feat: async SSR by Rich-Harris · Pull Request #14447 · sveltejs/kit
This adds asynchronous SSR to an app that's using the latest version of Svelte (^5.39.3) and has opted in to the Svelte experimental.async option (and, ideally, the SvelteKit experimental.remot...
github.com
September 22, 2025 at 4:57 PM
Heads up, #svelte #sveltekit folks: `form()` remote functions got more powerful in sveltekit 2.42.0: it now accepts a schema, and reports back any validation issues. This is not optional, so if you're using `formData` in your `form` functions, you have to add a schema now. github.com/sveltejs/kit...
Release @sveltejs/[email protected] · sveltejs/kit
Minor Changes feat: enhance remote form functions with schema support, input and issues properties (#14383) breaking: remote form functions get passed a parsed POJO instead of a FormData object...
github.com
September 22, 2025 at 1:50 PM
Super excited to announce the experimental release of asynchronous SSR in Svelte! github.com/sveltejs/sve...

`await` expressions in your Svelte components can now be rendered on the server, meaning you don't need to render them inside boundaries with a `pending` snippet. Next up, streaming SSR!
Async SSR · sveltejs svelte · Discussion #16784
The Svelte team has been hard at work on asynchronous rendering, with client-side support and remote functions as our first two efforts. It’s time for the third: SSR. Background There are three cor...
github.com
September 17, 2025 at 11:22 PM
📦 sveltejs / svelte
⭐ 72,322 (+33)
🗒 JavaScript

Cybernetically enhanced web apps
GitHub - sveltejs/svelte: Cybernetically enhanced web apps
Cybernetically enhanced web apps. Contribute to sveltejs/svelte development by creating an account on GitHub.
github.com
September 7, 2023 at 11:50 PM
🎉 Svelte 5 is officially released! 🎉https://github.com/sveltejs/svelte/releases/tag/svelte%405.0.0
GitHub - sveltejs/svelte: Cybernetically enhanced web apps
Cybernetically enhanced web apps. Contribute to sveltejs/svelte development by creating an account on GitHub.
github.com
October 19, 2024 at 10:05 PM
Hot take #Svelte 🌶️: „same people complaining about runes, also complain about why there aren't any Svelte jobs. Well yeah... there isn't because anyone making any large technical decision wouldn't choose Svelte < 5 [..] Now Svelte is capable, [..] meaning more jobs.“

www.reddit.com/r/sveltejs/c...
January 9, 2025 at 9:09 AM
Another Svelte 5 success story: @xyflow.com's mighty interactive diagramming library Svelte Flow has been rewritten with runes and 1.0 is up and running!
Post: xyflow.com/blog/svelte-...
Reddit: www.reddit.com/r/sveltejs/c...
Kudos to @moklick.bsky.social @peterkogo.bsky.social - it's really snappy!
Svelte Flow 1.0 is here! - xyflow
The first major version for Svelte Flow, rewritten with full support for Svelte 5 and many new features.
xyflow.com
May 20, 2025 at 8:50 AM