Project Description
I need an end-to-end implementation that gets my web app production-ready. This includes spinning up a fresh Supabase project, wiring in secure authentication, and making sure real-time video features run flawlessly in both development and live environments.
Here’s what I want accomplished:
• Create a brand-new Supabase instance, configure tables, policies, and storage, then connect it to my existing codebase.
• Enable Google Auth alongside passwordless OTP sign-in/sign-up, testing every edge case so users experience zero friction.
• Integrate VideoSDK for real-time calls, synchronising session data with Supabase and confirming it works behind authenticated routes.
• Establish clean environment variables and separate configs for dev vs. production, with scripts or docs that make deploys repeatable.
• Hand over concise documentation covering setup steps, env keys, and how to extend auth rules in the future.
Everything must be thoroughly tested on the web front end before delivery so I can roll straight into launch without backend surprises.