Yet another AI chat with original name. Currenly connects only to OpenAI models.
Works purely in the browser, with no backend/server communication. Data is stored locally in IndexedDB.
I coded it for my own use.
pnpm installpnpm run devpnpm run builddocker compose up # http://localhost:5173With a custom port:
PORT=8080 docker compose up