paddle-checkout-web
SKILL.md
Build a Paddle Checkout in Next.js
When to use this skill
Use this skill when adding a hosted Paddle checkout to a Next.js (App Router) app, either as an overlay (modal-style) or inline (embedded within your page). It covers initialization, opening checkout with line items, listening to events, customer pre-fill, the post-checkout redirect, and the throttled updateItems pattern for cart-like UIs.
This skill is client-side only. Pair it with:
webhooksto receivetransaction.completed/subscription.createdevents on your server.subscription-syncto mirror Paddle subscription state into your database.sandbox-testingto test the integration end-to-end in the Paddle sandbox.
Prerequisites
You need: