// MARK: - Hero

The feature board that lives inside your app.

No web view. No Safari sheet. Your users vote and request features without ever leaving your app — because it's built in Swift, not JavaScript.

// Package.swift
.package(url: "https://github.com/Different-Productions/DifferentRequestsSDK", from: "0.5.0")

// MARK: - Feature Board

Editor

1struct RequestBoard: View {
2  var body: some View {
3    List(requests) { request in
4      VoteRow(request)
5    }
6  }
7}

Preview ▸ Live

  • Dark mode for the board Planned
  • Export to CSV
  • Push when a request ships Shipped

// MARK: - Pricing

case .free

Free

$0

  • Feature board
  • Voting
  • Comments
  • Unlimited requests

case .pro

Pro

$12/mo

  • Everything in Free
  • Push notifications on status change
  • Badge removal
  • Roadmap & changelog view
  • Theming

// MARK: - Comparison

− Canny: web view in a sheet, priced per tracked user
+ Different Requests: native SwiftUI, flat pricing
− WishKit: in-app widget only, no moderation console
+ Different Requests: push re-engagement + real moderation

// MARK: - Waitlist

Join the waitlist — we'll email you when it's open.

Build Succeeded — 0 errors, 0 warnings · © 2026 Different Productions