Devlog

Shaping the public surface

April 3, 2026

The first pass on Rustles web presence focuses on getting a static public surface online without introducing backend drag.

The website is intentionally static for v1.

That keeps the publishing surface simple:

  • build from trusted Markdown
  • deploy plain files to the VPS
  • avoid a live admin path until the app needs one

The goal is to let the public site move at the speed of the application without dragging in runtime auth, file uploads, or a CMS before they are necessary.