# Build with AI

Pick the auth feature you need below. Each page gives you a ready-to-paste prompt for your coding agent — Claude Code, Cursor, GitHub Copilot CLI, or OpenCode. The agent reads your codebase, applies consistent patterns, and generates production-ready auth code in minutes.

<ResponsiveCardGrid columnsDesktop={3} columnsLarge={3}>
  <FoldCard
    title="Full Stack Auth"
    iconKey="fsa"
    href="/dev-kit/build-with-ai/full-stack-auth/"
    clickable={true}
  />
  <FoldCard
    title="Agent Auth"
    iconKey="bot"
    href="/dev-kit/build-with-ai/agent-auth/"
    clickable={true}
  />
  <FoldCard
    title="MCP Auth"
    iconKey="mcp"
    href="/dev-kit/build-with-ai/mcp-auth/"
    clickable={true}
  />
  <FoldCard
    title="Modular SSO"
    iconKey="sso"
    href="/dev-kit/build-with-ai/sso/"
    clickable={true}
  />
  <FoldCard
    title="Modular SCIM"
    iconKey="scim"
    href="/dev-kit/build-with-ai/scim/"
    clickable={true}
  />
</ResponsiveCardGrid>