Deploy without git. Without leaving your editor.
No commits, no pushes. Deploy your working directory instantly.
Work locally, deploy directly. Skip the CI/CD dance.
MCP server for Claude, Cursor, and AI assistants.
Env vars, domains, deployments - all from CLI.
# Install globally
npm install -g @byfungsi/funforge
# Authenticate
funforge login
# Create and link app
funforge apps create my-app
funforge link
# Deploy
funforge deployAll commands available in the FunForge CLI.
| Command | Description |
|---|---|
funforge login | Authenticate via browser |
funforge apps list | List all your apps |
funforge apps create <name> | Create a new app |
funforge link | Link directory to app |
funforge deploy | Deploy current directory |
funforge env list | List environment variables |
funforge env set KEY=VALUE | Set environment variables |
funforge domains add <domain> | Add custom domain |
funforge domains verify <domain> | Verify DNS & provision SSL |
No commit noise, no waiting for CI. Deploy your working directory instantly and iterate faster.
Automated, repeatable, scriptable. No FTP, no drag-and-drop. One command and you're done.
Skip the YAML config and pipeline debugging. Perfect for rapid prototyping and local testing.