FORGE
A powerful CLI that automatically handles git cloning, dependency installation, builds, PM2 process management, nginx reverse proxy, and SSL certificates. Deploy any app with zero configuration and automatic infrastructure.
$ npm install -g forge-deploy-cli
$ sudo forge infra --all
$ forge login
$ forge deploy https://github.com/user/app.git
Build faster.
Deploy smarter.
Every feature designed to eliminate friction from your deployment workflow. From zero-config detection to instant rollbacks.
One Command Deploy
Deploy your application with a single command, regardless of tech stack or platform.
Multi-stack Support
Works with Next.js, Flask, Node.js, Vue, React, and more frameworks out of the box.
Zero Config
Smart detection of your project structure means minimal configuration required.
Rollback Support
Instantly rollback to any previous deployment when issues arise.
Environment Variables
Secure environment variable management between development and production.
CI/CD Integration
Seamlessly integrates with GitHub Actions, GitLab CI, and other CI/CD platforms.
From git repo to live app
in under 60 seconds
Complete infrastructure automation. No complex CI/CD pipelines. No Docker containers. Just clone, build, and deploy with automatic SSL and subdomain management.
Install & Setup Infrastructure
Install the CLI globally and setup all required infrastructure including nginx, PM2, Python, Node.js, and SSL certificates.
$ npm install -g forge-deploy-cli$ sudo forge infra --all✅ Nginx, PM2, SSL certificates ready🚀 Infrastructure setup complete
Authenticate
Login to your Forge account to manage deployments and get automatic subdomain allocation.
$ forge login# Enter your email and password✅ Successfully authenticated$ 🔑 API key configured
Deploy Instantly
Deploy any Git repository with automatic framework detection, subdomain generation, and SSL certificate provisioning.
$ forge deploy https://github.com/user/app.git✅ Deployed to https://abc123.forgecli.tech$ 🔒 SSL certificate auto-configured🚀 Ready in 30s