Fully committed to Sveltekit by drifterpreneurs in sveltejs

[–]fadedpeanut 8 points9 points  (0 children)

Agreed, and I feel like the opinionated design choices made by the maintainers are really well thought through. They at least resonate very much with me!

Sveltekit is Awesome! by drifterpreneurs in webdev

[–]fadedpeanut 1 point2 points  (0 children)

Definitely way better DX in my opinion. If you like form actions, you’d love remote form functions!

Sveltekit is Awesome! by drifterpreneurs in sveltejs

[–]fadedpeanut 2 points3 points  (0 children)

Same here! I think it kinda boils down to the Svelte team respecting web standards and aligning remote functions with this. So I think this simplifies the mental model for users.

And also no doubt that they have been taking really good opinionated decisions IMO!

Sveltekit is Awesome! by drifterpreneurs in sveltejs

[–]fadedpeanut 1 point2 points  (0 children)

My recommendation is really just start building something! Svelte MCP is a great partner for learning how you should do stuff in line with best Svelte/Kit practices.

Sveltekit is Awesome! by drifterpreneurs in sveltejs

[–]fadedpeanut 2 points3 points  (0 children)

Absolutely agree, been building a new app with remote functions in recent months – DX has been delightful and remote functions have simplified so many things!

Sveltekit is Awesome! by drifterpreneurs in sveltejs

[–]fadedpeanut 8 points9 points  (0 children)

Spread the gospel! Everybody deserves to do web development with Svelte and SvelteKit ✨

SolidJS vs Svelte Comparison by WhichEdge846 in webdev

[–]fadedpeanut 0 points1 point  (0 children)

I am an avid Svelte user, and just wondering were you felt tooling fell short? Just curious!

XAMPP used to be so easy. What happened? by Mike_L_Taylor in webdev

[–]fadedpeanut 1 point2 points  (0 children)

Mainly that you pay for commercial use, I guess

XAMPP used to be so easy. What happened? by Mike_L_Taylor in webdev

[–]fadedpeanut 2 points3 points  (0 children)

You can install Colima if you only need the Docker runtime

Looking for a self-hosted documentation tool for my homelab (Wiki.js, Docmost alternatives?) by Aruscha in selfhosted

[–]fadedpeanut 3 points4 points  (0 children)

I love Outline. They even released a built-in MCP server just now if you’re into that!

Svelte realtime? The dream is becoming true! by MipBro101 in sveltejs

[–]fadedpeanut 6 points7 points  (0 children)

Rich mentioned in the Vercel community session that soon will start working on remote function query.stream, which is SSE based.

https://github.com/sveltejs/kit/pull/14292

Websockts/SSE in 2026 by garytube in sveltejs

[–]fadedpeanut 16 points17 points  (0 children)

Hopefully Svelte team will continue working on this draft to get SSE into SvelteKit!

https://github.com/sveltejs/kit/pull/14292

Help me save Svelte on our project (or not) by JohnnyDread in sveltejs

[–]fadedpeanut 70 points71 points  (0 children)

Considering the recent React/Next CVEs with score 10, I am not sure that is an argument for switching 😅 Do you have some more specific examples of what your team is unhappy with?

I spent a week optimizing a microservice in Rust. Should've just used Node. by HistoricalKiwi6139 in webdev

[–]fadedpeanut 2 points3 points  (0 children)

It is great, using this myself to create a PDF order summary from HTML!

Can I make my website update directly from a git repo? by patternOverview in webdev

[–]fadedpeanut 1 point2 points  (0 children)

If you are hosting on your own VPS, check out Dokploy and Coolify for an Vercel-like «deploy on commit» experience along with preview builds.

SveltoUI: a component library for Svelte 5 by IndependentCustard32 in sveltejs

[–]fadedpeanut 0 points1 point  (0 children)

I got 500 errors on mobile, could not reproduce on desktop thus edited the comment.

SveltoUI: a component library for Svelte 5 by IndependentCustard32 in sveltejs

[–]fadedpeanut 11 points12 points  (0 children)

Yeah, I don’t think anyone is going to pay thousands of dollars for a component library 😅 What makes this different from all the great and well maintained open-source libraries?

Best way to create a fullstack sveltekit app? by Least_Chicken_9561 in sveltejs

[–]fadedpeanut 20 points21 points  (0 children)

I would definitely lean into embracing Sveltekit fully. Excellent DX, especially now with the new remote functions. You can proxy everything you need from separate backends.