spb/chat-spboucher Public
Private universal chat interface over the OpenRouter ecosystem — 400+ models, branching, streaming, usage tracking. Next.js 16 + SQLite, PWA, deployed on m4m64a at chat.spboucher.ai
TypeScript 78.8%
CSS 15.1%
JavaScript 4.9%
Shell 1.2%
1{2 "name": "chat-spboucher",3 "version": "0.1.0",4 "private": true,5 "scripts": {6 "dev": "next dev",7 "build": "next build",8 "start": "next start",9 "lint": "eslint",10 "set-password": "node scripts/set-password.mjs",11 "make-icons": "node scripts/make-icons.mjs"12 },13 "dependencies": {14 "@node-rs/argon2": "^2.0.2",15 "better-sqlite3": "^13.0.3",16 "highlight.js": "^11.12.0",17 "katex": "^0.18.4",18 "next": "16.3.0",19 "react": "19.2.8",20 "react-dom": "19.2.8",21 "react-markdown": "^10.1.0",22 "rehype-highlight": "^7.0.2",23 "rehype-katex": "^7.0.1",24 "remark-gfm": "^4.0.1",25 "remark-math": "^6.0.0"26 },27 "devDependencies": {28 "@types/better-sqlite3": "^9.6.0",29 "@types/node": "^20",30 "@types/react": "^19",31 "@types/react-dom": "^19",32 "eslint": "^9",33 "eslint-config-next": "16.3.0",34 "typescript": "^5"35 }36}37