Query your Supabase database from Slack
Connect your Supabase project in 2 minutes. Then ask alice for user counts, signups, feature adoption, or any custom query — and get answers in Slack instantly.
Three steps, two minutes
Connect Supabase
Paste your project URL and a read-only key. Credentials are encrypted and never leave our servers.
Add alice to Slack
One-click Slack install. alice shows up in your workspace ready to answer queries.
Start querying
Type /alice users in any channel. Or set up a daily report to #ops. Or let AI build a custom skill for you.
What you can ask
22 built-in templates for common Supabase queries. Or create your own with SQL or plain English.
> /alice users
1,247 total users (142 new this week)
> /alice signups --days=7
Mon: 23, Tue: 18, Wed: 31, Thu: 27, Fri: 19, Sat: 8, Sun: 12
> /alice users --plan=pro --inactive=14d
3 Pro users inactive 14+ days: jane@..., bob@..., kai@...
> /alice trial-health
47 active trials. 12 at risk (low usage). 8 converting this week.
Everything you can do with Supabase + Slack
Slash command queries
Type /alice users --plan=pro or /alice signups --days=7 and get instant results in Slack. No SQL required for common queries.
/alice users --signed-up=today
Scheduled reports
Get your Supabase metrics delivered to #ops every morning. Signups, active users, plan distribution — on autopilot.
Every weekday at 9am → #ops
Monitors & alerts
Set thresholds and get notified. 'Alert me when signups drop below 10/day' or 'Notify if free users exceed 500.'
Alert: signups < 10 today
Combined queries
Join Supabase app data with Stripe revenue data. See which Pro plan customers haven't logged in, or which active users are on a free trial about to expire.
/alice churn-risk (Stripe + Supabase)
AI skill generation
Describe what you need in plain English — 'show me users who signed up this week but haven't completed onboarding' — and alice generates the SQL, format, and schedule.
"users who signed up but never created a project"
Custom SQL
Write your own SQL queries against your Supabase database. Full Postgres syntax, executed read-only, results formatted for Slack.
SELECT count(*) FROM users WHERE ...
The real power: Supabase + Stripe in one query
Most monitoring tools see one data source. alice sees your whole stack. Combine Supabase user data with Stripe revenue data to answer questions no single tool can.
/alice churn-risk
Stripe + Supabase
Payment failed + no login for 14 days + usage dropped
/alice expansion-ready
Stripe + Supabase
On starter plan but hitting usage limits this month
/alice vip-users
Stripe + Supabase
Revenue > $500/mo + user profile + last activity
/alice trial-health
Supabase + Stripe
Trial users + feature adoption + days until expiry
Your data stays safe
Read-only access
alice cannot modify, delete, or write to your Supabase database. Hardcoded at the application level.
Encrypted credentials
Your Supabase URL and keys are encrypted with AES-256 at rest. Never logged, never exposed.
No data storage
Query results are streamed to Slack and not persisted. Only execution metadata is stored for audit logs.
Disconnect anytime
Remove the Supabase connection with one click. Credentials are immediately deleted.
Frequently asked questions
How does alicehasnoidea connect to Supabase?
You provide your Supabase project URL and a read-only service role key. alicehasnoidea connects securely and queries your database using the Supabase client. Your credentials are encrypted at rest. Setup takes under 2 minutes.
Is my Supabase data safe?
Yes. alicehasnoidea uses read-only access by default — it cannot modify, delete, or write to your database. Credentials are encrypted with AES-256 and never logged. All queries are executed with read-only permissions hardcoded at the application level.
What Supabase data can I query from Slack?
Anything in your Supabase Postgres database. Common queries include user counts, signups by date range, active users, plan distribution, feature usage, and custom table data. You can write SQL or describe what you want and let AI generate the query.
Can I combine Supabase data with Stripe data?
Yes — that's the core differentiator. alicehasnoidea runs queries across both sources in parallel and joins the results. Ask for 'churn-risk' and get Stripe payment status + Supabase login activity + usage data in one Slack message.
Does alicehasnoidea support Supabase Auth user data?
Yes. You can query auth.users and any other table your service role has access to. Common queries include 'users who signed up this week,' 'users by auth provider,' and 'users who haven't verified email.'
Connect Supabase to Slack in 2 minutes
Free tier available. No credit card required. Query your database from Slack today.