Workflow Guide
v0 to Production
The easiest way to build a modern AI application is to use AI to generate your frontend, and plug it into a battle-tested production backend. Our LangChain + FastAPI Starter Kit acts as the robust engine for any UI you generate with v0, Bolt.new, or other AI coding assistants.
1. Prototype your UI
Use tools like v0.dev or Bolt.new to prototype the visual look and feel of your app. Focus entirely on the user experience—don't worry about the underlying infrastructure or data storage.
2. Export your Frontend
Export the React/Next.js code from your prototyping tool. You now have a gorgeous, functional client-side application that needs a brain.
3. Connect to Supertute Engine
Point your frontend's API calls to the Supertute LangChain + FastAPI backend. Our kit provides out-of-the-box endpoints for JWT authentication, streaming RAG queries, and user session memory.
- Auth: Ready-to-use login/registration endpoints that return secure JWT tokens.
- Memory: Redis-backed chat history so your frontend doesn't have to manage conversation state.
- Streaming: Server-Sent Events (SSE) that stream LLM responses back to your UI exactly like ChatGPT.
4. Deploy in Minutes
Use the included Railway and Vercel configurations to deploy both your generated frontend and the robust Python backend in under 15 minutes.
Ready to ship?
Stop rebuilding backend boilerplate and start launching your ideas.
Get the Starter Kit