Starter Template

To help you get started quickly, we provide a complete Next.js starter template with a fully functional payment button creator.

Clone the Starter Template

# Clone the repository
git clone https://github.com/kirapay/nextjs-kirapay-sdk-starter.git

# Navigate to project
cd nextjs-kirapay-sdk-starter

# Install dependencies
npm install

Configure Your API Key

Create a .env file in the project root:

NEXT_PUBLIC_KIRAPAY_API_KEY=your_test_api_key_here

Run the Development Server

npm run dev

Refer to the Readme for more details.

Last updated

Was this helpful?