Users should be able to serve AgentDrive-hosted artifacts on their own domain.
Proposed flow: user adds their domain in the dashboard -> gets a CNAME target -> points DNS -> we verify and auto-provision TLS.
Implementation options:
- ACME/Let's Encrypt on-demand issuance with a custom-hostname mapping table. Cheap, but we own cert ops and renewal.
- Cloudflare for SaaS (SSL for SaaS): managed custom-hostname verification, issuance, and renewal (~$10/mo + usage). Recommended for early on.
Edge cases to handle: apex/root domains (CNAME flattening or ALIAS/ANAME), domain verification and takeover protection, cert renewal, Host-header to tenant routing.
Context: DocStash (docstash.ai) leads its marketing with "How to put a Claude artifact on your own domain" - custom domains are a marketed selling point in the artifact-handoff lane. Also pairs naturally with static React-app hosting (built React = static assets, needs SPA fallback to index.html).
Priority: first batch after beta launch.
Users should be able to serve AgentDrive-hosted artifacts on their own domain.
Proposed flow: user adds their domain in the dashboard -> gets a CNAME target -> points DNS -> we verify and auto-provision TLS.
Implementation options:
Edge cases to handle: apex/root domains (CNAME flattening or ALIAS/ANAME), domain verification and takeover protection, cert renewal, Host-header to tenant routing.
Context: DocStash (docstash.ai) leads its marketing with "How to put a Claude artifact on your own domain" - custom domains are a marketed selling point in the artifact-handoff lane. Also pairs naturally with static React-app hosting (built React = static assets, needs SPA fallback to index.html).
Priority: first batch after beta launch.