https://github.com/kafkasl/chat-ui
https://github.com/kafkasl/chat-ui
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kafkasl/chat-ui
- Owner: kafkasl
- Created: 2025-02-01T00:08:49.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-25T09:07:50.000Z (about 2 months ago)
- Last Synced: 2025-03-25T10:23:24.409Z (about 2 months ago)
- Language: Python
- Size: 107 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Modern Chat UI
A modern chat interface built with FastHTML and WebSocket, featuring real-time messaging, image uploads, and voice input capabilities. Built using MonsterUI components and Claude AI for message processing.

## Features
- Real-time messaging using WebSocket
- Modern UI with MonsterUI components
- Image upload support WIP
- Voice input capability WIP
- AI-powered responses using Claude
- Mobile-responsive design## Quick Start
1. Install dependencies:
```bash
pip install -r requirements.txt
```2. Run the server:
```bash
python main.py
```## Status
🚧 Work in Progress
Currently implementing:
- Audio transcription
- Image handling
- Auto-send on Enter
- Component optimization## License
MIT