1. Input Your Supabase Access Token
When you're building your app with famous.ai, the system will first prompt you to input your Supabase Access Token whenever you ask it for a backend related integration such as sign up and login.
Go to supabase.com.
Click on your profile icon, select Account Preferences, and navigate to the Access Tokens tab.
Generate a new access token.
Paste this token into the prompt when famous.ai asks for your Supabase API key.
2. Connect to Supabase
After entering your access token, famous.ai will prompt you to:
Once selected, famous.ai will handle the backend setup automatically.
3. Famous.ai Will Auto-Configure Your Backend
Once your API key is submitted and the project is linked, famous.ai will:
Set up authentication logic
Connect your app to the database
Handle table and schema creation (based on your app’s needs)
Enable real-time functionality (if needed)
4. You’re Ready to Go
After integration, your application is fully connected to Supabase. You can now:
Manage users through Supabase Auth
View and edit tables in the Supabase Dashboard
Extend your backend as needed with Supabase functions or storage
Tip: You can always revisit the Supabase dashboard to monitor or adjust your backend services anytime.