Personal Static Website
A bilingual personal site: SQLite is exported to JSON, then built with Bun and Eleventy.
Status: active
Stack
BunEleventySQLiteJSONNunjucks
Content lives in a SQLite database as the source of truth. A script exports that database into per-language JSON files.
Eleventy then builds static HTML from that JSON, so the site needs no server or database at runtime.