About

About

A lightweight content site built with Go and SQLite, focused on backend engineering, minimal design and SEO.

We believe most websites are over-engineered. What a content site truly needs is to present text to readers reliably, quickly and searchably. Around that humble goal, we made a few deliberate choices.

Technology as restraint

The whole site compiles into a single static Go binary, with data in one SQLite file. No separate database process, no frontend build chain, no runtime dependencies.

Rendering for humans and machines

Every page is fully rendered on the server with html/template. Readers see content immediately, and so do search engines.

Tools should be invisible. When you stop noticing them, they're done right.