Static website

cj-test-static-002 is live — and it runs on nothing.

A static website bootstrapped by the Obsidian Wolf platform.

What you get

  • Files, not servers

    `next build` writes the whole site to `out/`; a push to main syncs it to a private S3 bucket behind CloudFront. Nothing runs at request time, so the site costs storage and transfer and nothing else.

  • Cached at the edge

    Hashed assets carry a year-long immutable cache header; pages are revalidated daily and invalidated on every deploy. A second visitor anywhere in the world is served from the nearest edge.

  • Observed, not orchestrated

    dispatch probes the root page for uptime and ships analytics through a same-origin /ingest proxy. The site itself never talks to the platform.