Company + admin panel
Martian Creative
The company the other five things are sold under, and the panel that runs it.
- Status
- Live
- For
- Website clients and stations
- Since
- 2026
Martian Creative, LLC is the umbrella above every product line, and
admin.martiancreative.com is where clients, projects, domains, deals and
billing are actually tracked.
The panel is deliberately old-fashioned. Ordinary HTML forms and full-page
redirects, no client-side JavaScript, because it is a tool for one person on a
laptop and a form post that works with JavaScript disabled is one less thing
that can break at eleven at night. Money is integer cents everywhere. The
events table is append-only and records every action that reaches outside the
database — including the ones that fail, which are the ones worth having.
It talks to Cloudflare Registrar directly, so a client’s domain is bought at cost with no markup and no first-year discount that doubles on renewal. Three separate rails stand between a click and a real charge, and the quoted price is echoed back to the registry, so a price that moved between the search and the click fails rather than quietly charging the new one.
Authentication fails closed. Until the Access team domain and audience are configured, every admin request returns 403 — a half-configured gate should be locked, not open.
- Astro
- Cloudflare Workers
- D1
- Cloudflare Access
- Cloudflare Registrar