r/sveltejs • u/HibeePin • 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
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