Drop the fedo SDK into your app. One method call opens a polished feedback experience. No UI to build. No backend to maintain.
Free during early access · no credit card
How it works
Add the fedo SDK to your app and call one method to open the feedback screen - no UI to build, no backend to run.
Right inside your app, users post ideas and bugs, upvote what matters to them, and follow the status of their requests.
Everything lands in your dashboard. Sort by votes, reply in comments, set status, and turn feedback into a roadmap.
The in-app experience
One method call opens a native screen where users post ideas, vote, and follow along - it ships with the SDK and matches your platform out of the box.
Your dashboard
Feedback your users submit through the SDK flows straight into the fedo dashboard. Read the full thread, see who voted, and move items through your roadmap.
Works where your users are
Native SDKs that drop into the apps you already ship - same feedback screen, same dashboard.
Integrate in minutes
Initialize, identify your user, and open the feedback screen. Everything else is optional.
One call in Application.onCreate with your API key.
Set a user ID after authentication so votes stay tied to real users.
Open the feedback screen from any @Composable - no UI to build.
Attach email, display name, and custom properties to the profile.
// 1. Initialize the SDK (e.g. in Application.onCreate)
Fedo.initialize(this, "<api-key>")
// 2. (Optional) Identify the user after authentication
Fedo.setUserID(id)
// 3. Launch the feedback screen from any @Composable
FeedbacksScreen(
onDismiss = navigateUp // wire up your navigation system
)
// 4. (Optional) Enrich the user profile
Fedo.setUserEmail(user.email)
Fedo.setUserDisplayName(user.name)
Fedo.addUserProperty(name, value)
FAQ
Add the SDK package to your project, initialize it with your API key, then call Fedo.presentFeedback() wherever you want users to trigger it - a button, a shake gesture, a menu item. No UI to build, no backend to run.
Android (Kotlin) is available now. iOS (Swift), Flutter (Dart), and React Native (TypeScript) are in development and coming soon. All platforms will share the same dashboard and deliver the same polished in-app experience.
Tools like Canny and UserVoice ask users to leave your app and log in to a separate portal. fedo lives natively inside your app - users submit without creating an account and never lose context. That lower friction means significantly higher response rates.
No. fedo only collects what users explicitly submit - their feedback text and any metadata you choose to attach (such as app version or user ID). There is no passive tracking, fingerprinting, or ad-related data collection.
Free during early access, no credit card required. General availability pricing hasn't been announced yet - early access members will be notified first and receive a discount.
You'll get direct updates as the product is built and be first in line to try it when it's ready.
Join the waiting list and be first to know when fedo is ready - plus direct updates as we build it.