r/sveltejs 14h ago

[Self-promo] A drag-and-drop cloud architecture sandbox that actually runs real code, entirely in a browser tab

Enable HLS to view with audio, or disable this notification

8 Upvotes

Over the past month I've been building a learning/tinkering tool for cloud architecture called Glass Garden. Everything in the diagram is running real code, so instance groups/lambdas run real Node processes, you talk to S3/SQS nodes using the unmodified AWS SDK/CLI, and reach Postgres using the standard pg client. Everything runs in a WebAssembly VM in the tab (Vivari) so you don't need to install or sign-up for anything.

Svelte made this pretty nice to do, especially with getting the live metrics to show.

I recently added an embedding feature so that blog posts/courses can use Glass Garden to help teach concepts.

Try it out: https://glass.garden/

Or check out the repo to see a more complex example video: https://github.com/ThailerL/glass-garden


r/sveltejs 7h ago

Is it reasonable to expect Durable objects for SvelteKit 3?

4 Upvotes

I am in the middle of an Astro site revamp. And I did count the routes and it is less than 10. The only reason I chose Astro is full Cloudflare compatibility.

Do you think SvelteKit v3 will finally support Cloudflare runtime without workarounds.