https://github.com/notsopreety/aiui
Feel free to adjust any details to better fit your project or specific needs!
https://github.com/notsopreety/aiui
ai chatbot samirai
Last synced: 3 months ago
JSON representation
Feel free to adjust any details to better fit your project or specific needs!
- Host: GitHub
- URL: https://github.com/notsopreety/aiui
- Owner: notsopreety
- Created: 2024-08-10T19:08:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T14:46:03.000Z (almost 2 years ago)
- Last Synced: 2024-08-11T17:01:27.860Z (almost 2 years ago)
- Topics: ai, chatbot, samirai
- Language: HTML
- Homepage: https://aiui.pages.dev/
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SamirAI Chatbot
SamirAI is a simple chatbot interface built using HTML, Tailwind CSS, and JavaScript. It interacts with a backend API to provide responses and supports Markdown formatting for displaying the content. This project includes features like real-time communication, message formatting, code block highlighting, and a copy-to-clipboard button for API responses.
## Features
- **Real-Time Messaging**: Communicates with an API to fetch responses based on user input.
- **Markdown Support**: Renders bold text, inline code, and code blocks in the response.
- **Copy to Clipboard**: Allows users to copy API-generated content with a button.
- **Typing Indicator**: Displays a typing indicator while waiting for the API response.
- **Spam Prevention**: Disables user input during API request processing to prevent spam.
- **New Chat**: Starts a new chat session with a new unique identifier.
## Getting Started
To use this chatbot, follow these steps:
### Prerequisites
- A modern web browser (Chrome, Firefox, Safari, Edge).
### Running the Application
1. **Clone the Repository**
```bash
git clone https://github.com/notsopreety/aiui
cd aiui