Audit Log + Compliance Reporting
Append-only audit log and compliance reporting API. Record every significant action in your system — logins, data access, mutations, exports, config changes — search them flexibly, generate compliance summaries, and manage retention. No extra services needed: it's all Postgres.
Daily Database Digest Email
Query your database, format a summary email, and send it via [Resend](https://resend.com). Ships with a sample `app_events` table so you can try it immediately. Swap the query for any SQL that returns numbers your team cares about — signups, revenue, errors, API calls.
Scheduled Cleanup
Nightly job that deletes rows older than 30 days and posts a Slack summary. Demonstrates a cron schedule on an interface.
Uptime Monitor
Uptime monitoring where a Google Sheet is the whole database: the site list, the append-only log of every check, and the current up/down state. A schedule probes every site concurrently, logs the result, upserts the current status, and alerts only when something is actually down.