Skip to main content

Custom Domains

Add your own domain to any deployment so users can access your app at yourapp.com instead of a *.quikdb.net URL.

Tier Availability

TierCustom Domains
HobbyNot available
Builder1
Startup5
TeamUnlimited

Setup

1. Add Your Domain

From the deployment detail page, go to the Domains tab and enter your domain (e.g., myapp.com or app.myapp.com).

2. Configure DNS

Add a CNAME record at your DNS provider:

FieldValue
TypeCNAME
Name@ (for apex domain) or your subdomain (e.g., app)
Valueproxy.quikdb.net
TTL300
Cloudflare Users

If you use Cloudflare for DNS, set the proxy toggle to DNS only (gray cloud). Do not use Cloudflare's orange-cloud proxy — it will conflict with QuikDB's routing.

3. Verify

Click Verify DNS in the dashboard. QuikDB checks that your CNAME resolves correctly. Once verified, SSL is automatically provisioned and your domain goes live.

Domain States

StateMeaning
pendingDomain added, waiting for DNS configuration
dns_pendingDNS check in progress
dns_verifiedDNS resolves correctly
activeSSL provisioned, domain is live
failedDNS verification failed after maximum attempts

How Routing Works

Traffic flows through this path:

User request → Your domain (CNAME) → Cloudflare edge → QuikDB proxy → Your container

SSL is handled automatically at the Cloudflare edge — no certificates to manage.

Removing a Domain

From the Domains tab, click the delete icon next to the domain. DNS changes may take a few minutes to propagate.