Skip to content

BoltApp/bolt-frontend-sdk

Repository files navigation

Bolt Charge SDK

Bolt Charge Hero


Web support for Bolt Charge, a fully hosted web shop for out-of-app purchases and subscriptions.


See our other resources

💰 Why Bolt

Only with Bolt you get 2.1% + $0.30 on all transactions. That's 10x better than traditional app stores which take 30% of your revenue! That's the fair and transparent pricing you get with using Bolt.

Disclaimer: Fees are subject to change but will continue to remain highly competitive. See bolt.com/pricing for up to date rates and visit bolt.com/end-user-terms for end user terms and conditions.

🚀 Features

This open source package is a light-weight Typescript SDK.

  • Bring your own UI
  • Radically cheaper payment processing rates
  • Future: User session management

Have a feature request? We are constantly improving our SDKs and looking for suggestions. Join our discord and chat directly with our development team to help with our roadmap!

📦 Installation

The SDK can be installed with either npm, pnpm, bun or yarn package managers.

NPM

npm add @boltpay/bolt-js

PNPM

pnpm add @boltpay/bolt-js

Bun

bun add @boltpay/bolt-js

Yarn

yarn add @boltpay/bolt-js

🔧 Quick Start

Example Usage:

import { Charge } from '@boltpay/bolt-js'

Charge.checkout('...').then(transaction => {
  console.log('Transaction Successful:', transaction)
})

📚 Documentation

For detailed documentation and API reference, visit our documentation site.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Frontend SDKs for Bolt products

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published