Deploying takes the app you’ve been building in the preview sandbox and publishes it to the public internet on Cloudflare’s global network. Until you publish, your app only runs in the preview panel — deploying gives it a real, shareable URL that anyone can open.Documentation Index
Fetch the complete documentation index at: https://fabricate.build/docs/llms.txt
Use this file to discover all available pages before exploring further.
Your live app is separate from the preview. The preview reflects your latest changes as you build; the deployed app only updates when you publish or redeploy.
The Publish Wizard
When your app is ready to share, open the Publish wizard from the editor. It walks you through everything in a few steps.Open the Publish wizard
Click Publish in the editor. Fabricate prepares a production build of your app.
Pick a subdomain
Choose a subdomain for your app. This becomes its address on Fabricate’s domain — something like
yourapp.fabricate.build. Pick something short and memorable; you can connect a custom domain later.Choose visibility
Set your app public or private. Public apps can be opened by anyone with the link and are eligible for the Discover gallery; private apps are restricted. See App Visibility for the full breakdown.
Your App’s URL
Every published app gets a subdomain on Fabricate’s domain based on the name you picked in the wizard. This URL works immediately — no DNS setup, no SSL configuration. It’s ready to share the moment publishing finishes. If you’d rather use your own domain, you can connect one after publishing. See Custom Domains.Redeploying After Changes
Publishing is not a one-time action. As you keep iterating in Build Mode, your live app stays on the last version you published until you redeploy. When you’ve made changes you want to ship, open the Publish wizard again and redeploy. Your subdomain, visibility setting, and any custom domain stay the same — only the app’s code is updated. This lets you test changes safely in the preview before they reach your users.Plans and Published Apps
How many apps you can have live at once depends on your plan:- Free — 1 published app
- Pro — unlimited published apps
- Scale — unlimited published apps
Frequently Asked Questions
Does my app go down while I redeploy?
Does my app go down while I redeploy?
No. Fabricate builds the new version and swaps it in. Visitors keep hitting the current version until the new one is ready.
Can I change my subdomain later?
Can I change my subdomain later?
Yes. You can update your subdomain from the app’s settings. Keep in mind the old address will stop working once you change it, so anyone with the old link will need the new one.
What happens to my environment secrets when I deploy?
What happens to my environment secrets when I deploy?
Secrets you’ve set in the app’s settings are applied to the deployed app. See Environment Variables & Secrets.
Can I unpublish an app?
Can I unpublish an app?
Yes. You can take an app offline from its settings. Your code and data are preserved, and you can publish it again whenever you like.
Next Steps
Custom Domains
Connect your own domain with automatic SSL.
App Visibility
Understand public vs private apps and the Discover gallery.