Every published app gets a subdomain on Fabricate’s domain, but you can also connect a domain you own — likeDocumentation Index
Fetch the complete documentation index at: https://fabricate.build/docs/llms.txt
Use this file to discover all available pages before exploring further.
yourcompany.com — so your app lives at your own address. Fabricate handles custom domains through Cloudflare-for-SaaS custom hostnames, including SSL certificates.
You need to publish your app before connecting a custom domain. See Deploying Your App.
Connecting a Domain
Open your app's domain settings
In your app’s settings, find the custom domain section and choose to add a domain.
Enter your domain
Type the domain you want to use. You can connect both the apex domain (
yourcompany.com) and the www subdomain (www.yourcompany.com).Add the DNS records
Fabricate shows you the exact DNS records to create. Add them at your domain registrar or wherever you manage DNS:
- For the apex domain, add the record Fabricate provides to point the root of your domain at your app.
- For the www subdomain, add a
CNAMErecord pointingwwwat the target Fabricate gives you.
Wait for verification
Once your DNS records are live, Fabricate verifies the domain. DNS changes can take anywhere from a few minutes to a couple of hours to propagate.
Apex vs www
You can serve your app from either the apex domain, thewww subdomain, or both:
- Apex domain —
yourcompany.com, the bare root of your domain. - www subdomain —
www.yourcompany.com.
Automatic SSL
Fabricate provisions and renews SSL certificates for your custom domain automatically through Cloudflare. Your app is served over HTTPS from the moment the domain is verified — there’s nothing to configure and nothing to renew.Frequently Asked Questions
Do I need to buy a domain through Fabricate?
Do I need to buy a domain through Fabricate?
No. Use any domain you already own. You add DNS records at your existing registrar — Fabricate doesn’t sell domains.
My domain isn't verifying — what should I check?
My domain isn't verifying — what should I check?
Confirm the DNS records exactly match what Fabricate shows, with no extra characters. DNS changes also take time to propagate, so give it up to a couple of hours before troubleshooting further.
Can I connect more than one domain to an app?
Can I connect more than one domain to an app?
You can connect your apex and
www to the same app. Treat one as primary and redirect the other for a consistent address.Does my Fabricate subdomain still work?
Does my Fabricate subdomain still work?
Yes. Your original
yourapp.fabricate.build address keeps working alongside your custom domain.What happens to my domain when I redeploy?
What happens to my domain when I redeploy?
Nothing — your custom domain stays connected across redeploys. Only your app’s code is updated when you publish again.
Next Steps
Deploying Your App
Publish your app and pick a subdomain.
App Visibility
Control who can access your published app.