Kikuyo
The feedback board for indie hackers
No feedback yet
Be the first to share your thoughts.
Discord / Telegram notifications
When new feedback is posted, it would be nice to get a notification in either telegram or discord
Custom domains for orgs
Currently feedback boards are under urls like https://kikuyo.app/digitalvibes/kikuyo
It should be possible to specify a custom domain for an org, like feedback.digitalvibes.com/kikuyo
Dashboard page for normal users
Currently dashboard pages are only relevant for users that are part of an org. It would be nice to have a dashboard page for normal users that are just voting and commenting on feedback.
For example a recent feed of items
Allow anonymous feedback submission without login
Enable users to submit feedback without requiring an account or login. Many users are hesitant to sign up just to leave feedback, which significantly reduces submission rates. Could be implemented with optional name/email fields, rate-limited by IP to prevent spam. Pairs well with anonymous voting — together they allow fully frictionless public feedback boards.
Allow voting without requiring login
Currently voting likely requires authentication. Allow anonymous/guest voting (e.g. via browser fingerprint or IP-based deduplication) so users can upvote feedback without needing to create an account. Friction from mandatory sign-up significantly reduces vote participation rates. Could be rate-limited per IP to prevent abuse.
Native SDK for iOS and Android to submit feedback
Provide a simple native SDK for iOS (Swift/SPM) and Android (Kotlin/Gradle) that allows developers to integrate feedback submission directly into their mobile apps. Should cover at minimum: submitting feedback, listing existing feedback items, and voting. A lightweight, well-documented SDK would significantly lower the barrier for mobile-first indie hackers to adopt Kikuyo.
Add Feedback Type categorization (feature request, bug, etc.)
Currently all feedback items are undifferentiated. Adding a "Feedback Type" field (e.g. Feature Request, Bug Report, Improvement, Question) would allow teams to filter, prioritize, and triage feedback more effectively. This is a standard pattern in tools like Linear, GitHub Issues, and Canny.
Custom statuses
Currently statuses are limited to Pending / Planned / In Progress / Completed / Rejected
Can we have more?
Remove Kikuyo Branding for Pro accounts
When on Pro, there should be an option to remove all branding, especially when combined with custom domains
Allow commenting on feedback items
Currently a feedback item only has a title and a description. Also allow commenting on them