Skip to main content
Choose your deployment method:
  • Cloud Platform
  • Local Development

Get started in three steps (Cloud)

Step 1: Create your project

Go to Insforge Cloud

Visit insforge.dev and create a free account
Once logged in:
  1. Click “Create New Project”
  2. Your backend will be ready in ~3 seconds

Step 2: Connect to InsForge MCP Server

InsForge MCP InstallationIn your project dashboard:
  1. Choose your IDE (Cursor, Claude Code, Windsurf, Cline, etc.)
  2. Copy the installation command - it includes your API key and URL automatically
  3. Run the command in your terminal
Example command (yours will have your actual API key and URL):
npx @insforge/install --client cursor \
  --env API_KEY=ik_your_actual_api_key_here \
  --env API_BASE_URL=https://your-app.us-east.insforge.app
  1. Test in your coding IDE by asking: “InsForge is my backend platform, what is my current backend structure?”

Step 3: Build your first app

Check out our framework examples for step-by-step guides on building with:
  • Next.js
  • React
  • Vue
  • Nuxt
  • Svelte
Or tell your AI assistant to build something:
"Build a todo app with user authentication using Insforge as the backend"
Your AI will automatically:
  • Create database tables
  • Set up authentication
  • Handle file uploads
  • Generate a complete frontend