Different Requests

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.

FreePro
Board, voting, search, askingYesYes
CommentsYesYes
Inbox and push notificationsYesYes
RoadmapNoYes
ChangelogNoYes
"Powered by Different Requests" badgeShownHidden
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.