FeedbackKit / Build with users
Get closer to your users build together
Plugin support: Codex / Claude Code
Connect FeedbackKit in one conversation
From collecting feedback to fixing bugs
Everything happens in your coding agent — no admin dashboard
Setup guide / Source /
01 / How it works
- User submitsReport a bug, request a feature, leave praise, or just say hi.
- Agent readsCodex organizes the issue, its context, and the real need.
- Developer actsVerify, fix, and reply with progress.
- Keep buildingUsers follow up and see the roadmap and changelog.
02 / Integration
Send the invitation prompt to Codex or Claude Code.
One conversation. Done.
https://github.com/Rabithua/FeedbackKit.git
import FeedbackKitCore
import FeedbackKitUI
let client = FeedbackClient(
configuration: .init(
baseURL: URL(string: "https://api.feedkit.cn/v1/api")!,
productKey: "<publishable-product-key>",
keychainService: "com.example.app.feedback"
)
)
FeedbackCenterView(client: client)03 / Plans
✦ Annual plans
| Plan | Price | Capacity |
|---|---|---|
| Free | ¥ 0 | 1 App · 250 MB / App |
| Indie | ¥ 269 / year | 3 Apps · 5 GB / App |
| Studio | ¥ 699 / year | 10 Apps · 25 GB / App |
Limited offer / Indie annual plan
3 Apps · 5 GB / App
¥ 199 / year
04 / Supported feedback
- Bug reportsProblems or bugs people meet while using your app.
- Feature requestsIdeas for what to add or improve next.
- A little praiseA bit of encouragement for the developer.
- Just chattingUsers can say a few words without filing an issue.
05 / Other
PrivacyDiagnostics are off by default. A sanitized private snapshot is uploaded only with explicit consent.
AvailabilityiOS only for now. Android and Web are in development.