title: SimpleChat
created: 2026-07-04
updated: 2026-07-04
type: entity
tags: [apps, chat, messaging]
SimpleChat
Lightweight chat application with model selector. Static HTML/JS frontend for interacting with LLMs via the AI Gateway.
Details
| Property | Value |
|---|---|
| Host | VPS (static files) |
| URL | http://144.91.107.8/simplechat/ |
| Tech | Static HTML + JavaScript |
| Location | /opt/apps/simplechat/simple_chat.html |
Main Functions
- Web chat interface for LLM interaction
- Model selector (27b, 9b, nemotron)
- Simple, no-frills UI
Dependencies
- AI Gateway — routes requests to Qwen LLM
- NGINX — serves static files at /simplechat/
- Qwen LLM — the actual language model
Cross-Functionality
- Frontend for AI Gateway — the model-switching proxy
- Connects to Qwen LLM for generation
- Companion to Meeting App for text-based AI