# fedo > In-app feedback SDK for iOS, Android, Flutter, and React Native — currently in early access (free, no credit card required) fedo is a developer tool that adds a polished in-app feedback experience to any mobile app with a single line of code. Users submit feature requests and bug reports without leaving the app, vote on what matters most, and track status updates. Developers get a unified dashboard to triage requests, reply in threads, set statuses, and turn user feedback into a product roadmap. ## What fedo does - **In-app feedback screen**: Call `Fedo.presentFeedback()` to open a native feedback UI — no UI to build, no backend to run. - **Feature request voting**: Users upvote ideas directly inside the app; dashboard shows requests sorted by vote count. - **Bug reporting**: Users report bugs in context, right inside the running app. - **Roadmap management**: Developers set statuses — In Review → Planned → In Progress → Shipped — that users can follow. - **Comment threads**: Full discussion thread on every feedback item, visible to both developers and users. - **Dashboard**: One place to see every request, who submitted it, who voted, and the full comment history. ## Integration (three steps) 1. **Install** the fedo SDK in your iOS, Android, Flutter, or React Native project. 2. **Present** the feedback screen with one method call: `Fedo.presentFeedback()` (iOS/Flutter), `Fedo.FeedbackScreen()` (Android), or `fedo.presentFeedback()` (React Native). 3. **Triage** in the fedo dashboard — sort by votes, reply to comments, set status, and build your roadmap. ## Supported platforms | Platform | Language | SDK call | Status | |------------- |----------- |---------------------------|---------------| | Android | Kotlin | `Fedo.FeedbackScreen()` | Available now | | iOS | Swift | `Fedo.presentFeedback()` | Coming soon | | Flutter | Dart | `Fedo.presentFeedback();` | Coming soon | | React Native | TypeScript | `fedo.presentFeedback()` | Coming soon | ## Pricing Free during early access. No credit card required. ## Status Early access — Android SDK is available now. iOS, Flutter, and React Native support is in development. Dashboard is live at app.getfedo.com. Join the waiting list to get SDK keys and onboarding support. ## Links - [Join the waiting list](https://docs.google.com/forms/d/e/1FAIpQLSepHo2Jb5ydMpaqeYlXnPAiMF0Z9oAkBVIJY30yISaBYS0PuA/viewform) - [Website](https://getfedo.com/) - [Machine-readable data (JSON)](https://getfedo.com/ai/index.json) - structured product, pricing, and FAQ data for AI agents