Open-source multi-vendor marketplace platform for B2B & B2C. Built on top of MedusaJS. Create your own custom marketplace. 🛍️ https://www.mercurjs.com
Find a file
vholik 913110d5e7
chore(templates): bump @mercurjs/* deps to 2.1.2
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-15 17:26:44 +02:00
.claude/skills feat(cli): add develop, build, start commands and withMercur config wrapper (#860) 2026-04-14 12:46:28 +02:00
.github Fix/gh triage (#877) 2026-04-16 13:23:18 +02:00
.mercur/_generated feat(cli): add develop, build, start commands and withMercur config wrapper (#860) 2026-04-14 12:46:28 +02:00
apps chore(release): promote canary to main (#920) 2026-05-15 17:09:42 +02:00
docs chore(release): promote canary to main (#920) 2026-05-15 17:09:42 +02:00
integration-tests chore(release): promote canary to main (#920) 2026-05-15 17:09:42 +02:00
packages chore(release): promote canary to main (#920) 2026-05-15 17:09:42 +02:00
templates chore(templates): bump @mercurjs/* deps to 2.1.2 2026-05-15 17:26:44 +02:00
.gitignore Add community files and GitHub templates (#721) 2026-02-16 12:26:23 +01:00
.npmrc Add basic CLI 2026-01-14 16:46:48 +01:00
.oxlintrc.json chore(release): promote canary to main (#920) 2026-05-15 17:09:42 +02:00
bun.lock chore(release): promote canary to main (#920) 2026-05-15 17:09:42 +02:00
claude-progress.md chore(release): promote canary to main (#920) 2026-05-15 17:09:42 +02:00
CLAUDE.md chore(release): promote canary to main (#920) 2026-05-15 17:09:42 +02:00
CNAME Create CNAME 2026-01-20 10:52:02 +01:00
CODE_OF_CONDUCT.md Add community files and GitHub templates (#721) 2026-02-16 12:26:23 +01:00
context7.json Update AGENTS.md and CLAUDE.md for CLI command consistency and add pre-work guidelines (#838) 2026-04-02 16:57:49 +02:00
CONTRIBUTING.md Add community files and GitHub templates (#721) 2026-02-16 12:26:23 +01:00
eslint.config.mts refactor: update import aliases in CLI configuration to simplify naming and improve consistency 2026-01-19 11:34:39 +01:00
feature_list.json chore(release): promote canary to main (#920) 2026-05-15 17:09:42 +02:00
LICENSE Add community files and GitHub templates (#721) 2026-02-16 12:26:23 +01:00
package.json chore(release): promote canary to main (#920) 2026-05-15 17:09:42 +02:00
README.md docs: make latest docs the canonical root (#904) 2026-05-08 16:32:49 +02:00
registry-item.json move schema to root folder 2026-01-20 10:45:14 +01:00
registry.json chore: update schema URLs to use HTTPS for improved security 2026-01-22 15:51:38 +01:00
RELEASING.md feat(cli): add develop, build, start commands and withMercur config wrapper (#860) 2026-04-14 12:46:28 +02:00
ROADMAP.md Create ROADMAP.md 2026-02-06 11:18:52 +01:00
SECURITY.md Add community files and GitHub templates (#721) 2026-02-16 12:26:23 +01:00
session-handoff.md chore(release): promote canary to main (#920) 2026-05-15 17:09:42 +02:00
turbo.json chore(release): promote canary to main (#920) 2026-05-15 17:09:42 +02:00

Mercur Main Cover

Mercur
Open Source Marketplace Platform

License PRs Welcome Support Discord

Mercur | Docs

What is Mercur?

Mercur is the first truly limitless open source marketplace platform that combines the simplicity of SaaS with the freedom of open source. Built on MedusaJS, it empowers businesses to create custom marketplaces without choosing between ownership and ease of use.

Mercur is a platform to start, customize, manage, and scale your marketplace for every business model with a modern technology stack.

What's new in Mercur 2.0

Mercur 2.0 is a major rearchitecture of the platform built by @vholik, @Si3r4dz, and @gtomaka.

  • Block-based architecture — reusable modules, workflows, API routes, and UI extensions installable via CLI
  • Vendor portal — a standalone React-based vendor dashboard
  • Dashboard SDK — Vite plugin with file-based routing and hot module reloading
  • CLI@mercurjs/cli for scaffolding projects, adding blocks, and managing registries
  • Full code ownership — code is copied into your project, no black-box dependencies

Using with AI Agents

Mercur is built to be AI-agent friendly. Your AI coding assistant can use these resources to understand and work with Mercur projects:

  • MCP Server: https://docs.mercurjs.com/mcp — connect your agent for documentation search
  • llms.txt: https://docs.mercurjs.com/llms.txt — machine-readable project summary
  • AGENTS.md: included in every project created with mercurjs create — gives agents instant project context
  • Skills: .claude/skills/ shipped with templates — domain-specific patterns for Claude Code
  • AI Development Guide: docs.mercurjs.com/v2/ai-development/mcp

Why Choose Mercur?

  • Full Ownership: Unlike SaaS platforms, you own your marketplace with no transaction fees or vendor lock-in
  • Modern Foundation: Built on MedusaJS, offering a modern tech stack that developers love
  • Beautiful by Default: Create stunning storefronts without sacrificing customization

Power Any Marketplace Model

  • Custom B2B Marketplace: Build enterprise-grade platforms with specialized workflows
  • Custom B2C Marketplace: Create engaging consumer marketplaces with modern UX
  • eCommerce Extension: Transform your store into a marketplace (coming soon)

Mercur Use Cases  

Ready-to-go marketplace features

Storefronts for Marketplace
Customizable storefronts designed for B2B and B2C with all elements including browsing and buying products across multiple vendors at once.

Discover B2C Storefront Repository - 🛍️ Check demo

Admin Panel
Control over whole marketplace: setting product categories, vendors, commissions and rules

Vendor Panel
A powerful dashboard giving sellers complete control over their products, orders, and store management in one intuitive interface.

Discover Vendor Panel - Contact us to get demo

Integrations
Built-in integration with Stripe for payments and Resend for communication needs. More integrations coming soon.

Mercur

 

Quickstart

Step 1: Create a new Mercur project and start the development server:

bunx @mercurjs/cli@latest create my-marketplace

Step 2: Start the development server:

cd my-marketplace
bun run dev

Step 3: Access your marketplace:

  • Backend API: http://localhost:9000
  • Admin Panel: http://localhost:7000
  • Vendor Panel: http://localhost:7001

 

Prerequisites

Contribution

Mercur is an Open Source project and we encourage everyone to help us making it better. If you are interested in contributing to the project, please read our Contributing Guide and Code of Conduct.

If you have any questions about contributing, please join our Discord server - we are happy to help you!

Discovered a 🐜 or have feature suggestion? Feel free to create an issue on Github.

Resources

Learn more about Mercur

Learn more about Medusa