Been deep in the weeds polishing my public API & SDK lately.
The best way to test an API is to actually build something with it — so I spun up a small app on top of my own API.
Immediately found bugs I would’ve never caught with normal testing.
One big improvement:
switched post sending from sync → async + retries
→ success rate went up a lot
Added an extra validation layer too — some platforms are now getting more than 90% success.
Real talk:
I’ve been questioning if anyone is actually using this. Couldn’t even sleep last night thinking about it. Then this morning — got a support email asking about free plan quota reset.
Checked logs:
2 users have been actively sending posts via the API these past few days
They’re on the free plan, but honestly… that made my day.
At least it means this isn’t trash — someone actually needs it.
UniPost currently has a pretty generous free plan.
If you’re building something around social posting APIs, would love your feedback
More platforms are in review and coming soon.
unipost(dot)dev