- July 26, 2025
- Mins Read
Makemoji is a free emoji keyboard for mobile apps.
By installing our keyboard SDK every user of your app will instantly have access to new and trending emojis. Our goal is to increase user engagement as well as provide actionable real time data on sentiment (how users feel) and affinity (what users like). With this extensive data collection your per-user & company valuation will increase along with your user-base.
Features Include
To obtain your SDK key please visit: http://makemoji.com
Documentation and Walkthroughs
The Makemoji SDK is completely free.
All emojis are served from AWS S3.
We do not store your messages. Your app backend will have to process and serve messages created with our SDK.
We do not send push notifications.
Your app’s message volume does not affect the performance of our SDK.
Messages are composed of simple HTML containing image and paragraph tags. Formatting is presented as inline CSS.
Will work with any built-in iOS keyboard or return type
All network operations happen asyncronously and do not block the User Interface
NavigationKit is a lightweight library which makes SwiftUI navigation super easy to use. 💻 Installation 📦 Swift Package Manager Using Swift Package Manager, add ...
An alternative SwiftUI NavigationView implementing classic stack-based navigation giving also some more control on animations and programmatic navigation. NavigationStack Installation ...
With SwiftUI Router you can power your SwiftUI app with path-based routing. By utilizing a path-based system, navigation in your app becomes ...
This package takes SwiftUI's familiar and powerful NavigationStack API and gives it superpowers, allowing you to use the same API not just ...