A Stripe inspired checkout UI template built with Next.js, React, and CSS.
Made for cart checkout pages.
- Built-in payment method selector
- Built-in discount code redeeemer
- Built-in payment receipt order confirmation
- Open source
Preview for this is located at https://demo.kebabmario.dev/checkout
git clone https://github.com/kebabamario/checkoutsitedemo.gitcd checkoutsitedemonpm installnpm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devEdit the components, colors, and layout to fit your project.
This project only includes the frontend UI design, no backend.
Help support this open-source by starring it, for other developers to use it too.