Use case
Node.js hosting with Git deployments
Deploy Node.js applications with PM2 process management. Connect your GitHub or GitLab repository and deploy automatically on every push to main.
PM2 process management
PM2 clustering, zero-downtime reloads, automatic restarts on crash, and log rotation.
Git deployments
Connect GitHub or GitLab. Deploy on every push to your branch. Build logs stream live in the portal.
Nginx reverse proxy
Front Door proxies requests to your app and handles SSL termination. No manual Nginx configuration needed.
Environment variables
Configure environment variables in the portal. They’re injected into your app at deploy time.
Real-time logs
Stream PM2 and build logs live from the portal. No SSH needed to check what went wrong.
Rollback
Failed deploys roll back automatically. You can also trigger a manual rollback to any previous deploy from the portal.