Skip to main content

Supabase - Integrating with your Project

Famous.ai uses Supabase to power your app’s backend, including user authentication, database storage, and other backend services.

Famous.ai Team avatar
Written by Famous.ai Team
Updated over 3 months ago

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.

  1. Click on your profile icon, select Account Preferences, and navigate to the Access Tokens tab.

  2. Generate a new access token.

  3. 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:

  • Select an existing Supabase project, or

  • Create a new one via the interface.

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.

Did this answer your question?