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

Iuliia Shnai @shnai0

About: Started learning how to code 2 months ago. Building micro tools for fun using ChatGPT 🚀

Joined:
Jun 6, 2023

Did anyone built online store with Next.JS?

Publish Date: Aug 16 '23
12 9

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.

Comments 9 total

  • Marc Seitz
    Marc SeitzAug 16, 2023

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

  • Marc Seitz
    Marc SeitzAug 16, 2023

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

  • Vance Dubberly
    Vance DubberlyAug 16, 2023

    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.

    • Iuliia Shnai
      Iuliia ShnaiAug 21, 2023

      Thanks for sharing. What is commerce 7?

      So you are using it for building?

      • Vance Dubberly
        Vance DubberlyAug 21, 2023

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

  • santiago
    santiagoAug 17, 2023

    yes

  • rainocode
    rainocodeApr 23, 2024

    Discover how Next.js has empowered businesses to create thriving online stores with this in-depth exploration of real success stories. From small startups to large enterprises, learn how companies have utilized Next.js to harness the power of server-side rendering, static site generation, and seamless API integration, resulting in high-performance, SEO-friendly e-commerce platforms.
    rainocode.com/blog/-nextjs-ecommer...

Add comment