InsForge

InsForge/InsForge

The all-in-one, open-source backend platform for agentic coding.

12k
Stars
1.0k
Forks
78
Open issues
36
Watchers
TypeScript Apache-2.0Last pushed Jul 7, 2026

Overview

Provides a comprehensive backend solution enabling the development and deployment of full-stack applications with features such as database integration, authentication, storage, hosting, compute, and an AI gateway. Supported by TypeScript and integrates various technologies like Next.js, PostgreSQL with pgvector, OAuth2, WebSockets for real-time data exchange.

Categories

Tags

Similar tools

Install

npm install InsForge

README

The all-in-one, open-source backend platform for agentic coding.

License Downloads Contributors Visit InsForge.dev gitcgr

Follow on X Follow on LinkedIn Join our Discord

InsForge%2FInsForge | Trendshift

Vercel OSS Program

Help us reach more developers and grow the InsForge community. Star this repo!

InsForge

The all-in-one, open-source backend platform for agentic coding. InsForge gives your coding agent database, auth, storage, compute, hosting, and AI gateway to ship full-stack apps end-to-end.

https://github.com/user-attachments/assets/345efbc6-ca63-4189-bde0-12ef3bda561b

How it works

Coding agents interact with InsForge through one of two interfaces:

  • MCP Server (self-hosted and cloud): exposes InsForge's operations as tools any MCP-compatible agent can call.
  • CLI + Skills (cloud only): a command-line interface paired with Skills that agents invoke directly from the terminal.

Both interfaces let coding agents operate the backend like backend engineers:

  • Read backend context and state: Pull documentation, schemas, metadata (deployed functions, bucket contents, auth config), and runtime logs, so the agent has what it needs to write code, verify what it built, and debug when something breaks.
  • Configure primitives: Deploy edge functions, run database migrations, create storage buckets, set up auth providers, and configure other backend resources directly.
graph TB

    subgraph TOP[" "]