A responsive online store built with Next.js and Stripe for selling a single product. Features a clean design with product showcase, secure checkout, and payment processing.
Click the "Deploy" button to clone this repo, create a new Vercel project, setup the Stripe integration, and provision a new Stripe sandbox:
Install dependencies: ```bash pnpm install ```
Set up Stripe:
Use "Create Sandbox" or "Link Existing Account" for the Vercel Stripe integration.
STRIPE_SECRET_KEY
- Your Stripe secret keyNEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY
- Your Stripe publishable keyvercel env pull
or update .env.local
file manuallyRun the development server: ```bash pnpm dev ```
Open http://localhost:3000 in your browser
Make sure to add these environment variables in your Vercel project settings either using Vercel Stripe integration or manually:
STRIPE_SECRET_KEY
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY
This project is open source and available under the MIT License.
Built with ❤️ using v0 by Vercel