> ## 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)中跟蹤新功能和修復。
