@paykit-sdk
A unified TypeScript payments SDK and shadcn registry providing complete wiring patterns for multiple payment providers. Registry entries cover Stripe + Next.js, Stripe + Hono, and PayPal + Next.js integrations; packages include @paykit-sdk/core, @paykit-sdk/stripe, @paykit-sdk/polar, @paykit-sdk/paypal, @paykit-sdk/react (React hooks and components), and a UI components package. Aims to eliminate provider lock-in with a consistent API across Stripe, PayPal, and Polar. Free and open source (MIT), maintained by a single developer. Use for: bootstrapping checkout and billing flows across multiple payment providers from a single shadcn add command without copy-pasting provider-specific boilerplate.
Install this registry
npx shadcn@latest add https://www.usepaykit.dev/r/registry.json pnpm dlx shadcn@latest add https://www.usepaykit.dev/r/registry.json bunx shadcn@latest add https://www.usepaykit.dev/r/registry.json curl -s https://www.usepaykit.dev/r/registry.json Components
21 totalStripe payment integration for Next.js App Router with type-safe API routes and webhook handling
npx shadcn@latest add https://www.usepaykit.dev/r/stripe-nextjs.json Stripe payment integration for Hono backend with unified routes and webhook handling
npx shadcn@latest add https://www.usepaykit.dev/r/stripe-hono.json Stripe payment integration for Express backend with unified routes and webhook handling
npx shadcn@latest add https://www.usepaykit.dev/r/stripe-express.json Stripe payment integration for Next.js App Router with React hooks
npx shadcn@latest add https://www.usepaykit.dev/r/stripe-nextjs-hooks.json Stripe payment integration for Next.js App Router with Prisma ORM
npx shadcn@latest add https://www.usepaykit.dev/r/stripe-nextjs-prisma.json Stripe integration for Next.js with Drizzle ORM schemas for payments and subscriptions
npx shadcn@latest add https://www.usepaykit.dev/r/stripe-nextjs-drizzle.json Stripe integration for Next.js with TypeORM schemas for payments and subscriptions
npx shadcn@latest add https://www.usepaykit.dev/r/stripe-nextjs-typeorm.json Stripe integration for Next.js with Mongoose schemas for payments and subscriptions
npx shadcn@latest add https://www.usepaykit.dev/r/stripe-nextjs-mongoose.json Stripe integration for Next.js with Sequelize schemas for payments and subscriptions
npx shadcn@latest add https://www.usepaykit.dev/r/stripe-nextjs-sequelize.json Stripe integration for Hono with Prisma ORM schemas for payments and subscriptions
npx shadcn@latest add https://www.usepaykit.dev/r/stripe-hono-prisma.json Stripe integration for Hono with Drizzle ORM schemas for payments and subscriptions
npx shadcn@latest add https://www.usepaykit.dev/r/stripe-hono-drizzle.json Stripe integration for Hono with Sequelize schemas for payments and subscriptions
npx shadcn@latest add https://www.usepaykit.dev/r/stripe-hono-sequelize.json Stripe integration for Hono with Mongoose schemas for payments and subscriptions
npx shadcn@latest add https://www.usepaykit.dev/r/stripe-hono-mongoose.json Stripe integration for Hono with TypeORM schemas for payments and subscriptions
npx shadcn@latest add https://www.usepaykit.dev/r/stripe-hono-typeorm.json Stripe integration for Express with Prisma ORM schemas for payments and subscriptions
npx shadcn@latest add https://www.usepaykit.dev/r/stripe-express-prisma.json Stripe integration for Express with Drizzle ORM schemas for payments and subscriptions
npx shadcn@latest add https://www.usepaykit.dev/r/stripe-express-drizzle.json Stripe integration for Express with Sequelize schemas for payments and subscriptions
npx shadcn@latest add https://www.usepaykit.dev/r/stripe-express-sequelize.json Stripe integration for Express with Mongoose schemas for payments and subscriptions
npx shadcn@latest add https://www.usepaykit.dev/r/stripe-express-mongoose.json Stripe integration for Express with TypeORM schemas for payments and subscriptions
npx shadcn@latest add https://www.usepaykit.dev/r/stripe-express-typeorm.json Paystack payment integration for Next.js App Router with type-safe API routes and webhook handling
npx shadcn@latest add https://www.usepaykit.dev/r/paystack-nextjs.json Paystack payment integration for Hono backend with unified routes and webhook handling
npx shadcn@latest add https://www.usepaykit.dev/r/paystack-hono.json