Getting Started

Create your account, your first app, and get your API key.

1. Create an account

Sign up at Featurama. You can use email/password or Google.

After signup, you are redirected to onboarding automatically.

2. Create your first app

In onboarding, add:

  • App name
  • Technology (React Native / Expo and Swift are available now, more coming soon)

Featurama immediately creates your app API key.

3. Copy setup output

On the setup step you get:

  • API key (fm_live_...)
  • Integration code snippet for your platform

Copy both and add to your project.

4. Understand approval workflow

Requests submitted via SDK start as Pending Review. You must approve them in the dashboard before other users can see and vote on them.

See Approval & Review for details.

5. Configure email collection

In your app settings, choose how the SDK handles user emails:

  • None — no email field shown
  • Optional — email field shown but not required
  • Required — email must be provided to submit

6. Optional: create MCP token

Onboarding asks if you want to create an MCP token.

If yes, Featurama creates a token (fm_dev_...) and shows a ready .mcp.json snippet.

Next steps