Skip to content

Feature request: custom domains (bring-your-own-domain) for hosted artifacts #3

Description

@jiashuoz

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:

  1. ACME/Let's Encrypt on-demand issuance with a custom-hostname mapping table. Cheap, but we own cert ops and renewal.
  2. 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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions