chore: initial commit — chat-saiden web chat baseline

This commit is contained in:
marauder-actual
2026-05-29 13:47:34 +02:00
commit 96ba8f4b6e
28 changed files with 4852 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# Required
ANTHROPIC_API_KEY=sk-ant-...
GOOGLE_CLIENT_ID=000000000000-xxxxxxxxxxxxxxx.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=GOCSPX-xxxxxxxxxxxxx
# Optional — defaults shown
ANTHROPIC_MODEL=claude-sonnet-4-5-20250929
BASE_URL=https://chat.saiden.dev
ALLOWED_EMAILS=adam.ladachowski@gmail.com
# COOKIE_SECURE=false # set this only for local http dev
# SESSION_SECRET=... # auto-generated if omitted; set for stable sessions across restarts