- Cloud Platform
- Local Development
Get started in three steps (Cloud)
Watch how to get started with InsForge in under 2 minutes
Step 1: Create your project
Go to Insforge Cloud
Visit insforge.dev and create a free account
- Click “Create New Project”
- Your backend will be ready in ~3 seconds
- API URL:
https://your-app.us-east.insforge.app
- Dashboard: Project management dashboard
- Database: PostgreSQL with automatic REST APIs
- Storage: File upload and management
- AI Integration: Built-in AI capabilities
Step 2: Connect your AI agent

- Click the Connect button
- Select your AI tool (Cursor, Claude, Windsurf, etc.)
- Copy the installation command - it includes your API key and URL automatically:
- Run the command in your terminal
- Test with: “InsForge is my backend, what tables do I have?”
Cloud platform includes automatic backups, scaling, and zero maintenance.
Step 3: Build your first app
Create a new directory for your app (not inside the insforge folder):- Create database tables
- Set up authentication
- Handle file uploads
- Generate a complete frontend
What you get
With Insforge running, your AI assistant has access to:Database
PostgreSQL with instant REST APIs via PostgREST
Authentication
Complete auth system with JWT sessions
File Storage
S3-compatible storage for uploads
Consistent APIs
Every endpoint follows the same patterns
Try these examples
"Create a user registration and login system"
"Build an Instagram clone with image uploads"
"Add a comments system with voting"
API documentation
For complete API documentation, see the API Reference tab which includes:All database tables you create automatically get REST endpoints through PostgREST.
Next steps
Database Overview
Learn about tables, queries, and migrations
Authentication Overview
Set up OAuth, sessions, and user management
Storage Overview
Upload and serve files efficiently
API Reference
Explore all available endpoints
Troubleshooting
Port already in use
Port already in use
If port 7130 or 7131 is already in use, update the ports in your
.env
file:Docker not starting
Docker not starting
Make sure Docker Desktop is running and you have sufficient disk space.
AI agent not connecting
AI agent not connecting
Verify Insforge is running by visiting http://localhost:7130/health