4.1. Admin Development
In this chapter, you'll learn about th Medusa Admin dashboard and the possible ways to customize it.
What is the Medusa Admin?#
The Medusa Admin is an intuitive dashboard that allows merchants to manage their ecommerce store. It provides management featuers related to products, orders, customers, and more.
The Medusa Admin is built with Vite. When you install the Medusa application, you also install the Medusa Admin. Then, when you start the Medusa application, you can access the Medusa Admin at http://localhost:9000/app
.
How to Customize the Medusa Admin?#
You can customize the Medusa Admin dashboard by:
The next chapters will cover these two topics in detail.
What You Can't Customize in the Medusa Admin#
You can't customize the admin dashboard's layout, design, or the content of the existing pages (aside from injecting widgets).
If your use case requires heavy customization of the admin dashboard, you can build a custom admin dashboard using Medusa's Admin API routes.
Medusa UI Package#
Medusa provides a Medusa UI package to facilitate your admin development through ready-made components and ensure a consistent design between your customizations and the dashboard’s design.
Refer to the Medusa UI documentation to learn how to install it and use its components.
Admin Components List#
To build admin customizations that match the Medusa Admin's designs and layouts, refer to this guide to find common components.