Skip to content

Social Machine for All v0.1.0 — First public release

Latest

Choose a tag to compare

@luisroquette luisroquette released this 24 Jul 23:41
· 7 commits to master since this release
46b2663

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 ci

Continue 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.