Overseek Socials
AI-powered social media management for brands and agencies
Plan, publish, analyze, and collaborate across channels from one workspace.
What it does • Core capabilities • Quick start • Tech stack • Development
What it does
Overseek Socials is a full social media operations platform built for teams that need speed, consistency, and visibility. It combines multi-platform scheduling, AI-assisted content workflows, and cross-channel analytics in one product.
Core capabilities
- Multi-platform publishing: Compose once and publish to Instagram, TikTok, YouTube, Facebook, Pinterest, Bluesky, and Google Business Profile.
- AI content engine: Generate captions, rewrite copy, create alt text, suggest tags, and keep output aligned with your brand voice.
- Content calendar: Use drag-and-drop week/month planning with visual platform cues and quick post creation.
- Analytics and ROI tracking: Monitor post performance and connect Shopify or WooCommerce for revenue attribution.
- Reputation and engagement: Track interactions, review sentiment, and manage responses from a unified workflow.
- Team operations: Support role-based access, workspace isolation, and collaboration for agencies managing multiple brands.
Screenshots
Analytics Dashboard
Post Composer
Content Calendar
Media Library
Quick start
Prerequisites
- Docker + Docker Compose
- Node.js 20+ (local development)
1) Clone and configure
git clone https://github.com/MerlinStacks/socaliseit.git
cd socaliseit
cp stack.env.example stack.env
Update stack.env with database values, OAuth provider credentials, and your OPENROUTER_API_KEY.
2) Start services
docker-compose up -d
Open http://localhost:6754.
3) Finish setup
- Register your workspace owner account.
- Connect at least one social platform.
- Create and schedule your first post.
Tech stack
| Layer | Technology |
|---|---|
| Framework | Next.js App Router |
| Frontend | React 19 + Tailwind CSS 4 |
| Backend | Next.js API routes + background workers |
| Database | PostgreSQL + Prisma ORM |
| Queue | Redis + BullMQ |
| Auth | NextAuth (OAuth + credentials + TOTP) |
| Billing | Stripe |
| Deployment | Docker Compose |
Project structure
socaliseit/
├── app/
│ ├── src/ # Next.js app, API routes, components, services
│ └── prisma/ # Prisma schema and migrations
├── docs/ # Product and technical docs
├── docker-compose.yml
└── docker-compose.dev.yml
Development
cd app
npm install
npm run dev
Common commands:
npm run build
npm run test
npm run test:e2e
npm run test:coverage
npm run db:generate
npm run db:migrate
License
MIT. See LICENSE for details.
GitHub About suggestion
If you want repo metadata to match this README, use this as the GitHub About text:
AI-powered social media management platform for brands and agencies. Plan, publish, analyze, and collaborate across channels from one workspace.