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.
AI tools
This site is built with AI assistance. Text is drafted with Anthropic Claude (Sonnet and Opus). Imagery is generated or retouched with Adobe Firefly. Ambient audio under /audio is produced with ACEStep. Code is co-written with Claude under the Builder Collective protocol.
Pages where AI assistance was substantial carry an ai_generated flag in their frontmatter and surface a small provenance chip in the top-right of the page header. Hover the chip for the review state (pending or reviewed by Baki). Baki signs off on every word that ships under his name; the chip exists so the reader can see when an agent held the pen first.
Under §2 UrhG, copyright protection requires a personal intellectual creation (Schöpfungshöhe). Output produced purely by an AI model, without human shaping, may not clear that threshold and is treated as unprotected on this site. Pages where Baki has reviewed and revised the AI draft are human-authored works under the terms (CC BY-NC-SA 4.0 for prose and imagery, MIT for code samples).
This disclosure satisfies the transparency obligation under Article 50 of the EU AI Act, which takes effect 2026-08-02.
Contact
- Email - design@baki.io
- GitHub - Threchette
- LinkedIn - bakibektas
- Instagram - @threchette
For accessibility issues see also /system/accessibility. For privacy questions see /system/privacy. Legal disclosure per § 5 TMG: /system/impressum.
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.