Option 1: Cloud-hosted (Recommended)
The fastest way to get started. No setup required.Create an account
Visit insforge.dev and sign up for a free account.
Create a project
Once logged in, create your first project. You’ll get:
- A PostgreSQL database
- Authentication with OAuth providers
- S3-compatible storage
- Serverless functions runtime
- AI integration
Get your credentials
From your project dashboard, copy:
- Base URL:
https://your-app.region.insforge.app - Anon Key: Your public API key
Connect InsForge MCP
Follow the MCP Setup Guide to connect your AI assistant to InsForge.
Option 2: Self-hosted with Docker
Run InsForge on your own infrastructure.Prerequisites
Install Docker and Docker Compose
Access the dashboard
Open http://localhost:7130 in your browser.Your API base URL will be:
http://localhost:7131Connect InsForge MCP
Follow the MCP Setup Guide using the self-hosted configuration.
For production deployment, SSL/TLS, domain configuration, and detailed environment variables, see the Self-Hosting Guide.
Build your first app with AI
Once your backend is running and MCP is connected, use AI to build your first application:Let AI do the work
Your AI assistant will:
- Use MCP to create the database table
- Configure Row Level Security policies
- Generate a React app with the InsForge SDK
- Set up authentication flows
What you get
Database
PostgreSQL with instant REST APIs
Authentication
Email/password and OAuth providers
Storage
S3-compatible file storage
Functions
Serverless edge functions
AI Integration
OpenAI-compatible API
Realtime
WebSocket pub/sub messaging
Next steps
TypeScript SDK
Learn the TypeScript SDK
MCP Tools
Explore MCP tools reference
Examples
Browse example applications