FunForge CLI

Deploy without git. Without leaving your editor.

5Commands
<50MBMax Size
MCPReady

How It Works

1
Install CLInpm install -g @byfungsi/funforge
2
AuthenticateBrowser-based device flow
3
DeploySingle command to production

Features

Git-Free Deploy

No commits, no pushes. Deploy your working directory instantly.

Local-First

Work locally, deploy directly. Skip the CI/CD dance.

Editor Integration

MCP server for Claude, Cursor, and AI assistants.

Full Control

Env vars, domains, deployments - all from CLI.

Quick Start

# Install globally
npm install -g @byfungsi/funforge

# Authenticate
funforge login

# Create and link app
funforge apps create my-app
funforge link

# Deploy
funforge deploy

Command Reference

All commands available in the FunForge CLI.

CommandDescription
funforge loginAuthenticate via browser
funforge apps listList all your apps
funforge apps create <name>Create a new app
funforge linkLink directory to app
funforge deployDeploy current directory
funforge env listList environment variables
funforge env set KEY=VALUESet environment variables
funforge domains add <domain>Add custom domain
funforge domains verify <domain>Verify DNS & provision SSL

Why FunForge CLI?

vs Git-Based Deploy

No commit noise, no waiting for CI. Deploy your working directory instantly and iterate faster.

vs Manual Upload

Automated, repeatable, scriptable. No FTP, no drag-and-drop. One command and you're done.

vs CI/CD Pipelines

Skip the YAML config and pipeline debugging. Perfect for rapid prototyping and local testing.

Frequently Asked Questions

Get Started with GitHub