https://github.com/namiml/nami-web-sdk
Better paywalls for web apps without code with A/B testing built-in.
https://github.com/namiml/nami-web-sdk
Last synced: about 1 month ago
JSON representation
Better paywalls for web apps without code with A/B testing built-in.
- Host: GitHub
- URL: https://github.com/namiml/nami-web-sdk
- Owner: namiml
- License: other
- Created: 2024-04-30T22:57:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-01T18:20:52.000Z (about 2 months ago)
- Last Synced: 2025-04-01T18:41:49.547Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 233 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Nami Web SDK
Nami is easy subscriptions & in-app purchases, with powerful built-in paywalls and A/B testing.
This library helps you easily offer in-app purchases and subscriptions.
- No IAP code to write.
- Focus on your app experience.
- All edge cases are handled and no server is required.
- Includes is powerful built-in paywalls templates
- Update paywalls easily using a browser-based paywall CMS.
- Conduct paywall A/B tests, to improve your conversion rate.
- Robust subscription analytics, webhooks, and much more.Requires an account with Nami. The free tier is generous and includes everything you need to get up and running.
See https://www.namiml.com for more details and to create a free account.
## Getting started with Nami's Web SDK
### Install the Web SDK in your project
You can install the SDK via NPM or Yarn
```
npm install @namiml/web-sdk --save
``````
yarn add @namiml/web-sdk
```### Examples
Example apps showing how to use the SDK are available in this repository in the [examples directory](https://github.com/namiml/nami-web-sdk/tree/main/examples).
More information on configuring and using the SDK is available in our docs at [https://learn.namiml.com](https://learn.namiml.com).