Colophon
The machinery, credits, and source.
Stack
- Framework - Astro 6.3.1 with Preact 10.29.0 islands via
@astrojs/preact. - Styling - Tailwind CSS with custom CSS-variable token families for palette, motion, density, and effects. Register system (Void / Atelier) driven by
[data-register]cascade. - Content - Astro content collections with Zod validation. Markdown + MDX.
- Type - Recursive for headings and body; JetBrains Mono for code and chrome.
- Search - Pagefind for full-text search, no external indexing service.
- Canvas - custom infinite-canvas primitive built on Preact + DOM transforms. No WebGL, no third-party canvas framework.
Hosting
Static export. Currently deployed via SiteGround rsync; migration to Cloudflare Pages under evaluation.
Source
This site is open source at github.com/Threchette/baki_io. Issues and PRs welcome.
Fonts
Recursive is by Arrow Type, licensed under the SIL Open Font License. JetBrains Mono is by JetBrains, licensed under the SIL Open Font License.
Inspirations
The Void Protocol aesthetic draws on terminal UIs, brutalist web design, and the Chaos project (internal reference). The infinite-canvas spine is informed by design tools that treat position and proximity as first-class information.
Who built this
Designed and written by Baki. Engineered in collaboration with AI agents under the Builder Collective protocol.
Contact
- Email - design@baki.io
- GitHub - Threchette
- LinkedIn - bakibektas
- Instagram - @threchette
For accessibility issues see also /system/accessibility. For privacy questions see /system/privacy.
Versioning
Version numbers follow semver-lite. The colophon is versioned like any other page - when the stack changes, this page revises and the version increments.
Site build: 1.0.0 · stack snapshot generated . The Astro and Preact versions in the Stack beat above are auto-injected from package.json at build time via scripts/inject-versions.mjs.