← Project log
sitemeta

Kinglet site is now powered by Astro

Reworked the marketing and documentation site on top of Astro so tutorials and news can grow without hand-editing HTML.

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 build still 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.