# insforge **Repository Path**: daybreak_mj/insforge ## Basic Information - **Project Name**: insforge - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-03 - **Last Updated**: 2026-03-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
InsForge

The backend built for agentic coding.

License Downloads Contributors Set Up With Cursor Visit InsForge.dev

Follow on X Follow on LinkedIn Join our Discord

Vercel OSS Program
## InsForge InsForge is a backend development platform built for AI coding agents and AI code editors. It exposes backend primitives like databases, auth, storage, and functions through a semantic layer that agents can understand, reason about, and operate end to end.

### How it works InsForge acts as a semantic layer between AI coding agents and backend primitives. It performs backend context engineering so agents can understand, operate, and inspect backend systems. - **Fetch backend context**: Agents can fetch documentation and available operations for the backend primitives they use. - **Configure primitives**: Agents can configure backend primitives directly. - **Inspect backend state**: Backend state and logs are exposed through structured schemas. ```mermaid graph TB subgraph TOP[" "] AG[AI Coding Agents] end subgraph MID[" "] SL[InsForge Semantic Layer] end AG --> SL SL --> AUTH[Authentication] SL --> DB[Database] SL --> ST[Storage] SL --> EF[Edge Functions] SL --> MG[Model Gateway] SL --> DEP[Deployment] classDef bar fill:#0b0f14,stroke:#30363d,stroke-width:1px,color:#ffffff classDef card fill:#161b22,stroke:#30363d,stroke-width:1px,color:#ffffff class AG,SL bar class AUTH,DB,ST,EF,MG,DEP card style TOP fill:transparent,stroke:transparent style MID fill:transparent,stroke:transparent linkStyle default stroke:#30363d,stroke-width:1px ``` ### Core Products: - **Authentication**: User management, authentication, and sessions - **Database**: Postgres relational database - **Storage**: S3 compatible file storage - **Model Gateway**: OpenAI compatible API across multiple LLM providers - **Edge Functions**: Serverless code running on the edge - **Site Deployment**: Site build and deployment ## ⭐️ Star the Repository

Star InsForge

If you find InsForge useful or interesting, a GitHub Star ⭐️ would be greatly appreciated. ## Quickstart ### Cloud-hosted: [insforge.dev](https://insforge.dev) InsForge.dev ### Self-hosted: Docker Compose Prerequisites: [Docker](https://www.docker.com/) + [Node.js](https://nodejs.org/) #### 1. Setup You can run InsForge locally using Docker Compose. This will start a local InsForge instance on your machine. [![Deploy on Docker][docker-btn]][docker-deploy] Or run from source: ```bash # Run with Docker git clone https://github.com/insforge/insforge.git cd insforge cp .env.example .env docker compose -f docker-compose.prod.yml up ``` #### 2. Connect InsForge MCP Open [http://localhost:7130](http://localhost:7130) Follow the steps to connect InsForge MCP Server
Connect InsForge MCP
#### 3. Verify installation To verify the connection, send the following prompt to your agent: ``` I'm using InsForge as my backend platform, call InsForge MCP's fetch-docs tool to learn about InsForge instructions. ``` ### One-click Deployment In addition to running InsForge locally, you can also launch InsForge using a pre-configured setup. This allows you to get up and running quickly with InsForge without installing Docker on your local machine. | Railway | Zeabur | Sealos (coming soon) | | --- | --- | --- | | [![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/deploy/insforge) | [![Deploy on Zeabur](https://zeabur.com/button.svg)](https://zeabur.com/templates/Q82M3Y) | [![Deploy on Sealos](https://raw.githubusercontent.com/labring-actions/templates/main/Deploy-on-Sealos.svg)](https://template.hzh.sealos.run/deploy?templateName=insforge) | ## Contributing **Contributing**: If you're interested in contributing, you can check our guide here [CONTRIBUTING.md](CONTRIBUTING.md). We truly appreciate pull requests, all types of help are appreciated! **Support**: If you need any help or support, we're responsive on our [Discord channel](https://discord.com/invite/MPxwj5xVvW), and also feel free to email us [info@insforge.dev](mailto:info@insforge.dev) too! ## Documentation & Support ### Documentation - **[Official Docs](https://docs.insforge.dev/introduction)** - Comprehensive guides and API references ### Community - **[Discord](https://discord.com/invite/MPxwj5xVvW)** - Join our vibrant community - **[Twitter](https://x.com/InsForge_dev)** - Follow for updates and tips ### Contact - **Email**: info@insforge.dev ## License This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details. --- [![Star History Chart](https://api.star-history.com/svg?repos=InsForge/insforge&type=Date)](https://www.star-history.com/#InsForge/insforge&Date) ## Badges Show your project is built with InsForge. ### Made with InsForge Made with InsForge **Markdown:** ```md [![Made with InsForge](https://insforge.dev/badge-made-with-insforge.svg)](https://insforge.dev) ``` **HTML:** ```html Made with InsForge ``` ### Made with InsForge (dark) Made with InsForge **Markdown:** ```md [![Made with InsForge](https://insforge.dev/badge-made-with-insforge-dark.svg)](https://insforge.dev) ``` **HTML:** ```html Made with InsForge ``` ## Translations - [Arabic | العربية](/i18n/README.ar.md) - [Spanish | Español](/i18n/README.es.md) - [French | Français](/i18n/README.fr.md) - [Hindi | हिंदी](/i18n/README.hi.md) - [Japanese | 日本語](/i18n/README.ja.md) - [Korean | 한국어](/i18n/README.ko.md) - [Portuguese (Brazilian) / Português Brasileiro](/i18n/README.pt-BR.md) - [Russian | Русский](/i18n/README.ru.md) - [Chinese (Simplified) | 简体中文](/i18n/README.zh-CN.md) ---

Star us on GitHub to get notified about new releases!

[docker-btn]: ./deploy/buttons/docker.png [docker-deploy]: ./deploy/docker-deploy.md