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.backup</string>7 <key>ProgramArguments</key>8 <array>9 <string>/bin/zsh</string>10 <string>-lc</string>11 <string>exec /Users/simon-pierreboucher/apps/chat.spboucher.ai/ops/backup.sh</string>12 </array>13 <key>StartCalendarInterval</key>14 <dict>15 <key>Hour</key>16 <integer>3</integer>17 <key>Minute</key>18 <integer>30</integer>19 </dict>20 <key>StandardOutPath</key>21 <string>/Users/simon-pierreboucher/apps/chat.spboucher.ai/logs/backup.log</string>22 <key>StandardErrorPath</key>23 <string>/Users/simon-pierreboucher/apps/chat.spboucher.ai/logs/backup.log</string>24</dict>25</plist>26