Supabase Integration

Navique connects to your Supabase project via two layers: the PostgREST Data API for table browsing and schema introspection, and the Management API for project health, edge functions, and analytics.

Last Updated2026-04-04
Categoryintegrations
Recently Added
Database

Full Supabase project visibility — tables, auth, storage, edge functions — without opening the web dashboard.

Overview

Navique connects to your Supabase project via two layers: the PostgREST Data API for table browsing and schema introspection, and the Management API for project health, edge functions, and analytics. Provide your project URL and anon key for basic access; add a service role key for auth admin and storage, or a Management API token for full project health monitoring. Five tabs in the detail view — Tables, Auth, Storage, Functions, Health — plus 15 dashboard components.

Tables Tab — Schema Browser & Row Explorer

Full table browser powered by PostgREST's OpenAPI spec introspection. Lists every table in the public schema with row counts (via exact count headers), column count, and estimated size. Expand a table to see column names, types, nullable status, defaults, and descriptions parsed from SQL comments. Sample data grid shows the first 10 rows sorted by primary key descending. Foreign key relationships surfaced via OpenAPI $ref links. RPC functions detected and listed from the API spec.

Auth Tab — User Management

Total auth user count, users grouped by provider (email, Google, GitHub, Apple), recent sign-ups over the last 7 days, and last sign-in timestamps. Paginated user list with email, provider badges, created date, and last active date. Requires the service role key for admin API access. Provider breakdown chart shows the distribution of authentication methods across your user base.

Storage Tab — Bucket Browser

Lists all storage buckets with object counts, total size per bucket, public/private status, and allowed MIME types. Expand a bucket to browse objects. Bucket cards with size bars, public badge, and file type icons. Requires the service role key for full storage admin access.

Edge Functions Tab

Lists all deployed edge functions with slug, version, status, created and updated dates, and JWT verification setting. Function rows with status badge, version number, and last deploy timestamp. Requires a Management API access token for the project-level function listing endpoint.

Service Health Tab

Real-time health status of auth, REST, realtime, and storage services. Four coloured indicators (green/yellow/red) with service names. Project advisor recommendations when available via the Management API. Region and PostgreSQL version displayed. Essential for catching service degradation before it affects your users.

Dashboard Widgets & Badges

15 dashboard components for the Command Centre: Project Card (name, status, table count), Storage Card (DB size, top tables), Edge Functions Card, Service Health Card, Row Count Card, Status Badge, User Count Badge, DB Size Badge, Auth Widget (user analytics), Table Browser Widget (schema overview), Storage Browser Widget, Edge Functions Widget, and detail panels for table schema and user profiles. Drag any onto your layout.

Related in integrations