# š¬ AI Chatbot with FastAPI + React
This is a full-stack chatbot application that uses OpenRouter AI models with a FastAPI backend and a React frontend. Messages are stored in localStorage
to persist chat across refreshes.
openrouter-chatbot/ āāā backend/ ā āāā main.py # FastAPI server ā āāā requirements.txt āāā frontend/ ā āāā src/ ā ā āāā App.tsx ā ā āāā components/Chatbot.tsx ā āāā tailwind.config.js ā āāā package.json ā āāā ...
For Windows:
.\.env\Scripts\Activate
uvicorn main:app --reload
git clone https://github.com/kanishk-rezol/ChatBot