Stop wrestling with complex SDKs. Create your mobile help center with Notion and integrate it in minutes with our mobile SDKs. Focus on building your app, not your help center.
Free 7 day trial. No credit card required.
Stop spending weeks implementing complex help center SDKs. With HelpKit, you can add a fully-featured help center to your mobile app in minutes. Write your help content in Notion, install our React Native SDK with one command, and you're ready to go.
Simple installation
npm install @helpkit/helpkit-help-center-react-native
Notion-powered content
Instant updates
Join 350+ happy customers reducing their support ticket load and getting customers to their answers quickly.
A better help center experience
for you and your users
Discover how HelpKit transforms the way you support your mobile app users
Integrate our SDK in minutes, not days. Add the package to your React Native app and initialize with a single line of code. No complicated configuration required.
// Import the HelpKit modal component
import { HelpKit } from '@helpkit/helpkit-help-center-react-native'
// At the bottom of your app root component
<HelpKit projectId="YOUR_PROJECT_ID" />
Navigate users exactly where they need to go with our simple API. Open the help center, specific articles, categories, or the contact form from anywhere in your app.
// Import the HelpKit SDK
import { HelpKitSDK } from '@helpkit/helpkit-help-center-react-native'
// Open the help center from anywhere in your app
const openHelpCenter = () => {
HelpKitSDK.open()
}
// In your component
<Button title="Help Center" onPress={openHelpCenter} />
// Opening a specific article
HelpKitSDK.openArticle('YOUR_ARTICLE_ID')
// Opening a specific category
HelpKitSDK.openCategory('YOUR_CATEGORY_ID')
Give your users a help center that's actually designed for mobile. Easy navigation, full-text search, and beautiful article rendering - all optimized for mobile devices.
Analyze what your users are searching for and which articles they find most helpful. Identify content gaps before your users even ask, and continuously improve your documentation.
When self-service isn't enough, users can reach out through the built-in contact form. Attach useful metadata to support requests to make debugging faster and provide better support.
// Set user information and metadata for support requests
HelpKitSDK.setContactFields({
name: 'John Doe',
email: 'john@example.com',
metadata: JSON.stringify({
appVersion: '1.2.3',
deviceInfo: 'iPhone 15',
lastAction: 'checkout'
})
})
// Open the contact form directly
HelpKitSDK.openContact()
Everything you need for your mobile help center
Designed specifically for mobile app developers who want a fast, reliable, and beautiful help center experience.
Native Mobile UI
Powerful Search
Multi-language Support
Integrated Contact Form
Analytics Dashboard
Customizable Appearance
Available platforms and roadmap
Get started in minutes with HelpKit's React Native SDK. Write your help content in Notion, install our SDK, and give your users the help they need, right in your app.
Add Help Center to Your App →Free 7 day trial. No credit card required.
Most developers can integrate HelpKit in under an hour. The basic integration requires just adding our package and a few lines of code. If you're already using Notion for your documentation, you can be up and running even faster.
HelpKit is designed specifically for mobile apps and uses Notion as a content backend - a tool many teams already use and love. Unlike Zendesk or Intercom, which require learning complex new systems, HelpKit is simpler to set up, more affordable, and offers a better native mobile experience.
Absolutely! You can customize colors, typography, and other visual elements to match your app's branding. The help center will feel like a natural extension of your app.
HelpKit offers an optional AI-powered chatbot that can be trained on your knowledge base. This allows your users to get instant answers to their questions without having to search through articles. Contact us to learn more about HelpKit AI.
Join 350+ happy customers reducing their support ticket load and getting customers to their answers quickly.