Getting Started

Quick Start

Get Reqflow integrated into your mobile app in just a few steps.

1

Create an account

Sign up for a free Reqflow account at reqflow.com/sign-up. You can use your email or sign in with Google.
2

Create your app

Once logged in, you'll be taken to the dashboard. Click New App to create your first app:

  • App Name — The display name for your app (e.g., "My Awesome App")
  • Slug — A URL-friendly identifier (e.g., "my-awesome-app"). This will be used in your embed URL.
3

Get your embed URL

After creating your app, click the menu button (⋮) and select Get embed URL. You'll see a URL like:

Embed URL
https://reqflow.com/vote/my-awesome-app?user_id=USER_ID&user_name=USER_NAME
4

Add to your mobile app

Add a WebView to your app that loads this URL. Replace the placeholder values with actual user information:

  • user_id — A unique identifier for the user (UUID recommended)
  • user_name — The user's display name
  • user_email — (Optional) The user's email address
5

Start collecting feedback

That's it! Your users can now submit feature requests and vote on existing ones. You can view and manage all feedback from your admin dashboard.

Important

The user_id must be consistent for each user. If you use a random ID each time, the user will appear as a new person and lose their votes.

Next steps

Continue with platform-specific integration guides or explore the API.