moneydevkitmoneydevkit
Public Beta

Global payments at the speed of light

moneydevkit makes it easy to start accepting payments anywhere in the world. Just 5 minutes and a few lines of code.

10:00

Nebula Pro

4,800 sats

$5.00 at $68,000 BTC

Scan with any Lightning wallet or copy the invoice below

lnbc1pjae0hwpp5p5...q9qy9qsqsp5vepll0

Sell physical or digital goods with a single checkout. Sit back and watch your orders roll in from anywhere on the planet.

Just three steps

Payments in Minutes

moneydevkit ships with a guided CLI, webhook wiring, and a hosted Checkout component for Next.js. Run one command, retrieve your secrets, and drop the component in your route.

  • ✔️ Initialize with npx @moneydevkit/create.
  • ✔️ Store your secrets.
  • ✔️ Render the hosted checkout by importing <Checkout />.
app/checkout/[id]/page.tsx
1"use client";
2import { Checkout } from "@moneydevkit/nextjs";
3import { use } from "react";
4
5export default function CheckoutPage({ params }) {
6 const { id } = use(params);
7 return <Checkout id={id} />;
8}
Public Beta

Pricing

2% per transaction

Ready when you are

Open an account, drop our SDK into your repo, and start accepting payments in five minutes.