sidinsearch/superbrain
SuperBrain — AI-powered save-it-later brain for Instagram, YouTube & Web
What it solves
SuperBrain is a self-hosted AI-powered content archive for Android that prevents saved content from becoming "graveyards." It solves the problem of fragmented saving across different platforms (Instagram, YouTube, web pages) where users often forget what they saved, why they saved it, and where it is located.
How it works
Users share URLs from any Android app to SuperBrain. A self-hosted Python backend then processes the content using a multi-provider AI model router. This router automatically selects the fastest available model from providers like Groq, Gemini, OpenRouter, or local Ollama to perform specific tasks:
- Content Analysis: Generates titles, summaries, and tags for web pages and social media posts.
- Media Processing: Transcribes audio using Whisper (cloud or local) and identifies background music in Instagram reels via Shazam.
- ** uma YouTube Analysis**: Uses Gemini to analyze videos directly via URL without downloading them.
- Web Scraping: Extracts text using multiple strategies (newspaper4k, trafilatura, Wayback Machine).
Everything is stored in a user-owned SQLite database, and an Android app provides the interface for searching, filtering, and organizing content into collections.
Who it’s for
Individuals who save large amounts of digital content across various platforms and want a centralized, self-hosted, and searchable AI-powered archive with no cloud subscriptions or data harvesting.
Highlights
- Multi-provider AI Router: An EMA-ranked, self-optimizing router that automatically falls back between different AI providers to ensure maximum speed and reliability.
- Universal Share Target: Works with any app that shares URLs, including Instagram, YouTube, and Chrome.
- Intelligent Discovery: Full-text search across titles, summaries, and transcriptions, combined with smart "Watch Later" reminders.
- Privacy-First: Self-hosted backend with a local SQLite database, ensuring the user owns their data.
- Local Fallbacks: Supports local inference via Ollama and local OpenAI Whisper for transcription when cloud APIs are unavailable.
Related
- Project
- Project
- Project
- Project
- Dispatch