1. Introduction

Medusa is a digital commerce platform with a built-in framework for customizations and integrations.

Medusa's framework includes two types of tools:

  1. Modules that provide commerce functionalities, such as Product, Order, and Cart modules.
  2. Customization tools to build your business features, such as custom data models, business logic, flows, and endpoints.

With these tools, you save time you would spend with other platforms on maintaining and setting up your customizations. Instead, you rapidly build important features for your business.


Get started#

Create your first Medusa store by running the following command:

npx create-medusa-app@preview

Who is Medusa for#

Medusa is for ambitious businesses and developers that are limited by traditional ecommerce solutions:

  • You want rich commerce features that are customizable and flexible enough to support your business use case as if you built them from scratch.
  • You want your custom requirements built as an integral part of the commerce application’s features and architecture, rather than hacked into it.
  • You want to customize your commerce flows by integrating external services without data inconsistency and irregularity.
Use Case: D2CHow Matt Sleeps built a unique D2C experience with Medusa
Use Case: OMSHow Makro Pro Built an OMS with Medusa
Use Case: MarketplaceHow Foraged built a custom marketplace with Medusa
Use Case: POSHow Tekla built a global webshop and a POS system with Medusa
Use Case: B2BHow Visionary built B2B commerce with Medusa
Use Case: PlatformHow Catalog built a B2B platform for SMBs with Medusa

Who is this book for#

This book is for TypeScript or JavaScript developers looking to master Medusa and build their commerce applications. By following this book, you’ll learn about Medusa’s concept, from basic to advanced, with easy-to-follow examples to assist you along the way.

By the end of this book, you’ll be an expert Medusa developer, leading teams using Medusa from the development till production.

Was this chapter helpful?