MerchantryTidbits

agent-tooling / cli

fastapi-fullstack (Full-Stack AI Agent Template)

Capability: fastapi-fullstack (Full-Stack AI Agent Template)

Use it when

  • You need to ship an AI chat SaaS with auth, WebSocket streaming, RAG, admin panel, and Stripe billing without months of boilerplate
  • You keep rebuilding the same FastAPI plus Next.js agent plumbing per project and want a configurable generator whose output can later merge in template updates

What it solves

Not the fit when

  • adding an agent to an existing codebase rather than generating a new project
  • non-Python backends or non-Next.js frontends
  • context-window-overflow
  • embedding-recall-poor
  • multi-tenant-data-leak

Install

pip install fastapi-fullstack (or uv tool install fastapi-fullstack, or pipx install fastapi-fullstack)

Invoke

fastapi-fullstack (interactive wizard) or fastapi-fullstack create my_ai_app --preset ai-agent; then cd my_ai_app && make bootstrap for the backend and cd frontend && bun install && bun dev for the frontend; make upgrade pulls later template versions via 3-way merge

Alternatives

No reviewed alternatives recorded yet.