Why Nativebrik?
There are lots of hassles in mobile app development.
Despite of the fact that mobile indstury is getting more and more bigger, it is still hard to build a mobile app. There are many things that you need to take care of to improve rentention rates / cvr etc, such as
- A/B testing
- analytics
- campaigns
These years, mobile development tools such as firebase, amplitude, mixpanel, etc are commonly used to solve these problems.
But still, it is not easy to develop a mobile app in a big team/orgnization. Because there are still problems:
- You need technical skills to use these tools sometimes.
- You need to ticket to your engineer to change just a color of a button.
- You need to hassle with lots of low priority todo in a growing queue.
Nativebrik solves these problems, and you will be free from them.
Concept
Nativebrik is a tool that helps you to build/manage your mobile application. Like firebase, it provides a set of features that enable to do UI/UX level A/B testing, analytics and manage your application configuration in seconds.
However, it is not only just a backend tool. It also provides an easy-to-use GUI like figma, to help all of you to build/manage your mobile applications.
Experiment
The main feature of nativebrik is experiment, which can be used as A/B testings for a part/whole of your application, remote configs, feature flags, daily campaigns and so on.
Experiment has three types: embeddable experiment, in-app messaging experiment and remote config.
Embeddable experiment
Embeddable experiment is an experiment that can be embedded as a component in your application. Once you embed it, it will be displayed as a native UI in your app, and you can change its content in a sec without any code change. Use cases are a banner, a carousel, a card, or any other UI components that you need.
In-app messaging experiment
In-app messaging experiment is an experiment that can be triggered as a modal by your application. Once nativebrik SDK is installed, a modal will be displayed when a trigger event is happened in your application. A information modal, a survey, a terms of policy modal, or any other modals are good use cases.
Remote config
Remote config is a config that can be used to manage your application configuration. Like firebase remote config, you can change a configuration value remotely, and it will be reflected in your application. It can be used as a feature flag, a configuration, and so on. But it is not limited to that. When something big features should be tested to a small group of users, it is also useful.
Let's get started
Before you start, you need to install nativebrik SDK to your application.
If you are ready, let's try our quick start 💪