Creator Access

Sign in to Beetalk Studio.

Local auth is now wired for Supabase SSR and ready to move to Cloudflare Workers once your real project keys are added.

Cloudflare runtime

OpenNext adapter + Wrangler preview/deploy

Supabase auth

@supabase/ssr cookie-based session flow

Local workflow

next dev for iteration, preview for Workers runtime

Auth test entrypoint

Use the same form for both sign-in and sign-up while local setup is being finalized.

Before deploy

  • Set `NEXT_PUBLIC_SUPABASE_URL` and `NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY` in `.env.local`.
  • Add the same values to Cloudflare Workers environment variables before deploy.
  • In Supabase Auth settings, add `http://localhost:3000/auth/confirm` and your production domain callback.