intentkit/IntentKit
An easier way to handle third-party URL schemes in iOS apps. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4659
- days_rel: n/a
- days_push: 3388
- n_releases_24m: 0
Adoption not part of the score
1785 stars · 113 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
IntentKit is an open-source iOS library that simplifies linking to third-party apps via URL schemes, similar to Android's Intents. It provides a semantic API to detect installed apps, present a chooser UI, and remember user preferences for actions like browsing, mapping, and emailing.
Use cases
- open map links in Google Maps instead of Apple Maps on iOS
- let users choose which installed browser opens a URL
- compose email in the user's preferred third-party mail client
- handle Twitter sharing across multiple installed Twitter clients
- avoid hand-writing URL scheme detection and canOpenURL checks
- present an app chooser sheet for inter-app actions
When to choose
- building an older Objective-C or Swift iOS app that needs to hand off actions to third-party apps
- you want a unified, plist-driven registry of third-party URL schemes instead of managing them manually
- you want a ready-made UI for users to pick which app performs an action
When to avoid
- starting a new modern iOS project - the library is unmaintained (last release 2017) and predates current iOS URL scheme requirements
- you only need to open links in one known app - simple UIApplication openURL code suffices
- you need Android-style system-level intents; iOS has no equivalent and this library only covers a fixed set of apps
Facets
library · maturity abandoned
routing ui-components developer-tools mobile-development developer-tools url-schemes inter-app-linking cocoapods app-intents objective-c ios mobile swift
2 sources
- readme: https://github.com/intentkit/IntentKit · fetched 2026-08-28 · 0b96276243c4
- homepage: http://intentkit.github.io · fetched 2026-08-29 · aa2dc72b54f4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| intentkit/IntentKit | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="intentkit/IntentKit")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem