InsForge
ActiveDescription
A Postgres-based backend platform built for coding agents, combining auth, storage, compute, hosting, and an AI gateway for rapid app development.
Key Features
- All-in-one backend: Postgres database, auth, storage, edge functions, and AI gateway
- MCP Server integration — coding agents call InsForge tools via the Model Context Protocol
- CLI + Skills interface for agents to operate backends directly from the terminal
- Self-hosted via Docker Compose with one command, or use cloud-hosted insforge.dev
- OpenAI-compatible Model Gateway across multiple LLM providers
Use Cases
💡 Rapid full-stack app prototyping where coding agents manage the entire backend
💡 Building AI-powered apps with integrated auth, database, and LLM gateway
💡 Multi-project local development with isolated databases and storage per project
💡 Team backend infrastructure that agents can provision and manage autonomously
Categories
Quick Start
git clone https://github.com/InsForge/InsForge.git && cd insforge && cp .env.example .env && docker compose -f docker-compose.prod.yml up # Open http://localhost:7130