The Kinglet site now runs on Astro. Nothing about the language changed—only the way we ship the site.
What’s new
- Content collections for news, documentation, and long-form posts. New entries land as a Markdown or MDX file.
- Shared layout. The marketing header/footer and the docs shell each live in one place instead of being copy-pasted between pages.
- Static output.
pnpm buildstill produces a folder of plain HTML/CSS/JS that GitHub Pages serves.
What’s next
Expect short posts in this section as things ship: compiler releases, ADRs worth reading, and tutorial installments.