Skip to main content

Public URLs

Tenant-branded landing variants also exist under app/(landing)/.

Cloudflare Workers note

Legal markdown is loaded through lib/landing/legal-markdown.ts, which imports @/content/legal/*.md at build time.
Workers cannot reliably fs.readFile content from disk at runtime. Keep legal copy in the bundled markdown imports — do not introduce runtime filesystem reads for these pages.

Operator content

  • Articles/posts: /admin/articles
  • Brand landing sections & SEO: /admin/landing-page
  • Contact messages: backed by contact migrations / inbox