2026-04-07

Ship the site you can keep

A small, version-controlled publishing stack is often the best foundation for a new product site.

The right launch stack is rarely the one with the most features.

For an early marketing site, the real requirement is usually this: make updates easy without making the system fragile.

The v1 tradeoff

This project chooses:

  • static generation for speed and reliability
  • MDX files for editorial control
  • Vercel preview deploys for review

It explicitly does not choose a CMS, admin surface, upload pipeline, or background publishing flow yet.

That is not missing ambition. It is choosing the shortest path to a stable launch.