Matrixly Matrixly Deploy

Social · Ready to use

SocialForge

Manage social media for SMBs — generate platform-native posts, schedule optimal times, monitor mentions, draft brand-voice replies, and surface performance insights with human approval before anything posts.

FastAPI Calendar + Inbox Multi-platform Usage tracking

1. Compose

LinkedIn, X, Instagram, Facebook, Threads from one brief.

2. Schedule

Optimal SMB windows in your timezone.

3. Approve

HITL gate before publish or public replies.

4. Inbox

Mentions, comments, DMs with drafted replies.

5. Insights

What worked + next content ideas.

Deploy on this machine

Code: agents/social-forge · Guide: agents/social-forge/README.md

cd agents/social-forge
python -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install -r requirements.txt
copy .env.example .env
python scripts/smoke_test.py
python -m src.cli serve

Brand voice: edit brand/voice.md. Connect Buffer / Meta / LinkedIn via env vars.

Safety: Posts and customer replies require human approval by default (HITL queue in the calendar UI).

Embed code

<iframe
  src="https://YOUR_SOCIALFORGE_HOST/static/calendar/index.html"
  title="SocialForge"
  style="width:100%;min-height:800px;border:1px solid #1e2a3a;border-radius:12px;">
</iframe>

<script
  src="https://YOUR_SOCIALFORGE_HOST/static/widget/embed.js"
  data-api="https://YOUR_SOCIALFORGE_HOST"
  data-key="pk_live_your-site-key"
  async>
</script>