`InsForge`, open-source backend stack built for coding agents
Puts auth, Postgres, storage, functions, hosting, and an OpenAI-compatible gateway behind one agent-friendly control layer. Worth tracking if you want a self-hostable alternative to stitching together Supabase + Vercel + AI proxy logic.
- Agents can operate it through an
MCP ServerorCLI + Skills, so backend setup and debugging become callable tools instead of manual dashboard work. - The product surface is broad:
Authentication,Database,Storage,Model Gateway,Edge Functions, site deployment, plus private preview compute. - The
Model Gatewayexposes an OpenAI-compatible API across multiple providers, which lowers switching cost for LLM-backed apps. - Self-hosting starts with
Docker ComposeandNode.js, making local end-to-end backend testing possible before committing to a hosted stack.