Search YouTube, TikTok & Instagram from one place. Find content, grab transcripts, repurpose scripts.
- Unified Search - Query all platforms at once, filter by creator with @username
- Content Repurposing - Extract YouTube transcripts and generate shorter versions for other platforms
- Hook Generator - AI-powered opening lines to grab attention
- Search History - Save and revisit your searches
- Node.js 18+
- Docker
# Clone it
git clone https://github.com/KenKaiii/social-bro.git
cd social-bro
# Install deps
npm install
# Set up env
cp .env.example .env
# Edit .env with your secrets (generate with: openssl rand -base64 32)
# Start database
docker compose up -d
# Run migrations
npm run db:migrate
# Start the app
npm run devOpen localhost:3000 and you're good.
Next.js 16 • React 19 • PostgreSQL • Prisma • TailwindCSS • NextAuth
Built by Ken — subscribe to YouTube and join the Skool community for more AI/dev content.
MIT