Feature Guide

Your infrastructure.
Visible at a glance.

The Dashboard consolidates infrastructure monitoring, database health, website analytics, and custom data views into a single tabbed screen. No more logging into five different tools to understand what's running.

Infrastructure Monitor

Docker containers, server health, resource usage.

Container status

Every Docker container running on your server — its name, current state (running, stopped, restarting), uptime, and the ports it exposes.

CPU & memory

Live resource consumption per container and for the host server overall. Shows when a runaway process is eating resources.

Restart alerts

Containers that have restarted recently are flagged. A container that's restarting frequently has a problem worth investigating.

Server metrics

Host-level CPU, RAM, disk, and network throughput — useful context when a container's numbers look abnormal.

Postgres Monitor

Database health without leaving the platform.

Table sizes

Row counts and disk usage per table. Useful for spotting tables that are growing unexpectedly fast.

Active connections

How many connections are currently open to the database and which applications own them.

Slow queries

Queries that took longer than expected, flagged for review. Often the first sign of a missing index.

Cache hit rate

The percentage of reads served from memory rather than disk. A healthy database keeps this high.

Website Analytics

Google Analytics and Search Console — without opening a new tab.

Google Analytics (traffic, sessions, conversions) and Google Search Console (queries, click-through rates, impressions) data is pulled directly into dashboard panels. Same data, no tab-switching.

Analytics panels

Sessions, users, bounce rate, top pages, and conversion events pulled from the Google Analytics 4 API.

Search Console panels

Top search queries, click-through rates, average position, and impressions for any date range.

Custom Data Panels

Any table. Any query. Any panel.

Beyond the built-in infrastructure and analytics tabs, the Dashboard supports configurable data panels driven from your Supabase database. Define a panel in the database with a title, a data source, and a layout size — it renders automatically.

This is how custom views like the email health scorecard and customer insights panels work — the same dashboard engine, pointed at different data.