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

Bio-Inspired Memory System for Local LLMs: LTP and Selective Oblivion Implementation
A developer built a local MCP server implementing bio-inspired memory mechanics including Long-Term Potentiation reinforcement, selective oblivion decay, and weekly consolidation cycles. The system uses hybrid search with sqlite-vec and text fallbacks, non-blocking architecture with asyncio executors, and maintains state via a persistent 'Soul' file.

context-link v1.0.0: Local MCP server reduces Claude Code token usage by 91%
context-link v1.0.0 is a local MCP server that indexes codebases with Tree-sitter to serve Claude only the exact symbols, dependencies and structure needed, reducing token usage by 91% in specific cases and 70-80% across full tasks.

Claude Code's Local Memory Integration with Shodh: Enhancing Context Retention Over Time
Explore Claude Code's integration with Shodh memory for long-term project context retention using a local memory server.

Signet: Open-Source Memory Layer for AI Coding Agents Hits 80% F1 on LoCoMo
Signet is an open-source memory system for AI coding agents that achieves 80% F1 on the LoCoMo benchmark, compared to 41% for standard RAG. It extracts memories after each session and injects relevant context before prompts, running locally with SQLite.