Features.Vote - Build profitable features from user feedback | Product Hunt
Native Swift SDK · macOS 13+ · iOS · iPadOS

Collect feedback in your macOS app

Most Mac apps push feedback to email or hope users find the right forum. Features.Vote drops a native feature voting board, roadmap and changelog into your app with a Swift package — no WebView, free to start.

⚡ One SDK for Mac, iPhone & iPad

"Shout out to FeaturesVote! Integration was done in under a minute"

Alexandre Negrel,

Founder at Prisme Analytics

macOS feedback is an underserved corner. Search for a "Mac app feedback tool" and you mostly find Apple's own Feedback Assistant — which sends reports to Apple, not to you. Meanwhile your users have opinions and nowhere obvious to put them.

A native, in-app board fixes that: users submit and vote on features, you see what matters by demand, and you close the loop with a roadmap and changelog — without bolting a web page into your Mac app.

The same SDK, on the Mac

Configure once and drop a native view into a window, sheet or tab.

MyMacApp.swift

import SwiftUI
import FeaturesVote

@main
struct MyMacApp: App {
  init() {
    FeaturesVote.configure(with: "your-project-slug")
  }
  var body: some Scene {
    WindowGroup { ContentView() }
  }
}

struct FeedbackWindow: View {
  var body: some View {
    // The same native SDK runs on macOS 13+ —
    // voting, roadmap and changelog, no WebView.
    FeaturesVote.VotingBoardView()
  }
}

Everything your Mac app needs to listen

Built for macOS

Native SwiftUI views (with AppKit-friendly hosting) on macOS 13+ — your feedback board feels like a Mac app, not an embedded web page.

Voting, not a void

Mac users submit and upvote requests, so you see real demand instead of scattered emails and forum threads.

Roadmap + changelog too

Show what's planned and announce what shipped — the same SDK gives you RoadmapView and ChangelogView on the Mac.

No forced sign-in

Users can vote without creating an account, or you can pass their identity from your app. Less friction, more feedback.

One line to integrate

Add the Swift package, call configure once, and drop in a view. Theme it to match your app in light or dark mode.

Free to start

Flat pricing from $9/mo with a free plan — not per-seat, not per-MAU.

One integration, every Apple platform

Ship a Mac app, an iPhone app and an iPad app? The same Swift package powers all three — your users get a consistent feedback board wherever they are.

macOS 13+iOS 16+iPadOS 16+SwiftUI + UIKit

Frequently Asked Questions

Still not convinced?

Here's a full price comparison with all top competitors

Okay, okay! Sign me up!

Start building the right features today ⚡️