To save your AI list online across devices, connect a Supabase project.
Create a free project at supabase.com → open Project Settings → API
Copy your Project URL and anon public key
In SQL Editor create table aihub_state with id text primary key, links jsonb not null default '[]'::jsonb, updated_at timestamptz not null default now()
Your Supabase URL and anon key stay in this browser localStorage and are sent only to your Supabase project. Skip this to use the hub in local-only mode.
🧠
AI Hub
// Suman's personal launchpad
--:--:--
---
📲 Install AI Hub as an app on this device — faster access, home screen icon, no browser bar
⚠️ Running in local mode — Add/Delete only saves in this browser. Connect Supabase to sync across devices.
0
Total AIs
0
Categories
0
Added by You
✓ saved
Add New AI
// it will be saved to your database
📱 Mobile Sync
// scan this QR on any device to auto-import credentials
Open the link on another device → credentials auto-import → just enter your password.
Works on any browser. No extra app needed.