Multi-Runtime Deployment
Deploy your MoroJS applications to any platform with a single command. From edge functions to traditional servers, choose the deployment target that fits your needs.
Quick Deployment
Auto-Detection
Automatic platform detection
bash
Automatically detects the best deployment target based on your project configuration.
Specific Platform
Target specific platform
bash
Deploy to a specific platform with custom configuration options.
Deployment Targets
Vercel Edge
Deploy to Vercel Edge Runtime with global distribution
Best For:
APIs, websites, edge functions
Pricing:
Free tier available
Features:
Deploy command
bash
AWS Lambda
Serverless functions with auto-scaling on AWS
Best For:
Event-driven APIs, microservices
Pricing:
Pay per invocation
Features:
Deploy command
bash
Cloudflare Workers
Edge workers with V8 isolates and global network
Best For:
Edge APIs, global applications
Pricing:
Free tier included
Features:
Deploy command
bash
Docker Container
Containerized deployment for any platform
Best For:
Traditional hosting, Kubernetes
Pricing:
Infrastructure dependent
Features:
Deploy command
bash
Deployment Process
Build
Optimize code for target runtime
Package
Bundle dependencies and assets
Deploy
Upload to selected platform
Configure
Set up domains and environment
Advanced Configuration
Environment Variables
Configure environment variables
bash
Custom Domains
Configure custom domains
bash
Resource Configuration
Configure resources
bash
Post-Deployment
Monitor Performance
- • View deployment logs
- • Monitor response times
- • Track error rates
- • Analyze usage metrics
Manage Deployments
- • Update environment variables
- • Roll back deployments
- • Scale resources
- • Configure alerts
CI/CD Integration
- • GitHub Actions workflows
- • GitLab CI/CD pipelines
- • Automated testing
- • Preview deployments