Basic Deployment
Choose a Cloud Provider
Specify Region
Full Specification
Analyze Before Deploying
What Monk Asks For
Cloud credentials:- AWS access keys
- GCP service account
- Azure credentials
- DigitalOcean API token
- Stripe (if your app uses it)
- Auth0 (if your app uses it)
- Any third-party service your code references
- Which cloud provider?
- Which region?
- How to deploy databases? (managed vs self-hosted)
What Happens
- Code analysis - Monk examines your project
- Containerization - Creates Docker containers automatically
- Infrastructure provisioning - Sets up cloud resources (VMs, databases, networking)
- Deployment - Deploys everything and wires it together
- Verification - Checks that everything is healthy
After Deployment
Next Steps
- Set Up CI/CD - Auto-deploy on code push
- Monitor & Debug - View logs and troubleshoot
- Manage Costs - Check spending