v0.1.0-beta

Post to Facebook and Instagram from your terminal.

Your AI agent is the brain, sfeed is the hands. It authenticates with your accounts, scans your project for brand voice context, and publishes posts.

~ sfeed
$ sfeed auth facebook
check_circle Connected to Facebook Page: My Page + Instagram
$ sfeed post "Just shipped v2" --to facebook
check_circle Posted to facebook: https://fb.com/...
$
psychology

Brand Voice Profiling

Run sfeed init in your project. It reads your README, AGENTS.md, and blog posts to build a voice profile. Your AI agent uses this to write posts that sound like you.

Markdown AGENTS.md
hub

MCP Server

Run sfeed serve and any MCP-compatible agent (Claude, OpenCode) can read your profile and post on your behalf.

sfeed_profile, sfeed_post, sfeed_init
photo_library

Facebook & Instagram

Posts to Facebook Pages and Instagram Business accounts. Photos, multi-photo, carousels, reels. Native scheduling for Facebook.

Zero Config Auth

No developer portal. No API keys. No env vars. Run sfeed auth facebook, approve in the browser, done. The auth proxy at auth.sfeed.dev handles everything.

How it works arrow_forward
browser → auth.sfeed.dev
→ facebook.com/oauth
→ auth.sfeed.dev/fb/callback
→ localhost:8739 (your machine)
→ ~/.sfeed/tokens.json

Get started

Install the CLI, connect your accounts, post.

curl -fsSL https://sfeed.dev/install.sh | sh Read the Docs