BrightBean Studio: Open-source social media management platform built with AI agents

What BrightBean Studio does
BrightBean Studio is an open-source, self-hostable social media management platform built for creators, agencies and SMBs. It provides a free alternative to commercial tools like Buffer, Sendible, and SocialPilot without per-seat, per-channel, or per-workspace limits.
Platform support
The platform supports publishing, comments, DMs, and insights across these platforms:
- Facebook (all features)
- Instagram (all features)
- Instagram Personal (all features)
- LinkedIn Personal (publish, comments, insights)
- LinkedIn Company (publish, comments, insights)
- TikTok (publish, comments, insights)
- YouTube (publish, comments, insights)
- Pinterest (publish, insights)
- Threads (publish, comments)
- Bluesky (publish, comments)
- Google Business Profile (publish, insights)
- Mastodon (publish, comments)
Key features
- Multi-workspace & teams: Unlimited orgs → workspaces → members with granular RBAC, custom roles, invitations, and separate Client role for external collaborators
- Content composer: Rich editor with per-platform caption/media overrides, version history, reusable templates, content categories & tags, and Kanban idea board
- Calendar & scheduling: Visual calendar with recurring weekly posting slots per account and named queues that auto-assign posts to the next available slot
- Publishing engine: Direct first-party API integrations (no aggregator), automatic retries, per-account rate-limit tracking, and 90-day publish audit log
- Approval workflows: Configurable stages (none/optional/internal/internal + client), threaded internal & external comments, reminders, and full audit trail
- Unified social inbox: Comments, mentions, DMs, and reviews from every connected platform in one place with sentiment analysis, assignments, threaded replies, and historical backfill
- Media library: Org- and workspace-scoped libraries with nested folders, auto-generated platform-optimized variants, and alt text
- Client portal: Passwordless 30-day magic-link access for clients to approve or reject posts without creating an account
- Notifications: In-app, email, and webhook delivery with per-user preferences for every event type
- Security & ops: Encrypted token & credential storage, optional 2FA (TOTP), Google/GitHub SSO, Sentry support, and 7-day reversible org-deletion grace period
- White-label friendly: Per-workspace branding (logo, colors) and workspace defaults for hashtags, first comments, and posting templates
Deployment options
The platform can be deployed with one-click buttons on Heroku, Render, or Railway, run on your own VPS via Docker, or run locally. All platform integrations use your own developer credentials to talk directly to official first-party APIs, avoiding aggregator middlemen and vendor lock-in.
Development context
This tool was built in 3 weeks using Claude and Codex, demonstrating how AI coding agents can accelerate development of complex applications. The project structure includes typical Python/Django components with Docker support and pre-commit hooks.
📖 Read the full source: HN AI Agents
👀 See Also

Benching local Qwen 3.6 27B as a Codex validator co-agent
A developer built a reproducible eval suite to test Qwen 3.6 27B GGUF profiles (llama.cpp) as a sidecar validator for Codex, finding 128k context profiles necessary for long-context tasks and minimal accuracy loss with q8 KV cache.

Modulus: Cross-repository knowledge orchestration for AI coding agents
Modulus is a desktop app that runs multiple AI coding agents with shared project memory across repositories. It solves cross-repo context problems by letting agents understand dependencies between different codebases without manual explanation.

OpenClaw Smart Router Open-Sourced for Automatic Model Selection
A developer has open-sourced a Smart Router for OpenClaw that automatically classifies queries by complexity and routes them to optimal models, saving 60-80% on API costs compared to always using premium models like Claude or GPT-4o.

Your Fair Share Tool: Calculate Your Equal Share of Company Profits
A developer built a web tool using Claude Code and Vercel that calculates what your equal share of your employer's annual profits would be based on SEC 10-K filings. The tool shows specific numbers like Apple's $747,000 per employee and NVIDIA's $2.8 million per employee.