Matrixly Matrixly Start for my business

Content desk · Built for small businesses

ContentForge

Your content desk for small business: turn one blog, transcript, or product note into SEO posts, social copy, newsletters, and ads — in your voice, with human review before anything goes public.

About 5 minutes · No coding · Nothing publishes without your OK

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.

Start Content desk

Start this for my business

One guided setup prepares everything on your computer. You’ll only answer simple questions about your business and optional keys — no coding, no terminal recipes.

What happens when you start

  1. We install the Content desk privately on this computer
  2. You name your business and (optional) describe how you write
  3. Optional: connect WordPress drafts or add an xAI key for smarter writing
  4. We open your content workspace in the browser

Safety: Nothing is published to customers until you approve it. Your content stays on this computer unless you connect WordPress or Buffer.

Easiest on Windows

Need Python once from python.org (check “Add python.exe to PATH”). Then double-click:

agents\content-forge\scripts\Start Content Desk.cmd

Or in PowerShell from the ContentForge folder:

python scripts\bootstrap.py

You’ll only be asked for

  • Business name
  • Optional: website, how you write, xAI API key
  • Optional: WordPress site + application password (if you want drafts there)

Internal API keys are created for you automatically. We never need your terminal skills.

For your IT person / advanced install Show

Manifest: agents/content-forge/setup.manifest.yaml · Full guide: agents/content-forge/README.md

cd agents/content-forge
python scripts/bootstrap.py --yes --no-serve
.\.venv\Scripts\python.exe -m src.cli serve
# Manual (not recommended for owners)
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

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>