You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 🤖 AIChat — Intelligent Conversational Platform
AIChat is a high-performance conversational intelligence platform engineered to deliver real-time, context-aware interactions at scale. It functions as both a user-facing assistant and a backend decision engine, enabling seamless automation, intelligent responses, and data-driven insights across modern web applications.
---
## 🚀 Features
* ⚡ Real-time AI-powered conversations
* 🧠 Context-aware response generation
* 🌐 Clean routing structure (`/ai`, `/health`, `/other`)
* 🎯 Smooth, modern landing page with animations
* 📱 Fully responsive (mobile-first design)
* 🎨 Premium UI with Tailwind CSS
* 🔄 Dynamic content rendering per category
* ❌ Custom 404 page handling
---
## 🧩 Tech Stack
**Frontend**
* React (Vite)
* Tailwind CSS
* React Router
* Framer Motion (animations)
**State & Data**
* React Query
**UI/UX**
* Lucide Icons
* Smooth scroll + micro-interactions
---
## 📂 Project Structure
```
src/
│── components/ # Reusable UI components
│── pages/ # Route-based pages (AI, Health, Other)
│── routes/ # Routing configuration
│── hooks/ # Custom hooks
│── utils/ # Helper functions
│── App.jsx # Main app entry
│── main.jsx # Root render
```
---
## 🌐 Routes
| Route | Description |
| --------- | ---------------------- |
| `/` | Landing Page |
| `/ai` | AI Chatbot Interface |
| `/health` | Health-related content |
| `/other` | General category |
| `*` | 404 Not Found Page |
---
## 🖥️ Getting Started
### 1. Clone the repository
```bash
git clone https://github.com/your-username/aichat.git
cd aichat
```
### 2. Install dependencies
```bash
npm install
```
### 3. Run the development server
```bash
npm run dev
```
---
## ⚙️ Future Enhancements
* 🔐 Authentication (Login/Signup)
* ☁️ Backend integration (Supabase / Firebase)
* 🧾 Chat history storage
* 🌙 Dark/Light mode toggle
* 📊 Analytics dashboard
* 🧩 Plugin-based AI modules
---
## 📸 Preview
> Smooth landing page with modern UI, animated transitions, and clean navigation.
---
## 🤝 Contributing
Contributions are welcome! Feel free to fork the repo and submit a pull request.
---
## 📄 License
This project is licensed under the MIT License.
---
## 💡 Author
Developed by **Ankit Sharma**
---
## ⭐ Support
If you like this project, give it a ⭐ on GitHub!
About
AIChat is a high-performance conversational intelligence platform engineered to deliver real-time, context-aware interactions at scale. Designed as both a user-facing assistant and a backend decision engine, it enables seamless automation, intelligent responses, and deep data-driven insights across diverse use cases.