FeedbackJar

iOS feature request board

WishKit Alternative for Android — Native SDK from $9/mo

WishKit does not support Android — its SwiftUI/UIKit SDK ships for iOS, iPadOS, macOS, watchOS, tvOS, and visionOS only. FeedbackJar is the WishKit alternative for Android: native SDKs for Android (Kotlin), iOS (Swift), Flutter, and React Native, all posting to one feature board, plus a web widget and MCP for coding agents. Plans start at $9/mo with a 7-day trial.

Try FeedbackJar Free 7-day free trial · No credit card required · From $9/mo

Pricing at a glance

FeedbackJar

From $9/mo

3 plans · 7-day trial · no card · Android, iOS, Flutter, RN included

WishKit

Free – $15/mo+

Free plan (1 project) · Premium $15/mo · Enterprise $39/mo — verify at wishkit.io

Platform coverage

4 native SDKs + web

FeedbackJar: Android, iOS, Flutter, React Native, and a web widget

Why teams switch from WishKit

  • No Android SDK — WishKit's native package only ships for iOS, iPadOS, macOS, watchOS, tvOS, and visionOS
  • No Flutter or React Native package, so cross-platform teams end up building a second board by hand
  • Android on a different tool than iOS means two backlogs and two vote counts for the same request
  • No MCP server — a coding agent can't read requests, pull metadata, or close the loop from WishKit
  • FeedbackJar's Android, iOS, Flutter, and React Native SDKs all post to the same board — one backlog either way

Who this is for

Indie developers and product teams shipping Android — alone or alongside iOS — who want an in-app feature board with a real native SDK on every platform, not a WebView bolted onto an iOS-only tool.

FeedbackJar vs WishKit at a glance

Looking for WishKit alternatives? Below is a practical WishKit vs FeedbackJar comparison — pricing, setup, widgets, bug metadata, and MCP.

FeatureFeedbackJar ★WishKit
PlatformsAndroid, iOS, Flutter, React Native, WebiOS, iPadOS, macOS, watchOS, tvOS, visionOS + web widget
Android SDK✓ Kotlin, Maven Central, min SDK 21✗ None
Flutter / React Native✓ Both (pub.dev + npm)✗ Neither
iOS native board UI✓ FeedbackJarBoard (SwiftUI)✓ SwiftUI / UIKit
Web widget✓ Yes✓ Yes (embeddable board)
Feature voting✓ Yes✓ Yes
Device metadata on submit✓ OS, model, screen, app version, localeNot documented
MCP for coding agents✓ Claude Code, Cursor, etc.✗ Not offered
App Store review inbox✗ Not a store-review tool✗ Not a store-review tool
Starting priceFrom $9/moFree; Premium $15/mo, Enterprise $39/mo
Self-serve trial✓ 7 days, no card✓ Free plan, no card (no paid-tier trial)
Open-source SDKs (MIT on GitHub)✓ Android, iOS, Flutter, RN — all MIT✓ iOS SDK is MIT (no Android/Flutter/RN)

Native SDKs

Real install + init calls, straight from the SDK docs — no config beyond a widget ID.

Android (Kotlin)
// build.gradle.kts (app module)
dependencies {
    implementation("com.feedbackjar:sdk:1.5.1")
}

// Application.onCreate()
FeedbackJar.init(this, "your-widget-id")

// Drop in the prebuilt board (Compose)
FeedbackJarBoard(accentColor = Color(0xFFE5484D))
iOS (Swift)
// Package.swift
.package(url: "https://github.com/feedbackjar/swift-sdk", from: "1.3.1")

// App init
FeedbackJar.configure(widgetId: "your-widget-id")

// Drop in the prebuilt board
FeedbackJarBoard()

The FeedbackJar loop

MCP is becoming table stakes. FeedbackJar’s edge is the repro context agents get (browser, OS, console, URL) and automatic voter notify when status hits Done.

1. Capture context

Widget attaches browser, OS, page URL, and console errors so agents can reproduce issues.

2. Triage via MCP

Claude Code, Cursor, and other agents list top posts, read that metadata, update status, and reply.

3. Close the loop

When status hits Done, every voter is notified automatically — no manual email chase.

Setup guides: MCP integrations · MCP server docs

Why FeedbackJar is a strong WishKit alternative

Most teams evaluating WishKit alternatives care about price, time-to-value, and whether feedback actually gets fixed. FeedbackJar starts at From $9/mo, embeds in about 30 seconds, and attaches the metadata agents need. When status hits Done, every voter is notified automatically.

Prefer a multi-tool comparison? Read Canny vs Featurebase vs Productboard , browse all feedback tool alternatives , or compare UserJot vs FeedbackJar.

Give Android users the board WishKit can't offer — from $9/mo

Install the feedback widget in 30 seconds. Connect MCP when you are ready for agents.

Start Free Trial

Frequently Asked Questions