Back to Supabase

Supabase is now a connector on Perplexity Computer

apps/www/_blog/2026-08-07-supabase-is-now-a-connector-on-perplexity-computer.mdx

1.26.082.0 KB
Original Source

Supabase is available as a connector on Perplexity Computer. With Supabase as a persistent data layer, Computer can read from and write back to your Postgres tables, keeping state across runs without custom glue code.

Perplexity Computer is an agent that runs multi-step work across 400+ apps, including GitHub, Vercel, Datadog, Stripe, and Slack. Connect your Supabase project and your database joins that loop.

<div className="video-container"> <iframe className="w-full" src="https://www.youtube-nocookie.com/embed/BwVGncLAdGs" title="Supabase is now a connector on Perplexity Computer" allow="accelerometer; autoplay; clipboard-write; encrypted-media; fullscreen; gyroscope; picture-in-picture; web-share" allowfullscreen /> </div>

What you can do with the Supabase connector

The connector handles the kind of work you'd normally context-switch into the Supabase Dashboard or psql for:

  • Answer questions about production data: ask which tables grew the most this week, and Computer runs the query and answers.
  • Debug from a support ticket: pull a user record, check their last sign-in, and find their failed payments in one prompt.
  • Test Edge Functions: invoke send-welcome-email with a test payload without leaving the chat.
  • Put recurring queries on a schedule: Computer runs your weekly growth query and posts the report to Slack every Monday.

Because Computer spans your other tools, a single prompt can too. For example, join Stripe cancellation events with your Supabase behavioral data to find where users drop off, then ship the fix through a GitHub PR.

Get started