Commit Graph
3 Commits
Author SHA1 Message Date
Jannik 1a964a43a7 UI: Add custom glowing cursors matching the app theme 2026-06-04 00:34:58 +02:00
Jannik 7981b1d146 UI polish: updated favicon, smoothed animated bars, and slowed down gradient animations 2026-06-04 00:28:02 +02:00
Jannik d42410560f Build standalone MelodyMuse SPA
Drop the Supabase backend and call the AI provider directly from the
browser. The endpoint URL, API key, and model name are stored in
localStorage and used for direct /chat/completions requests.

- src/lib/llm.ts: config persistence, direct fetch, JSON extraction,
  shape validation, connection test
- src/lib/prompts.ts: full + partial-regeneration system prompts and
  user-message builder
- src/lib/{api,supabase}.ts removed
- supabase/ directory removed
- @supabase/supabase-js dropped from package.json
- README updated to describe the standalone architecture and CORS caveats
- .gitignore: drop Supabase entries, exclude *.tsbuildinfo
2026-06-03 01:25:22 +02:00