Matrixly Matrixly Deploy

Content · Ready to use

ContentForge

Create and repurpose marketing content for SMBs — turn blogs, transcripts, and product notes into SEO posts, social copy, newsletters, and ads while keeping brand voice and human review.

FastAPI SEO Multi-channel Usage tracking

1. Research

Angles, keywords, audience, and CTAs from your source material.

2. Write

SEO blog with title, meta description, slug, and structured body.

3. Edit

Brand voice pass and quality score before anything goes live.

4. Repurpose

LinkedIn, X, Instagram, newsletter, ads, and next-topic ideas.

Deploy on this machine

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

cd agents/content-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 then restart.

Safety: Publishing requires human approval by default (HITL queue in the workspace).

Embed code

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

<script
  src="https://YOUR_CONTENTFORGE_HOST/static/widget/embed.js"
  data-api="https://YOUR_CONTENTFORGE_HOST"
  async>
</script>