About

After months integrating with several social APIs for various projects, things just got out of control: TikTok needed one auth flow, X another, and each had unique media processing requirements. We ended up building a unified pipeline that simplified development and turned it into Post for Me: a single API for posting to all social media platforms.

We designed an API that scales, avoids unnecessary limits, and allows for really simple but powerful overrides. Basically, we created the tool that we wish we had when we first got started, including:

  • Fair pricing → start for free and pay only for successful posts (volume discounts kick in as you scale)

  • Flexibility → unlimited social accounts, white labeled with your own brand, bring your own API keys, flexible post composition

Next up, we're working on official JavaScript & Python SDKs + outbound webhooks when a post publishes. Also, comments and DM's!

(For those curious: NestJS backend, Supabase auth & storage, Trigger.dev, Stripe, React Router dashboard)