SuperBrain: The AI-Powered 'Save It Later' Brain You Actually Use
How many times have you saved a Reel or YouTube video thinking βIβll come back to thisβ β only to forget why you saved it in the first place?
Your saved content is scattered across silos:
- Instagram Saved β a graveyard with no search
- YouTube Watch Later β endless pile, no context
- Browser bookmarks β folders of dead links
- Screenshots β no searchable text
SuperBrain fixes this. Itβs a self-hosted Android app + Python backend that acts as your AI-powered content archive.
How It Works
Share any URL from any app β SuperBrain analyzes it with AI in seconds and gives you:
- Clean title and summary β instantly know what itβs about
- Auto-assigned category and tags β filtering at a glance
- Music identification β Shazam detects background tracks from reels
- Audio transcription β full text from videos
- Smart reminders β actually brings you back to content
Everything stored in a local SQLite database you own. No subscriptions, no cloud lock-in.
One Command to Run
npx -y superbrain-server@latest
Thatβs it. Downloads the backend, sets up a virtual environment, runs the setup wizard, and starts the API server.
What It Handles
| Content Type | What SuperBrain Does |
|---|---|
| Instagram posts/reels | Downloads, extracts caption, transcribes audio, identifies music |
| YouTube videos | Gemini analyzes natively (no download needed) |
| Web pages | Multi-strategy scraping + AI summary |
| Any URL | Categorizes, tags, makes searchable |
Smart AI Model Router
Free AI APIs have rate limits and downtime. SuperBrain solves this with automatic fallback:
| Task | Fallback Order |
|---|---|
| Text analysis | Groq β Gemini β OpenRouter β Ollama |
| Vision | Gemini β Groq Vision β OpenRouter β Ollama |
| Transcription | Groq Whisper β Local Whisper |
| YouTube | Gemini (native URL understanding) |
The router tracks response times, promotes faster models automatically, and cools down failed providers. You never think about which API is working.
Features That Matter
Collections β Watch Later, Recipes, Work, or any category you create
Full-text search β Search across titles, summaries, tags, and transcriptions
Watch Later reminders β Daily notifications spread between 8 AM β 9:30 PM, unique time slot per post
Urgent alerts β Morning notifications for deadline-sensitive content (exams, hackathons)
Offline-first β Queues saves locally, syncs when reconnected
Retry recovery β Failed analyses can be retried from the Library
Architecture
superbrain/
βββ backend/ # Python FastAPI (18 endpoints)
β βββ analyzers/ # Vision, audio, music, text, YouTube, web
β βββ instagram/ # Instaloader engine
β βββ core/ # Multi-provider AI router
βββ superbrain-app/ # React Native (Expo SDK 54)
The backend is lightweight β runs on your PC, a Raspberry Pi ($50 one-time), or any $4/mo VPS.
API Keys (All Optional)
| Provider | Notes |
|---|---|
| Gemini | Most generous free tier β recommended starting point |
| Groq | Fastest inference |
| OpenRouter | Free model router with many options |
| Ollama | Local inference, fully offline fallback |
You donβt need all of them. The router falls back automatically.
Instagram Without Login
Works without credentials for public posts. Add a (secondary) Instagram account to remove rate limits and access followed private accounts.
Why This Beats Alternatives
Most βsave for laterβ apps are just link collectors. SuperBrain actually processes your content:
- Extracts the text youβd need to search
- Summarizes so you remember why you saved it
- Identifies music so you can find that track
- Organizes into searchable, filterable collections
- Reminds you at useful times
Itβs the second brain that actually works because you can find what you saved.
Links: