Bellamy · Master Assessment
Move · Connect · Belong
Past · Present · Future
Your Master Assessment
If you're seeing this message, the assessment hasn't loaded yet.
For paying customers
Open the unique link from your purchase-confirmation email. The link looks like bellamysportandleisure.com/pages/assessment?token=… and is valid for 7 days after purchase. Contact hello@bellamysportandleisure.com with your order number if anything's not working.
For local testing
The page is being opened directly from disk (a file:// URL), which blocks JavaScript modules from loading. Serve the client/ directory via a local HTTP server, then open the assessment in demo mode:
~/.deno/bin/deno run --allow-net --allow-read scripts/serve.ts open http://localhost:8765/?demo=true
Or, if you already have a real Supabase access token from the staging webhook:
open http://localhost:8765/?token=YOUR_TOKEN
See client/README.md for more.