A living manifesto of principles and practices for building and operating exceptional internal developer platforms. Published as a GitHub Pages site.
The site is built with Jekyll and served by GitHub Pages.
From the repository root:
jekyll serveThen open http://localhost:4000 in your browser. Jekyll watches for file changes and rebuilds automatically; refresh the page to see edits.
To produce the static output in _site/ without serving it:
jekyll buildTo publish a new revision of the manifesto, trigger the Create Release workflow. It creates an annotated Git tag on main and publishes a matching GitHub Release automatically — no local tooling required.
- Go to Actions → Create Release → Run workflow (or click here).
- Fill in the two inputs:
- Revision year — e.g.
2026 - Revision month — zero-padded, between
01and12(e.g.01for January)
- Revision year — e.g.
- Click Run workflow.
The workflow will:
- Create and push an annotated tag to
main - Publish a GitHub Release visible on the Releases page
Tags follow the YYYY.MM format — the four-digit year and two-digit zero-padded month of the revision. Multiple revisions in the same month are not expected; if needed, append a suffix manually.
| Revision | Tag |
|---|---|
| January 2025 | 2025.01 |
| September 2025 | 2025.09 |
| March 2026 | 2026.03 |