Lightweight AI chat interface built with React and Golang.
- Conversation management with history, edits, and branching
- Multi-provider AI support (OpenAI compatible ones)
- Tools/MCP integration
- Built-in S3 Backups (planned)
- Single user authentication
- Dark/light themes
- Responsive design with Shadcn UI
- Minimal resource usage (~30MB docker image)
Unlike OpenWebUI and similar heavy solutions, this is designed to be simple and fast.
docker run -d -e APP_TOKEN={your_token} --name ai-ui ghcr.io/bajahaw/ai-ui:latestAccess at http://localhost:8080
MIT