BuildEasy
DocsDeploymentDeployment Guide

Deployment Guide

Learn how to deploy your BuildEasy applications to production.

One-Click Deployment

BuildEasy makes deployment simple with one-click deploys:

  1. Click the "Deploy" button on your project
  2. Choose your deployment target (Vercel, AWS, etc.)
  3. Configure environment variables if needed
  4. 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:

  1. Go to Project Settings > Domains
  2. Add your custom domain
  3. Update your DNS records as instructed
  4. 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