New Project

Your Next Store — Commerce with Next.js and Stripe

Your Next Store is a modern, ultra-fast commerce storefront with Stripe as the backend, using shadcn UI components.

DeployView Demo

[Image blocked: No description]

Your Next Store

Open-source AI-native Next.js e-commerce template.

Powered by Stripe. Built for AI coding tools.

[Image blocked: Your Next Store Demo]

Live Demo: demo.yournextstore.com


AI-Friendly CodebaseShips with AGENTS.md [blocked] — idiomatic patterns, Commerce Kit SDK with typed methods. Claude Code, Cursor, and Codex work out of the box
Stripe-NativeDirect Stripe API integration — checkout, billing, subscriptions
Next.js 16App Router, React Server Components, React Compiler
Open SourceSelf-host anywhere, deploy to Vercel in one click

Quick Start

git clone https://github.com/yournextstore/yournextstore.git
cd yournextstore && bun install
cp .env.example .env.local # Add your YNS_API_KEY from https://yns.store/manage/settings/api
bun dev

Open localhost:3000 — your store is running.

Why AI Tools Work Better Here

Familiar patternsIdiomatic Next.js App Router (Server Components, Server Actions, "use cache") — matches what LLMs have seen thousands of times
Commerce Kit SDKMethods like productBrowse() and cartUpsert() have defined input/output shapes. LLMs write correct code when they know the contracts
Well-defined domainProducts, variants, carts, checkout — the data models already exist with clear types. No need for the LLM to invent them
AGENTS.mdFull project context, SDK examples, Biome rules, and validation checklist — AI agents understand the codebase before writing a single line

Tech Stack

  • Next.js 16 — App Router, React Server Components, React Compiler
  • Bun — Fast JavaScript runtime and package manager
  • Commerce Kit SDK — Headless commerce API integration
  • Tailwind CSS v4 — Utility-first styling
  • Shadcn UI — 50+ accessible components built on Radix UI
  • TypeScript — Strict type-safe development
  • Biome — Lightning-fast linter and formatter

Prerequisites

  • Node.js 24+
  • Bun 1.0+
  • YNS API key from https://yns.store/manage/settings/api

Environment Variables

Copy .env.example to .env.local and set:

  • YNS_API_KEY — Your API token from the admin panel

Contributing

See CONTRIBUTING.md [blocked] for coding conventions and PR checklist.

Next Steps

Refer to the API documentation for details on fetching products, managing carts, and building on top of YNS.

Themes

Your Next Store ships with 30+ ready-made themes across different store categories. Each theme includes a fully redesigned homepage, hero, color palette, and section layout — all built on the same core codebase.

Switch themes with a single command:

git checkout theme-beauty-serene

All Themes

CategoryThemes
Beautybeauty-aura · beauty-blush · beauty-glow · beauty-serene
Fashionfashion-atelier · fashion-aurum · fashion-blanc · fashion-capsule · fashion-fjord · fashion-luxette · fashion-nomad · fashion-oslo · fashion-portia · fashion-stride · fashion-trailhead
Furniturefurniture-forma · furniture-grove · furniture-vela
Foodfood-matcha · food-sizzle
Electronicselectronics-nexus · electronics-pulse
Healthhealth-botanica · health-hemlock
Homehome-deskflow · home-vessel
Eventsevents-gather · events-signal
Autoauto-nightshift · auto-torque
Kidskids-wonder

All theme branches are prefixed with theme- (e.g. theme-fashion-blanc). Themes modify only visual components and static assets — your products, cart, and checkout remain unchanged.

Star History

GitHub Repoyournextstore/yournextstore
Use Cases
Ecommerce
Stack
Next.js
Tailwind

Related Templates

Next.js Commerce

Starter kit for high-performance commerce with Shopify.
Next.js Commerce thumbnail

SvelteKit Commerce

An all-in-one starter kit for high-performance e-commerce sites built with SvelteKit.
SvelteKit Commerce thumbnail
DeployView Demo