OpenSource-Hub
N

nextjs-starter-medusa

2.7k stars·Developer Tools·SHA-256 checksum verified

A Next.js starter for Medusa e-commerce backend. Full shopping features with Stripe.

Smart Download

Visit Project Homepage

No installer available yet — head to the source repository

Deprecated e-commerce starter template; use the new dtc-starter instead.

Core Features

  • Full e-commerce: product detail, cart, checkout with Stripe, user accounts
  • Next.js 15: App Router, Server Components, Streaming, Static Pre-Rendering

What It Can't Do

  • This repository is deprecated. Use the official dtc-starter for continued support and updates.

Use Cases

  • Rapid prototyping of an online storefront connected to Medusa

Detailed Introduction

Medusa Next.js Starter is a template that combines Medusa’s commerce modules with Next.js 15 to create a performant, fully functional e-commerce storefront. It includes product pages, cart, checkout with Stripe, user accounts, and order details. Built with App Router, Server Components, Streaming, and Static Pre-Rendering. Note: This repository is deprecated; use the newer dtc-starter instead.

Troubleshooting & FAQ (2)

Troubleshooting
How to fix 'Property collection_id does not exist on type StoreProductParams' error when using queryParams in Medusa V2 listProducts?

This TypeScript error occurs due to missing type definitions for queryParams properties like collection_id, tag_id, and is_giftcard in Medusa V2's StoreProductParams. A fix has been merged in the Next.js starter repository via PR #517 (https://github.com/medusajs/nextjs-starter-medusa/pull/517). Update your project to the latest version of the starter or sync the type patches to resolve the issue.

GitHub Issue #460
Troubleshooting
Why does the Medusa storefront get stuck in an infinite redirect loop after creating a region with no countries?

This happens when a region is created in Medusa Admin without assigning any countries. The storefront enters an infinite redirect because no valid shipping country is configured. To fix, log into Medusa Admin, edit the affected region, and add at least one country. If you can't edit, delete the region and recreate it with countries. This is a known bug (#502); the permanent solution will prevent region creation without countries.

GitHub Issue #502

Tags

medusanextjsecommercestartertemplate

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Double-click the downloaded installer and follow the prompts

3

Step 1: Run a Medusa server locally on port 9000

4

Step 2: Clone the repo and cd into it

5

Step 3: Copy .env.template to .env.local

Install Guide
  1. Step 1: Run a Medusa server locally on port 9000
  2. Step 2: Clone the repo and cd into it
  3. Step 3: Copy .env.template to .env.local
File Integrity

Checksum not available

This project has not published a SHA-256 checksum on its GitHub Release page

SHA256 Checksum

No checksum available

Download directly from GitHub Releases and verify file integrity yourself

All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.

Open Source Transparency

View GitHub Source
Environment Guide

Uninstall Info

Delete the project folder to uninstall.

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseMIT
Last Updated2026-06-26 08:10:11
GitHub RepositoryOfficial Website

Having issues? Check the FAQ below

2 FAQs

Similar Projects