for developers
Builder can leverage multiple external tools when designing your Project with Fusion. All integrations can be access on the Integrations page.
Supabase is the Postgres development platform. Once you've connected to Supabase, Builder AI can connect to your database schema to design new features based on your stored data.
Begin by connecting to Supabase. On your MCP servers page, click the + Connect button next to Supabase. You will then be prompted to connect to your Supabase organization.
- Go to MCP servers.
- On the Neon tile, click + Connect.
- In the modal that opens, click the Connect To Supabase button.
- When Builder requests access, click the Approve button followed by the Authorize button.
Then, in your Builder Project, describe to the AI what you'd like changed. Although the AI might be able to figure out what you want based on the context, it is best to provide any relevant IDs, schemas, or table names if possible.
In the video below, the current implementation of a Dog Breed Explore uses mock data. Builder's AI is then asked to implement a server-side route that returns actual data served from a Supabase database.