| | --- |
| | 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 |
| |
|