/

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 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 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

Ready to transform your data workflow?

14 day trial, no credit card required.

Your data, illuminated.

Company

  • About

  • Blog

  • Hiring

  • Contact

© 2025 Lumis, Inc. All rights reserved. Lumis is a registered trademark of Lumis, Inc. All other trademarks, service marks, and company names mentioned herein are the property of their respective owners and are used for identification purposes only. By using this site, you agree to our Terms of Service and Privacy Policy. We are committed to protecting your data with industry-leading security standards.

Your data, illuminated.

Company

  • About

  • Blog

  • Hiring

  • Contact

© 2025 Lumis, Inc. All rights reserved. Lumis is a registered trademark of Lumis, Inc. All other trademarks, service marks, and company names mentioned herein are the property of their respective owners and are used for identification purposes only. By using this site, you agree to our Terms of Service and Privacy Policy. We are committed to protecting your data with industry-leading security standards.

Your data, illuminated.

Company

  • About

  • Blog

  • Hiring

  • Contact

© 2025 Lumis, Inc. All rights reserved. Lumis is a registered trademark of Lumis, Inc. All other trademarks, service marks, and company names mentioned herein are the property of their respective owners and are used for identification purposes only. By using this site, you agree to our Terms of Service and Privacy Policy. We are committed to protecting your data with industry-leading security standards.

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