Live at Enoz.Dev
Frontend code to the website. Built using Svelte
The backend for the chat feature. The service acts as both a Discord bot and a webserver, orchestrating a chat session through text channels.
The website is served from a single VPS. Both the frontend and backend are built into images and deployed using Docker. A Caddy proxy orchestrates traffic.
https://enoz.dev -> VPS -> | Caddy |-> Frontend (SSR served with Node)
|-> Chatter-Bot (Node)