Skip to content

danbroz/ai-chat

 
 

Repository files navigation

Logo AI Chat

Screenshot

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

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run with Docker

docker compose up # http://localhost:5173

Releases

No releases published

Packages

No packages published

Languages

  • Vue 59.9%
  • TypeScript 24.8%
  • JavaScript 12.5%
  • HTML 1.7%
  • Other 1.1%