You're looking at the live demo of Astro Monograph (teenybase edition).
Everything on this site — the hero, about, experience, projects, skills, education and contact sections, plus the colors, fonts, this blog, and the links feed — is editable from the /admin panel. No code, no redeploys: edits save as drafts, you preview them, then publish.
How it works
- Astro SSR renders the site and reads published content straight from Cloudflare D1 during render.
- teenybase provides the API, auth, and admin —
mounted at
/api/*inside the same Worker, sharing one D1 database and one R2 bucket. - The committed
src/data/*.yamlis the seed and the fallback, so a fresh clone always renders even before the database is seeded.
Try it
Open the admin (linked at the bottom of the page), sign in with the demo credentials shown there, and change anything you like. This is a shared sandbox, so the database resets every 24 hours — your edits are temporary.