I needed to host my CRDT notes app somewhere. Real storage, not just compute, so the usual serverless route was out for me - I didn't want to bolt a separate managed database onto what's fundamentally a small, stateful app, so I went looking for the cheapest VPS I could find. Saw one that was IPv6-only, and thought: "why not".
Well... Mistakes is how you learn.
Stuck in a React codebase? Longing for the new and shiny? Oh, do I have a treat for you!
You too can write Svelte components, right in your React app.
And the setup takes less then 5 minutes!
What are the ways to get your files into a Vite server like SvelteKit? There is static asset hosting or blob databases. But if the files don't need to change in runtime, you can always inline them. And with Vite it's super easy!
I like to know what's happening on my site, but I don't like to check. And I like to know it quick. I want to know right away when something important happens.
I want a popup on my phone. So... what are my options?