Dashboard
This is a placeholder view. Later we will connect Supabase and Stripe so real purchases and favorites show up here.
Purchases
Neon Alleyways
Pro license on 2025-11-10
$60
Cozy Save Point
Personal license on 2025-11-12
$20
Next steps to make this real
- Set up a Supabase project and enable email auth.
- Create a tracks table and load tracks from the database.
- Connect Stripe Checkout for license purchases.
- Add a Stripe webhook to store orders in Supabase.
- Query purchases here and replace the mock data.