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.
npm install
npm run dev
npm run build
docker compose up # http://localhost:5173
With a custom port:
PORT=8080 docker compose up