Get started
This app uses Supabase Auth. In Hugging Face Spaces, configure secrets first.
Hugging Face Spaces setup
- Go to Settings → Variables and secrets → Secrets.
- Set:
SUPABASE_URLSUPABASE_KEY(anon key) orSUPABASE_ANON_KEYDEFAULT_BASE_URL(OpenAI-compatible, e.g.https://router.huggingface.co/v1)DEFAULT_API_KEY(optional)
- Restart the Space.
Login / Register
- Open /login and sign in.
- To return to the app automatically, use /login?next=/app.
Password reset
- Ensure Supabase Auth redirect URLs include
/loginfor your Space domain. - The login page supports both recovery link formats (
#access_token=…and?code=…).