The pattern is consistent: ship something, post to Hacker News or a subreddit, get a small spike, then nothing. Not because the tool isn't useful — because staying visible requires showing up every few days across Bluesky, Mastodon, Dev.to, Hashnode, and a half-dozen directories. That's repetitive work that doesn't compound the way code does, and I kept skipping it.

So I built marketing-pipeline: a daily cron that rotates content across four social platforms and submits to type-specific directories, configured once per project.

Onboarding a new project is one command:

marketing onboard --name my-tool --repo owner/repo --kind mcp-server

Enter fullscreen mode