Documentation Index
Fetch the complete documentation index at: https://docs.featkit.com/llms.txt
Use this file to discover all available pages before exploring further.
Quick Start
Add a feature request portal to your iOS app in 5 minutes. Your users can submit ideas, vote, and see your roadmap — all with a single line of code.Step 1: Add the SDK
Add FeatKit to your project using Swift Package Manager. In Xcode:- Go to File → Add Package Dependencies
- Enter the repository URL:
https://github.com/featkit/featkit-ios - Select Up to Next Major Version from
1.0.0 - Click Add Package
Step 2: Get your credentials
- Sign up at featkit.com
- Create a project (usually one per app)
- Go to Project Settings → API Keys
- Copy your Project ID and API Key
Step 3: Configure the SDK
Initialize FeatKit when your app launches:Step 4: Identify users
After a user logs in, identify them so their feedback is associated with their account:Step 5: Open the portal
Open the feedback portal from anywhere in your app:Full example
What’s included
The SDK provides much more than just opening the portal:| Feature | Method |
|---|---|
| Open portal | FeatKit.openPortal() |
| Get portal URL | FeatKit.getPortalURL() |
| List features | FeatKit.getFeatures() |
| Submit feature | FeatKit.submitFeature(title:description:) |
| Vote | FeatKit.vote(featureId:) |
| Events | FeatKit.onEvent { } |
Next steps
Customize your portal
Match your app’s look and feel
Build custom UI
Use the SDK API for native experiences