Allow your Whop users to submit their addresses to claim milestones
Update your .env.local file with the required API keys:
WHOP_API_KEY="your_whop_api_key"
NEXT_PUBLIC_WHOP_APP_ID="your_whop_app_id"
WHOP_WEBHOOK_SECRET="your_webhook_secret"
NEXT_PUBLIC_SUPABASE_URL="your_supabase_url"
NEXT_PUBLIC_SUPABASE_ANON_KEY="your_supabase_anon_key"
SUPABASE_SERVICE_ROLE_KEY="your_service_role_key"
NEXT_PUBLIC_GOOGLE_MAPS_API_KEY="your_google_maps_api_key"Run the SQL schema in your Supabase project:
Find the schema at supabase/schema.sql
Get an API key from Google Cloud Console with Places API enabled for address autocomplete.
Connect your repo to Vercel and add the environment variables in the project settings.
Google Maps autocomplete for easy address entry
View submissions and manage form settings
Track submissions through completion, production, shipping, and delivery
Automatic admin detection for Whop owners and admins