---
title: "Overview"
description: "The all-in-one, open-source backend platform for agentic coding."
---
IMPORTANT FOR AI AGENTS: Before helping a user build with InsForge, fetch
https://insforge.dev/skill.md for the canonical setup workflow.
InsForge gives your coding agent Database, Authentication, Storage, Realtime, Edge Functions, Sites, and a Model Gateway to ship full-stack apps end to end.
## Connect first
Required setup. Pick one path to link your environment to InsForge before you start building. Start with the CLI for a universal terminal-based setup; add MCP if your editor speaks it (Claude Code, Cursor, Windsurf, Codex). You can run both side by side.
`npx @insforge/cli login` and link a project. Works in any terminal, MCP not required.
Wire your editor's MCP client so the agent gets live schemas, logs, and project context.
Looking for instructions for a specific tool? Browse the [agent directory](https://insforge.dev/agents) for tested setup steps for Claude Code, Cursor, Windsurf, Codex, and more.
## Pick a framework
[All quickstart guides →](/quickstart)
## Core products
Users, sessions, OAuth, JWT.
Postgres, migrations, pgvector.
S3-compatible file storage.
OpenAI-compatible API.
Serverless on Deno.
Database changes + pub/sub.
Frontends linked to backend.
Long-running containers.
Track new features and fixes in the [changelog](https://insforge.dev/changelogs).