Skip to content

KenKaiii/social-bro

Repository files navigation

Social-Bro

Search YouTube, TikTok & Instagram from one place. Find content, grab transcripts, repurpose scripts.

What It Does

  • 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

Prerequisites

  • Node.js 18+
  • Docker

Setup

# 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 dev

Open localhost:3000 and you're good.

Tech Stack

Next.js 16 • React 19 • PostgreSQL • Prisma • TailwindCSS • NextAuth

Author

Built by Ken — subscribe to YouTube and join the Skool community for more AI/dev content.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages