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

AI Code Review Benchmark: Claude, Gemini, Codex, Qwen, and MiniMax Compared
A benchmark tested five AI models on 15 Milvus pull requests with known bugs. Claude detected 53% of bugs in raw mode, while adversarial debate between models increased detection to 80%.

Council: A Structured Dialogue Framework for Claude
Council — A Crucible is a structured dialogue framework that runs inside a single Claude context window, using persona framing to produce four distinct modes of engagement: rigorous interrogation, generative action, lived experience, and unformed intuition.

Claude Desktop + Blender via MCP: Real-Time 3D Workflow Closes the Feedback Loop
An open-source Blender add-on runs an MCP server inside Blender, letting Claude Desktop inspect scenes, create objects, render images, and read results—closing the script-paste feedback loop.

NEXUS: An Open Source Agent Coordination Layer for OpenClaw
NEXUS is a coordination layer built on OpenClaw that enables AI agents to discover each other, delegate tasks, and handle micro-payments. It includes an agent registry, capability-based discovery, trust scores, and uses Google's A2A protocol and Anthropic's MCP.