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<?xml version="1.0" encoding="UTF-8"?>2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">3<plist version="1.0">4<dict>5 <key>Label</key>6 <string>ai.spboucher.chat.app</string>7 <key>WorkingDirectory</key>8 <string>/Users/simon-pierreboucher/apps/chat.spboucher.ai</string>9 <key>ProgramArguments</key>10 <array>11 <string>/bin/zsh</string>12 <string>-lc</string>13 <string>exec npm run start</string>14 </array>15 <key>EnvironmentVariables</key>16 <dict>17 <key>NODE_ENV</key>18 <string>production</string>19 <key>PORT</key>20 <string>3000</string>21 </dict>22 <key>RunAtLoad</key>23 <true/>24 <key>KeepAlive</key>25 <true/>26 <key>StandardOutPath</key>27 <string>/Users/simon-pierreboucher/apps/chat.spboucher.ai/logs/app.log</string>28 <key>StandardErrorPath</key>29 <string>/Users/simon-pierreboucher/apps/chat.spboucher.ai/logs/app.log</string>30</dict>31</plist>32