Campaign wall detected
Settings
Prepare the account layer for auth and database integration.
These settings use demo data today. They are structured so artist profiles, release records, and integrations can move into Supabase later.
Integration note
Future Meta Ads work should happen through secure server-side routes only. No API keys should live in frontend code.
Do next: Connect auth and database storage before adding any paid ad automation.
Demo data is active. Database sync and artist accounts will be connected in the next build phase.
No ad automation runs until smart links, fan capture, and secure backend routes are ready.
Next Build Phase
- Connect authentication
- Save releases to database
- Store artist profiles
- Generate campaign plans dynamically
- Connect Meta Ads through secure server-side routes