Skip to content

Releases: Freespirits/social-auto-engine

v0.1.0-alpha — First public release

Choose a tag to compare

@Freespirits Freespirits released this 02 May 15:50

Social Auto Engine v0.1.0-alpha

First public release. Everything listed as working in the README actually works.

What's included

Platform adapters (3 working):

  • Facebook — 37 Graph API tools, MCP-ready, text/image/video publishing
  • Instagram — two-step container publish via Graph API
  • WhatsApp Business — template messages + free-form text/image/document

Dashboard:

  • Compose box with platform toggle (Facebook / Instagram / WhatsApp)
  • Approval queue with approve/reject per post
  • Settings page with live connection testing per platform
  • Toast notifications, dark mode, responsive layout
  • SQLite persistence (WAL mode)

MCP server:

  • 37 Facebook Graph API tools via FastMCP (stdio transport)
  • Works with Claude Desktop, Claude Code, Cursor, any MCP client

AI content skills:

  • 17 markdown workflows for voice building, post writing, scoring, reel scripting

Stack

Python 3.11+, FastAPI, HTMX, Jinja2, SQLite. No build step.

Quick start

git clone https://github.com/Freespirits/social-auto-engine.git
cd social-auto-engine
pip install -r requirements.txt
cp .env.example .env  # add your tokens
python -m dashboard.app

Open http://127.0.0.1:7651