Hacker News new | ask | show | jobs
by scosman 971 days ago
SvelteKit + hosted Postgres (supabase, neon)

Very fast to get going and nice developer experience. Love jamstack style hosting. Scales from simple static site generator that is free to host, to live APIs/dynamic pages, and back again without changing frameworks. Can make beautiful pages that load in 100ms and 30kb.

Currently using tailwind css because it also compiles (like svelte) and only ships what you use to the client.