SPB Git

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%
657 B · 30 lines
Raw Blame History
1{2  "name": "chat.spboucher.ai",3  "short_name": "spboucher.ai",4  "description": "Personal instrument for operating hundreds of AI models.",5  "start_url": "/",6  "display": "standalone",7  "background_color": "#0E1116",8  "theme_color": "#0E1116",9  "icons": [10    {11      "src": "/icons/icon-192.png",12      "sizes": "192x192",13      "type": "image/png",14      "purpose": "any"15    },16    {17      "src": "/icons/icon-512.png",18      "sizes": "512x512",19      "type": "image/png",20      "purpose": "any"21    },22    {23      "src": "/icons/icon-maskable-512.png",24      "sizes": "512x512",25      "type": "image/png",26      "purpose": "maskable"27    }28  ]29}30