This is the site you are on. Built with Astro 5, React islands for anything interactive, Supabase for auth and data, and Vercel for hosting.
Forge manages the architecture. Every component, route, and service is declared in the manifest. The graph is live at the dimstack dashboard. 131 nodes, 182 edges, all declared.
The admin section handles content without a CMS. Posts, project pages, and notes are MDX files in the repo. The admin dashboard provides an owner interface for creating and editing content without touching code. Writes go through a Supabase Edge Function that commits to the repo directly. Vercel rebuilds after the push.