nextjs-woocommerce is a free, open source e-commerce platforms project written in TypeScript and released under AGPL-3.0. It has 608 GitHub stars, 156 forks and 14 open issues, and was last pushed 37 hours ago. On this registry it ranks #41 of 44 tracked projects in E-commerce Platforms, with 5 head-to-head comparisons available.

Lighthouse CI Playwright Tests Codacy Badge Quality Gate Status OWASP Security

bilde

Next.js Ecommerce site with WooCommerce backend

Live URL:

Table Of Contents (TOC)

Installation

  1. Install and activate the following required plugins, in your WordPress plugin directory:

Optional plugin:

The current release has been tested and is confirmed working with the following versions:

  • WordPress version 7.0.2
  • WooCommerce version 10.9.4
  • WP GraphQL version 2.18.0
  • WooGraphQL version 1.0.3
  • WPGraphQL CORS version 2.1
  1. For debugging and testing, install either:

    (Firefox)

    (Chrome)

  2. Make sure WooCommerce has some products already

  3. Clone or fork the repo and modify .env.example and rename it to .env

    Then set the environment variables accordingly in Vercel or your preferred hosting solution.

    See

  4. Modify the values according to your setup

  5. Start the server with pnpm run dev

  6. Enable COD (Cash On Demand) payment method in WooCommerce

  7. Add a product to the cart

  8. Proceed to checkout (GΓ₯ til kasse)

  9. Fill in your details and place the order

Features

  • Next.js version 16.1.6
  • React version 19.2.4
  • Typescript
  • Tests with Playwright
  • Connect to Woocommerce GraphQL API and list name, price and display image for products
  • Support for simple products and variable products
  • Cart handling and checkout with WooCommerce using Zustand for state management
    • Persistent cart state with localStorage sync
    • Efficient updates through selective subscriptions
    • Type-safe cart operations
    • Cash On Delivery payment method
  • Algolia search (requires algolia-woo-indexer)
  • Meets WCAG accessibility standards where possible
  • Placeholder for products without images
  • State Management:
    • Zustand for global state management
    • Apollo Client with GraphQL
  • React Hook Form
  • Native HTML5 form validation
  • Animations with Framer motion, Styled components and Animate.css
  • Loading spinner created with Styled Components
  • Shows page load progress with Nprogress during navigation
  • Fully responsive design
  • Category and product listings
  • Show stock status
  • Pretty URLs with builtin Nextjs functionality
  • Tailwind 3 for styling
  • JSDoc comments
  • Automated Lighthouse performance monitoring
    • Continuous performance, accessibility, and best practices checks
    • Automated reports on every pull request
    • Performance metrics tracking for:
      • Performance score
      • Accessibility compliance
      • Best practices adherence
      • SEO optimization
      • Progressive Web App readiness
  • Product filtering:
    • Dynamic color filtering using Tailwind's color system
    • Mobile-optimized filter layout
    • Accessible form controls with ARIA labels
    • Price range slider
    • Size and color filters
    • Product type categorization
    • Sorting options (popularity, price, newest)

Design System

This project uses a custom design system built with Tailwind CSS design tokens. The system is defined in tailwind.config.js and globals.css.

Color Palette

The palette uses a muted slate-blue primary with warm neutral surfaces β€” chosen to feel calm, Nordic, and appropriate for a home goods store.

Token Hex Usage
primary #3B6B8A Buttons, links, focus rings, active states
primary-light #5A8BA8 Hover accents, info states
primary-dark #254D6B Mobile nav, button hover, dark accents
accent #4A8F8F Secondary accent (teal)
surface #FAF9F7 Page background, cards, inputs (warm off-white)
surface-alt #F3F1ED Image placeholders, alternating surfaces
border #E5E2DC All borders and dividers
text #2C2C2C Primary body text (warm near-black)
text-muted #6B6862 Secondary text, descriptions
text-light #9C9890 Tertiary text, strikethrough prices
success #2D8A5E Stock status, success messages
warning #C4882A Warning states
error #B83B2A Sale prices, errors, destructive actions

Typography

  • Uses Tailwind's default system font stack
  • Type scale defined from text-xs (0.75rem) to text-5xl (3rem)
  • Hierarchy rules: product card title text-xl font-bold > price text-lg, detail page h1 text-2xl md:text-3xl font-light > card title

Accessibility

  • Global focus-visible ring (2px solid primary) on all interactive elements
  • prefers-reduced-motion: reduce disables all animations and transitions
  • Form inputs display inline error messages with role="alert" and aria-invalid
  • Required fields marked with asterisks
  • Proper type (email, tel) and autocomplete attributes on checkout inputs
  • Descriptive alt text on images
  • disabled:cursor-not-allowed on buttons
  • Semantic HTML throughout (, , , )

Button Variants

Variant Appearance Use Case
primary Solid blue (bg-primary) Main CTAs β€” KJØP, GΓ… TIL KASSE, BESTILL
secondary Solid red (bg-error) Destructive actions β€” Fjern
hero White on dark overlay Hero section CTA
filter Bordered, toggleable Size filter buttons
reset Light gray surface Reset filters

All buttons include hover, active:scale-[0.98], focus-visible, and disabled states with duration-200 transitions.

CSS Custom Properties

Design tokens are also available as CSS custom properties in globals.css for use outside Tailwind:

var(--color-primary)      /* #3B6B8A */
var(--color-surface)      /* #FAF9F7 */
var(--color-text)         /* #2C2C2C */
var(--color-error)        /* #B83B2A */

Lighthouse Performance Monitoring

This project uses automated Lighthouse testi

readme truncated β€” read the full docs on github

Frequently asked questions

Is nextjs-woocommerce free to use?

nextjs-woocommerce is open source under the AGPL-3.0 licence. There is no licence fee and no seat count β€” you can self-host it or, where the project offers one, pay a vendor for a managed version instead.

What does nextjs-woocommerce do?

πŸ”₯ Next.js (React) headless eCommerce site with Typescript, WordPress (WooCommerce) backend and Algolia search

What is nextjs-woocommerce written in?

nextjs-woocommerce is primarily written in TypeScript. Its source is publicly available at https://github.com/w3bdesign/nextjs-woocommerce, and it has 608 GitHub stars.