OpenReply
2026
OpenReply is an open-source ManyChat: someone comments a keyword on an Instagram post and gets a DM with the link. It runs on your own infrastructure, and the reference setup fits inside free tiers.

It started on July 17, 2026 as a fork of an MIT project by im-anishraj, with billing and plan limits stripped out and public replies, a DM inbox, follow-ups and follower tracking added. Twenty-two people have contributed since. It launched with one reel asking people to comment "open", and OpenReply sent the DMs itself: 169,486 views and 8,801 comments.
The repo passed 1,000 stars in three weeks and now has more than 2,200, with 850 forks. Since September, Zernio has supported it.

At least 18 other creators made videos about it, none of them asked for or paid for.

The hard parts were Meta's. Webhooks drop comments, so a reconciler polls the last 72 hours of each post in small batches. Meta allows 750 private replies an hour and one per comment, so every send reserves a slot through a Lua script in Redis. The DMs go out from a BullMQ worker that runs apart from the Next.js app, because a serverless function can't stay running.
