EverShop logo

EverShop

Modern, TypeScript-first eCommerce platform built with GraphQL and React

Alternative to: shopify, magento, woocommerce, bigcommerce

EverShop screenshotEverShop screenshot

About Versions (11)

v2.1.1

2026-02-25

v2.1.1 (2026-01-12)

New Features

  • Support digital products
  • Support Shadcn UI components
  • Use single webpack instance (one for backend and one for frontend) in dev mode to improve the development experience

Breaking Changes

  • Remove some components in favor of using shadcn/ui components
    • components/common/Button.jsx
    • components/common/modal/Modal.jsx
    • components/common/modal/useModal.jsx
    • components/admin/Badge.jsx
    • components/admin/Card.jsx
    • components/admin/Circle.jsx
    • components/admin/Dot.jsx
  • Update Tailwind CSS from v3 to v4,
  • Email service refactored to use a single email service instance. Please upgrade your sendgrid and resend extensions to the latest version.

Dependency Updates

  • Upgrade tailwindcss to v4
  • Upgrade axios to v1.13.2
  • Replace react heroicons with lucide-react

Bug fixes

New Contributors