Question for the MedusaJS team about frontend starter #4533
-
What's the difference between nextjs-starter-medusa and vercel-commerce (medusa-edition)? They develop in parallel. And which of them is better and more promising to use? which will be better supported. ❤ MedusaJS |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thanks for the question! The Vercel commerce template implements Medusa-specific connectors to make Medusa the backend for the template. This template's features and capabilities are defined by what the Vercel team adds. Our starter template (nextjs-starter-medusa), is built by us and therefore implements more of Medusa's features. For example, the template includes a pre-built checkout flow, customer accounts, and pluggable search, all of which are not available in the Vercel commerce template without further customization. Both templates are demonstrations of how Nextjs, Medusa, and Vercel make a great stack. We will generally include new Medusa features in nextjs-starter-medusa when they become available, but we can't always do so with the Vercel commerce template as we don't define this template's features. |
Beta Was this translation helpful? Give feedback.
Thanks for the question!
The Vercel commerce template implements Medusa-specific connectors to make Medusa the backend for the template. This template's features and capabilities are defined by what the Vercel team adds.
Our starter template (nextjs-starter-medusa), is built by us and therefore implements more of Medusa's features. For example, the template includes a pre-built checkout flow, customer accounts, and pluggable search, all of which are not available in the Vercel commerce template without further customization.
Both templates are demonstrations of how Nextjs, Medusa, and Vercel make a great stack. We will generally include new Medusa features in nextjs-starter-medusa when th…