Welcome to DevChat : a modern full-stack AI chatbot built with FastAPI and React (Vite), deployed with a live backend on Vercel!
๐ Live Demo: https://chatbot-ten-eta-49.vercel.app/
DevChat lets users have interactive conversations with an AI assistant powered by Groqโs LLaMA-3.1-8B-Instant model. It maintains conversation state and delivers fast responses in a clean UI.
- ๐ฌ Interactive chat interface built with React + Vite
- ๐ FastAPI backend that handles conversation history
- ๐ค Uses the Groq API for AI chat completions
- ๐ Fully deployed backend and frontend
- ๐ฆ Modern project structure (frontend + backend)
| Component | Technology |
|---|---|
| Frontend | React, Vite |
| Backend | FastAPI, Uvicorn |
| AI Model | Groq LLaMA-3.1-8B-Instant |
| Deployment | Vercel |
| State | In-memory conversation storage |
| CORS | Enabled for all origins |