chatbotv2 / README.md
sahil239's picture
Upload README.md
8011c1b verified
|
raw
history blame
1.08 kB
---
title: Tap Bot
emoji: πŸ€–
colorFrom: indigo
colorTo: purple
sdk: docker
app_file: main.py
pinned: true
---
# πŸ€– Tap Bot – AI Chatbot App
Welcome to **Tap Bot**, a simple AI chatbot app built with FastAPI and deployed for free using **Deta Space**. This project serves a static HTML/CSS/JS frontend and handles backend chat requests via an API endpoint.
---
## ✨ Features
- 🎨 Beautiful animated chat UI
- πŸ’¬ Typing effects and copy-to-clipboard
- πŸ”„ Clear chat, open/close animations
- πŸš€ Free 24/7 hosting with Deta (no hours limit)
- 🧠 Powered by your own backend logic (LLM optional)
---
## 🧱 Tech Stack
- **Frontend**: HTML, CSS, JavaScript (Vanilla)
- **Backend**: FastAPI (Python)
- **Hosting**: Deta Space
---
## πŸ”— Live Demo
Once deployed, app will be available at:
---
## πŸ§ͺ Local Development
```bash
# Install dependencies
pip install -r requirements.txt
# Run server
uvicorn main:app --reload
```
Access at: http://localhost:8000
---
πŸ“ License
This project is open-source and free to use.
βΈ»
Built by sahildesai.dev