Skip to content
AceToken
Go back

Cloudflare Pages Baseline

Edit page

The production target for the site is intentionally conservative.

AceToken is deployed as a static Astro build on Cloudflare Pages:

The build itself stays simple:

  1. run astro check
  2. build the site with astro build
  3. index the generated output with Pagefind

This keeps the project easy to reason about in local development and in CI. It also avoids introducing a Cloudflare adapter before the site has a route that actually needs server execution.

If future features need auth, per-request logic, or write operations, those should be introduced deliberately and kept separate from the core publishing flow.


Edit page
Share this post on:

Previous Post
Editorial Guidelines
Next Post
Launching AceToken