Quick Start
Setup your Global Support, One Click, Credit Card and ACH checkout in 60 seconds
An easy-to-implement guide to get started using NoRamp's OneClickCheckout

NoRampKit
The NoRampKit is an easy to use React component that lets you use NoRamp in just a couple of lines of code.
Install
yarn add norampkit
Usage
Just pass in your Price ID after creating a price.
import { NoRampOneClick } from "norampkit";
<NoRampOneClick
priceId="price_id" // Create price in your dashboard or using our API
testnet // optional param to use testnet, dont include for mainnet
/>;
Customize
<NoRampOneClick
priceId="price_id"
buttonTheme="light" // or use "dark"
theme="light" // or use "dark"
type="buy" // or "donate" or "book" or "checkout" or "subscribe" ...
/>
Types
buy, donate, plain, book, checkout, subscribe, add-money, contribute, order, reload, rent, support, tip, top-up, continue
Support
Join our Discord (opens in a new tab) server for any help or dev questions you may have