/

Supabase

Connect your Supabase database for instant visualization of PostgreSQL data with real-time updates and row-level security.

Overview

Visualize data from your Supabase project with automatic schema detection and real-time dashboard updates. Lumis connects to your PostgreSQL database and respects row-level security policies, ensuring users only see data they have permission to access. Perfect for SaaS products, internal tools, and customer-facing analytics.

How it works

Add your Supabase project URL and API keys to Lumis. Select tables to visualize, and Lumis automatically detects relationships and suggests optimal chart types. Real-time subscriptions keep dashboards current as database rows change. Combine multiple tables into unified dashboards with automatic joins.

Configure - implementation details

Supabase real-time subscriptions enable live dashboard updates. Connection pooling manages database connections efficiently.

// Supabase real-time subscription
const supabase = createClient(SUPABASE_URL, SUPABASE_KEY);

function subscribeToTable(table, callback) {
  const subscription = supabase
    .from(table)
    .on('*', payload => {
      callback(payload.new);
    })
    .subscribe();
    
  return subscription;
}

Supabase

Category

Databases

Data Sources

Date Added

Sep 9, 2025

Ready to transform your data workflow?

14 day trial, no credit card required.

LaunchNow

Get all access

Get all access

Create a free website with Framer, the website builder loved by startups, designers and agencies.