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)
There's an excellent starter kit from the Vercel / Next.js team to build a commerce website: nextjs.org/commerce
+1
There is also an open-source project called MedusaJS: medusajs.com/
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.
Thanks for sharing. What is commerce 7?
So you are using it for building?
Commerce 7 is an wine specific eCommerce platform. Can be used used headless.
yes
Some comments may only be visible to logged-in visitors. Sign in to view all comments.