DEV Community

Cover image for Did anyone built online store with Next.JS?
Iuliia Shnai
Iuliia Shnai

Posted on

Did anyone built online store with Next.JS?

I am working on new e-commerce project and would like to set up online store. Simple one.

I drafted it in Shopify. As it looks like the easiest way, but still build a good looking store kind of challenge.

I am not sure if there are any open source projects, or recommendations for it.

Top comments (8)

Collapse
 
mfts profile image
Marc Seitz

There's an excellent starter kit from the Vercel / Next.js team to build a commerce website: nextjs.org/commerce

Collapse
 
leandro_nnz profile image
Leandro Nuñez

+1

Collapse
 
mfts profile image
Marc Seitz

There is also an open-source project called MedusaJS: medusajs.com/

Collapse
 
Sloan, the sloth mascot
Comment deleted
Collapse
 
deserat profile image
Vance Dubberly

We built two stores in Next.js in the last year. One on Shopify one on Commerce 7. Shopify has a lot of challenges when it comes to working with Next or any SPA, much of that is around Auth, but what will really bite ya is the plugins. Many Shopify plugins perform their work client side, by injecting js into the rendered page, when you go SPA that all breaks.

Collapse
 
shnai0 profile image
Iuliia Shnai

Thanks for sharing. What is commerce 7?

So you are using it for building?

Collapse
 
deserat profile image
Vance Dubberly

Commerce 7 is an wine specific eCommerce platform. Can be used used headless.

Collapse
 
santyramirez profile image
santiago

yes

Some comments may only be visible to logged-in visitors. Sign in to view all comments.