The problem isn't quality. Most OSS tools die because the author posted once, got silence, and never had time to keep showing up. Distribution is a recurring job — directory submissions, social posts, content rotation across channels — and for most indie builders it's either skip it or do it manually every week forever.

I built marketing-pipeline to handle the recurring part.

Onboarding a project takes one command:

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

Enter fullscreen mode