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

  1. Set up a Supabase project and enable email auth.
  2. Create a tracks table and load tracks from the database.
  3. Connect Stripe Checkout for license purchases.
  4. Add a Stripe webhook to store orders in Supabase.
  5. Query purchases here and replace the mock data.