The first public release of Social Machine for All: a self-hosted content
operations system built around visible decisions, workspace isolation and human
approval.
Highlights
- discovery, curation, creation, review, publishing and learning in one workflow
- workspace-scoped brand rules, sources, feature flags and credentials
- Instagram, LinkedIn, X and YouTube foundations
- optional AI, video, analytics and email adapters
- scheduled jobs and publishing disabled by default
- visual onboarding, architecture guide and public-release security audit
Install
git clone --branch v0.1.0 --depth 1 \
https://github.com/luisroquette/social-machine-for-all.git
cd social-machine-for-all
cp .env.example .env.local
npm ciContinue with the Quick start.
Verified
- 873 automated tests across 119 files
- production build and ESLint
- public-release audit
- no known high or critical runtime dependency vulnerabilities
- no bundled credentials, customer data or active schedules
Before production
Use a new Supabase project, generate new secrets and enable only the integrations
you have reviewed. Hosting, database and third-party providers may have their own
costs.
The attached ZIP is generated from the tagged commit and provides a trackable
download in addition to GitHub's automatic source archives.