vstorm-co/full-stack-ai-agent-template

Full-stack AI app generator — FastAPI + Next.js with AI Agents, RAG, streaming, auth, and 20+ integrations out of the box.

What it solves

프로덕션 레디 AI 애플리케이션을 구축할 때 필요한 반복적인 보일러플레이트 코드를 제거합니다. 인증, 데이터베이스 스키마, RAG 파이프라인, 프론트엔드 채팅 인터페이스를 수동으로 설정하는 대신, 이 생성기를 사용하면 엔터프라이즈 급 통합이 이미 구성된 완전한 풀스택 환경을 한 번에 스캐폴딩할 수 있습니다.

How it works

프로젝트는 CLI 도구(fastapi-fullstack)와 웹 설정기를 제공하여 맞춤형 프로젝트 구조를 생성합니다. FastAPI 백엔드와 Next.js 15 프론트엔드를 결합하고 WebSocket을 이용해 실시간 스트리밍을 구현합니다. 생성된 앱에는 여러 프레임워크(PydanticAI, LangGraph 등)를 지원하는 모듈형 에이전트 런타임과 Milvus, Qdrant 등 다양한 벡터 데이터베이스와 호환되는 RAG 파이프라인이 포함됩니다. Docker와 Makefile을 사용해 PostgreSQL 및 Redis와 같은 인프라 배포를 자동화합니다.

Who it’s for

AI 프로토타입에서 프로덕션 레디 SaaS 또는 엔터프라이즈 애플리케이션으로 빠르게 전환하고자 하는 개발자와 창업자를 위한 솔루션이며, 핵심 인프라를 처음부터 구축할 필요가 없습니다.

Highlights

  • Multi-Framework Support: Compatible with PydanticAI, PydanticDeep, LangChain, LangGraph, and DeepAgents.
  • Enterprise Features: Built-in JWT/OAuth authentication, admin panels, team/workspace management, and Stripe billing integration.
  • Advanced AI UI: Real-time streaming chat with support for tool-call cards, live task checklists, reasoning views, and inline charts.
  • Flexible RAG: Integrated pipeline supporting Milvus, Qdrant, pgvector, and ChromaDB.
  • Production Tooling: Includes Docker, Kubernetes configurations, Celery for background tasks, and a Django-style CLI for project management.