Turn user feedback into a roadmap users vote on.

Drop the fedo SDK into your app. One method call opens a polished feedback experience. No UI to build. No backend to maintain.

Join the waiting list See how it works

Free during early access · no credit card

From install to insight in three steps

1

Integrate the SDK

Add the fedo SDK to your app and call one method to open the feedback screen - no UI to build, no backend to run.

2

Users submit & vote

Right inside your app, users post ideas and bugs, upvote what matters to them, and follow the status of their requests.

3

You triage & ship

Everything lands in your dashboard. Sort by votes, reply in comments, set status, and turn feedback into a roadmap.

A polished feedback screen. Zero UI to build.

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.

  • Users post ideas and bugs without leaving your app
  • One-tap upvotes surface what matters most
  • Requesters follow status from Open to Shipped
  • Customize colors and type so the screen matches your app

Every request, vote, and comment in one place.

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.

  • Kanban board - drag cards between status columns
  • Sort and prioritize by vote count
  • See who voted on each request
  • Full comment thread on every request
  • Users list with external ID and join date

One SDK, every major platform.

Native SDKs that drop into the apps you already ship - same feedback screen, same dashboard.

Android Kotlin Available now
iOS Swift Coming soon
Flutter Dart Coming later
React Native TypeScript Coming later

Four calls. That's the whole integration.

Initialize, identify your user, and open the feedback screen. Everything else is optional.

1
Initialize

One call in Application.onCreate with your API key.

2
Identify - optional

Set a user ID after authentication so votes stay tied to real users.

3
Launch

Open the feedback screen from any @Composable - no UI to build.

4
Enrich - optional

Attach email, display name, and custom properties to the profile.

Read the full integration guide →
// 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)

Common questions

How do I add fedo to my app?

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.

What platforms does fedo support?

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.

How is fedo different from tools like Canny or UserVoice?

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.

Does fedo collect any passive data from my users?

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.

Is fedo free?

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.

What happens after I join the waiting list?

You'll get direct updates as the product is built and be first in line to try it when it's ready.

Be first to ship feedback that listens.

Join the waiting list and be first to know when fedo is ready - plus direct updates as we build it.

Join the waiting list