AI Chat
November 9, 2025 ยท View on GitHub
๐ aichat.ksdev.pl

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.
Project Setup
pnpm install
Compile and Hot-Reload for Development
pnpm run dev
Type-Check, Compile and Minify for Production
pnpm run build
Run with Docker
docker compose up # http://localhost:5173
With a custom port:
PORT=8080 docker compose up