FeedbackFlow - Open-source feature voting for iOS apps. For free
byā¢
I used a third-party tool for feature requests in my iOS apps - until they cut the free tier. So I built my own and for free.
FeedbackFlow lets your users submit ideas, vote on features, and leave comments - right inside your app. Hosted on Supabase, zero dependencies, pure Swift.
Replies
Best
Maker
š
Hey everyone! š
I'm an iOS developer, and for a while I was happily using a third-party service to collect feature requests and let users vote on what to build next. It worked great ā until one day they quietly slashed their free tier limits.
That was the moment I thought: why am I paying for something this simple? I just need a way for users to submit ideas, vote, and for me to see what matters most.
So I built FeedbackFlow ā a completely self-hosted, open-source feature request and voting system for iOS apps.
Here's what makes it different:
š¹ Pure Swift, zero dependencies ā no Supabase SDK, just URLSession
š¹ Self-hosted on Supabase (free tier is more than enough)
š¹ Admin panel is a single HTML file ā no build step, no framework
š¹ Privacy-first ā device-based identity, no user accounts needed
š¹ Optional email notifications via Resend
š¹ Fully customizable theming to match your app
š¹ Agent-friendly docs ā you can feed the repo to an AI coding assistant and it'll set everything up
It took me a weekend to build and it's been running in production in my apps since. I figured other indie devs might find it useful too.
Would love to hear your thoughts and feedback! š
Replies