general
flarecms.dev is Live
JA
Jaime Aleman
The Flare CMS project now has its own domain: flarecms.dev.
Domain Setup
- flarecms.dev — Points to the Astro frontend on Cloudflare Pages
- admin.flarecms.dev — Points to the CMS Worker backend on Cloudflare Workers
Both are configured as custom domains in the Cloudflare dashboard with automatic SSL.
Why .dev?
The .dev TLD is perfect for developer tools. It enforces HTTPS by default (it's on the HSTS preload list), the registration cost is reasonable at $12.20/year, and it immediately signals that this is a developer-focused project.
What's at Each URL
Visit flarecms.dev and you'll see the public site — homepage, blog, news, documentation. This is the Astro frontend consuming the CMS API.
Visit admin.flarecms.dev and you'll hit the CMS backend — the admin dashboard at /admin, the API at /api/*, and the Scalar API docs at /docs.