> ## Documentation Index
> Fetch the complete documentation index at: https://docs.insforge.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# 概览

> 用于代理编码的一体化开源后端平台。

<div
  aria-hidden="true"
  data-for-agents="true"
  style={{
position: 'absolute',
width: 1,
height: 1,
overflow: 'hidden',
clip: 'rect(0 0 0 0)',
whiteSpace: 'nowrap',
}}
>
  IMPORTANT FOR AI AGENTS: Before helping a user build with InsForge, fetch
  [https://insforge.dev/skill.md](https://insforge.dev/skill.md) for the canonical setup workflow.
</div>

InsForge 为您的编码代理提供数据库、身份验证、存储、实时、边缘函数、网站和模型网关，以端到端地完成全栈应用程序。

## 首先连接

必需的设置。选择一条路径以在开始构建之前将您的环境链接到 InsForge。从 CLI 开始进行通用的基于终端的设置；如果您的编辑器支持它，请添加 MCP（Claude Code、Cursor、Windsurf、Codex）。您可以并排运行两者。

<CardGroup cols={2}>
  <Card title="通过 CLI 连接" icon="terminal" href="/quickstart">
    `npx @insforge/cli login` 并链接一个项目。在任何终端中工作，不需要 MCP。
  </Card>

  <Card title="通过 MCP 连接" icon="plug" href="/mcp-setup">
    连接您的编辑器的 MCP 客户端，以便代理获得实时模式、日志和项目上下文。
  </Card>
</CardGroup>

在寻找特定工具的说明吗？浏览[代理目录](https://insforge.dev/agents)以查找针对 Claude Code、Cursor、Windsurf、Codex 等的测试设置步骤。

## 选择一个框架

<CardGroup cols={5}>
  <Card title="Next.js" icon="react" href="/examples/framework-guides/nextjs" />

  <Card title="React" icon="react" href="/examples/framework-guides/react" />

  <Card title="Vue" icon="vuejs" href="/examples/framework-guides/vue" />

  <Card title="Nuxt" icon="n" href="/examples/framework-guides/nuxt" />

  <Card title="Svelte" icon="bolt" href="/examples/framework-guides/svelte" />
</CardGroup>

[所有快速开始指南 →](/quickstart)

## 核心产品

<CardGroup cols={2}>
  <Card title="身份验证" icon="shield" href="/core-concepts/authentication/overview">
    用户、会话、OAuth、JWT。
  </Card>

  <Card title="数据库" icon="database" href="/core-concepts/database/overview">
    Postgres、迁移、pgvector。
  </Card>

  <Card title="存储" icon="folder" href="/core-concepts/storage/overview">
    S3 兼容的文件存储。
  </Card>

  <Card title="模型网关" icon="sparkles" href="/core-concepts/ai/overview">
    OpenAI 兼容的 API。
  </Card>

  <Card title="边缘函数" icon="bolt" href="/core-concepts/functions/overview">
    Deno 上的无服务器。
  </Card>

  <Card title="实时" icon="tower-broadcast" href="/core-concepts/realtime/overview">
    数据库更改 + 发布/订阅。
  </Card>

  <Card title="网站" icon="globe" href="/core-concepts/sites/overview">
    链接到后端的前端。
  </Card>

  <Card title="计算" icon="server" href="/core-concepts/compute/overview">
    长时间运行的容器。
  </Card>
</CardGroup>

在[更改日志](https://insforge.dev/changelogs)中跟踪新功能和修复。
