https://catalogartifact.azureedge.net/publicartifacts/kcloudhubllc1763357129530.medusawithstorefront-aead232f-c0a3-4073-bd67-62b794b4dcf4/image0_bcloud.png

Medusa with StoreFront

por kCloudHub LLC

Version 2.13.6+ Free Support on Ubuntu 24.04

Medusa is an open-source, headless eCommerce platform designed to build modern and scalable online stores. It provides a powerful backend to manage products, orders, customers, and payments through flexible APIs. Medusa separates the backend logic from the frontend, allowing developers to create fully customized storefronts using modern frameworks like Next.js. This makes it ideal for building fast, dynamic, and highly customizable eCommerce applications.

Features of Medusa with Storefront:

  • Headless architecture for flexible frontend and backend separation.
  • Customizable storefront built with modern frameworks like Next.js.
  • Powerful APIs for managing products, orders, and customers.
  • Supports multiple payment gateways and shipping providers.
  • Scalable and developer-friendly for building modern eCommerce platforms.

Usage Instructions:

Run Medusa backend and storefront on your server:
$ sudo su
$ cd /opt/medusa/my-medusa-store
$ npm install
$ npm run dev
$ http://localhost:9000

# Run Storefront
$ cd /opt/medusa/my-storefront
$ npm install
$ npm run dev
$ http://localhost:9000

# Check version
$ medusa --version

Disclaimer:
Medusa is an open-source software. We are not affiliated with, endorsed by, or sponsored by Medusa. The software is provided “as is” without warranties. Users are responsible for securing and maintaining their Medusa installation.