Documentation

Introduction

Learn how to use AI SDK Agents in practice: install patterns, copy implementation files, and export Next.js apps or Hono API servers.

Use this docs section to ship faster with the product, not just read concepts.

Start here

  1. Install with shadcn CLI
    Add a pattern directly into your existing app.

  2. Copy for a coding agent
    Paste curated implementation files into Cursor/Claude for focused iteration.

  3. Download as Next.js App
    Get a full scaffolded app zip with setup files and dependencies.

  4. Export a Hono API Server β€” Run a supported pattern's server logic as a standalone Node.js service.

Choose your path

Existing app

  • Install with CLI.
  • Copy for a coding agent from the pattern page.
  • Adjust only the files you need.

New app or deeper learning

  • Download as app.
  • Fill .env.local.
  • Run and inspect the full-stack implementation.

Separate frontend and API

  • Download the verified Hono API server.
  • Connect your frontend to the exported route.
  • Add production auth, rate limits, and deployment controls.

Practical workflows

Product docs map

For release updates, see the changelog.