Deployment Guide
Learn how to deploy your BuildEasy applications to production.
One-Click Deployment
BuildEasy makes deployment simple with one-click deploys:
- Click the "Deploy" button on your project
- Choose your deployment target (Vercel, AWS, etc.)
- Configure environment variables if needed
- Click "Deploy Now"
Your application will be live in minutes with: - Automatic SSL certificates - CDN distribution - Auto-scaling - Health monitoring
Custom Domains
Connect your own domain to your BuildEasy application:
- Go to Project Settings > Domains
- Add your custom domain
- Update your DNS records as instructed
- Wait for SSL certificate provisioning
BuildEasy supports: - Apex domains (example.com) - Subdomains (app.example.com) - Wildcard domains (*.example.com)
Environment Variables
Manage sensitive configuration with environment variables:
**Setting Variables** 1. Go to Project Settings > Environment 2. Add key-value pairs 3. Choose which environments (dev, staging, prod) 4. Save changes
**Best Practices** - Never commit secrets to code - Use different values per environment - Rotate secrets regularly - Use secret management services for production
Monitoring & Analytics
BuildEasy provides built-in monitoring for deployed applications:
**Metrics** - Request count and latency - Error rates - CPU and memory usage - Database query performance
**Alerts** - Set up alerts for anomalies - Get notified via email or Slack - Automatic incident detection
**Logs** - Real-time log streaming - Log search and filtering - Log retention and export