Interactive Demo

Try the checkout

Experience what your users will see. Simulated payment on Base.

PayKit Checkout
Demo

Simulated USDC payment on Base

AI Starter Template

Digital product

25 USDC

This is a simulated payment. No real funds are transferred.

Integration
import { PayKit } from "@paykit/react";export default function Checkout() {  return (    <PayKit      product="AI Starter Template"      amount={25}      currency="USDC"      chain="base"      onSuccess={(tx) => console.log(tx.hash)}    />  );}

Chain

Base L2

Currency

USDC

Gas

< $0.01

Integration

10 lines