What you are seeing: a lightweight frontend that is running as a container on our proxmox host in Falkenstein (GER). The idea is to keep the surface simple while the architecture behind it grows.
Today the chat replies are simulated. In a later phase, the same structure will be connected to Charly’s backend (LLM + orchestration + data sources).
- • Single-page HTML, CSS and JavaScript — no heavy framework, easy to move and update.
- • Chat structure already prepared to call a backend endpoint once it is available.
- • It's is running behind a reverse proxy (Caddy / Nginx) inside the existing infrastructure (proxmox / Docker).
Prototype UI
Container-ready
Backend-pluggable