Astro (SSG)
SSG: static HTML that renders without JavaScript. SEO and speed by default.
What we use and why. No black box: this is what runs behind the site.
SSG: static HTML that renders without JavaScript. SEO and speed by default.
Only interactive components load JS (islands). Everything else is HTML.
End-to-end typing: fewer production bugs.
Vite for fast development in web apps and internal tools.
Utility-first styles; minimal CSS in production.
Node.js for backends, workers and integrations when the project calls for it.
PostgreSQL and Supabase as our usual data and auth backbone.
stack.why.mobile