Free and Pro
What every app gets, and what paying for one adds.
One price, per app, per month. An app on Free keeps its board, its votes and its comments forever — paying adds the two public surfaces and takes the badge off.
| Free | Pro | |
|---|---|---|
| Board, voting, search, asking | Yes | Yes |
| Comments | Yes | Yes |
| Inbox and push notifications | Yes | Yes |
| Roadmap | No | Yes |
| Changelog | No | Yes |
| "Powered by Different Requests" badge | Shown | Hidden |
Sign in and this page says which of these your own app includes.
Ask, do not assume
Read the app config rather than hard-coding what an app includes. It answers for the app your key names, it is read once, and it is remembered — so however many screens ask, it is one round trip.
let config = try await requests.client.config().config config.roadmapEnabled // the roadmap screen config.changelogEnabled // the changelog screen config.commentsEnabled // comments, which a tenant can turn off on any plan config.showBadge // whether the SDK draws the badge
Comments are separate from the plan: they are free on every plan, and a tenant can turn the discussion off for their own app.