Deployment publishes your built app to a hostable URL. You deploy to Archie’s hosting (one-click, custom domain, automatic TLS) or hand off the generated code for self-deploy through GitHub.Documentation Index
Fetch the complete documentation index at: https://archie.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Deployment options
- Archie hosting — one-click deploy, custom domain, automatic TLS, global CDN
- Self-deploy — pull the code via GitHub integration and host on your own infrastructure
Deploying via Archie
- Open Deployment in your project
- Pick the target environment (development, staging, production)
- Click Deploy
Custom domains
Connect a custom domain in your project’s network settings. Archie handles DNS verification and TLS certificate issuance via Let’s Encrypt. Setup:- Add the domain in Settings → Network
- Add the displayed CNAME or ANAME record at your DNS provider
- Wait for verification (typically minutes, sometimes up to 48 hours for propagation)
- Archie issues the TLS certificate automatically
Self-deploying
If you prefer to host the app yourself:- Connect a GitHub repository
- Pull the generated code
- Deploy using your normal infrastructure (Vercel, Render, AWS, your own servers)
Rollbacks
Every deployment is preserved. Roll back to any previous deployment in seconds:- Open Deployment → History
- Find the version you want
- Click Roll back
Preview deployments
Pro and higher plans get a preview URL per branch. Push to a branch on GitHub, Archie builds and deploys automatically to a unique URL. Useful for sharing in-progress work with reviewers. Preview URLs are public by default. Add password protection from project settings if needed.Build minutes and bandwidth
Each plan includes a monthly allotment:- Starter — 100 build minutes, 100 GB CDN bandwidth
- Professional — 500 build minutes, 1 TB CDN bandwidth
- Enterprise — custom
FAQ
Does deployment cost AI credits?
Does deployment cost AI credits?
No. Deployments do not consume AI credits. Build minutes and bandwidth are tracked separately and counted against your plan allotment.
What happens to data during a deployment?
What happens to data during a deployment?
Data is preserved. Schema migrations apply automatically; destructive changes require explicit confirmation.
Can I have multiple production environments?
Can I have multiple production environments?
Yes via environments. Configure each with its own variables, domain, and database.