About

This site is a playground, not a product. It exists so an idea can be written down, published, and looked at with fresh eyes the next day, without any of the weight that comes with shipping to real users.

Ground rules

  1. Publishing is cheap. Write the page, build it, push it.
  2. Nothing here is a promise. Pages get rewritten or removed without notice.
  3. If something proves itself, it moves out of the playground and into the product.

How it is built

Zero runtime dependencies. Bun is the runtime, the bundler, and the dev server. The generator is two files: a Markdown subset parser and a build orchestrator.

The build checks its own output before anything ships. Every internal link has to resolve to a file the build actually emits, so a typo in a link fails the build instead of reaching the live site.

Editing

Drop a .md file into content/ and it becomes a page. The filename becomes the URL, and the navigation picks it up automatically. Add a date in the frontmatter and it also lands in the RSS feed.