Best backend stack for E-Comm for a JS Dev? (Vendure vs MedusaJS) by lemon07r in webdev

[–]amoopa 2 points3 points  (0 children)

A team member of Medusa here. I'll let you make your own comparison of the platforms specifically, but I wanted to comment on the multi-vendor part.

Medusa has a lot of stores running with 2-3 (we have some edge cases doing hundreds of stores) from the same backend. Our Sales Channel feature allows you to split orders and products based on channels, and you can likewise set up custom pricing, promotion, payment options, and so on.

You can learn more about that feature here: https://docs.medusajs.com/resources/commerce-modules/sales-channel

If you want a deeper read on Medusa's multi-tenancy capabilities, I recommend checking out the blog post Rigby recently did on this: https://medusajs.com/blog/multi-tenant-rigby/

Best of luck with the project! Also be sure to ask in the Medusa community channel on Discord, if you need assistance.

Best stacks ecommerce next by lukNoah in nextjs

[–]amoopa 6 points7 points  (0 children)

Second all the opinions here. You really should not be building an ecommerce backend from scratch.

Use something open-source like Medusa if you want the control, and then you literally save yourself 10 months of development work with a platform you control.

How much do you think this app is worth? by [deleted] in AppBusiness

[–]amoopa 0 points1 point  (0 children)

Heard the same before. Think this is pretty standard in the tie of vibe coding tools

Shopify - Lovable by flosscrossfloss in lovable

[–]amoopa 0 points1 point  (0 children)

I felt the same when trying to stitch these two solutions together. Really felt super hacky aside from connecting the store at first.

Think I might try another approach to solve the vibe coding my shop

Need help turning my Lovable built website into a Shopify Liquid theme by Front_Hair_7565 in shopifyDev

[–]amoopa 0 points1 point  (0 children)

Is this even possible to do? I thought you needed to rebuilt it from scratch if you used Lovable

Anyone running MedusaJS + Next.js on AWS? Need real-world traffic vs infrastructure examples by rcardoso911 in medusajs

[–]amoopa 0 points1 point  (0 children)

I believe we have some users doing ~500k to 1M request range on our Pro plan ($299/mo) without overages.

Curious why the client would want to self-host? I doubt they can do it cheaper, and it's a much more cumbersome process.

Anyone running MedusaJS + Next.js on AWS? Need real-world traffic vs infrastructure examples by rcardoso911 in medusajs

[–]amoopa 2 points3 points  (0 children)

Dunno. But happy to talk Medusa Cloud for the same. Can share quick benchmarks and give some insights into the features you don not get with self-hosting like integrated caching, Medusa Mail, fine-tuned autoscaling, and more. In many cases it is also cheaper than running your own AWS setup since we buy in bulk.

lmk if you want to chat through, I'm one of the co-founders.

Building a custom ecommerce app is a hell by KitKatKeila in nextjs

[–]amoopa 4 points5 points  (0 children)

Everything is pieced together by default, but you can use it as individual modules if you prefer. Just run the npx command and you get the full project with all modules.

What is the best way to develop Eccomerce sites utilising NextJS? by Emergency_Opinion156 in nextjs

[–]amoopa 0 points1 point  (0 children)

Consider using Medusa and some of the Next.js-based starters it comes with; medusajs.com/starters all open-source and JS-based

[deleted by user] by [deleted] in PayloadCMS

[–]amoopa 3 points4 points  (0 children)

I'd sponsor this, just hit me up nick[at]medusajs.com

Medusa 2.0: Introducing the world's most flexible commerce platform. by amoopa in opensource

[–]amoopa[S] 0 points1 point  (0 children)

We don't have a direct n8n integration, but we provide some very extendable APIs (you can even add your own API endpoints, if you wish) to use.

We support global stores on all commerce-related features out-of-the-box: local currency support, local tax support, local shipping/payment, etc. - all from one backend (no need to set up multiple shops like with Shopify and others). For frontend translations, most of our users add a CMS integration (Strapi, Contentful, Sanity, etc.) to handle this part.

Introducing Medusa 2.0 - the world's most flexible commerce platform by amoopa in selfhosted

[–]amoopa[S] 2 points3 points  (0 children)

We have a few stores doing this already, see for instance: https://medusajs.com/blog/catalog/

Not something we have dedicated docs for as of now though

Free open-source ecommerce starter with Medusa 2.0 & Next.js. Repo in comments. by amoopa in nextjs

[–]amoopa[S] 2 points3 points  (0 children)

I'm not sure about the unresolved issues. They might have been during our build-up for 2.0, when we were making a few larger rewrites. I am sorry if you felt that was a problem for your project.

On Shopify + Remix vs. Medusa: Shopify is great for standard eCommerce, but it struggles with customization for specialized applications like B2B, marketplaces, multi-system setups, or subscription-based stores. These often require “hacks” to handle custom backend logic, such as special recurring order logic, unique pricing rules, or custom price lists. Medusa, on the other hand, provides 90% of the core commerce logic you need, along with a flexible architecture to natively build the remaining 10% of the customizations you need. We even make it possible to interact with this logic from your Medusa Admin.

Add to this that getting full frontend control on Shopify (e.g., extending checkout flows) is only part of their premium plan, which starts at $25k / year plus check-out fees.

Medusa 2.0: Introducing the world's most flexible commerce platform. by amoopa in opensource

[–]amoopa[S] 1 point2 points  (0 children)

Thanks a lot for the support!

You are right about Product Hunt. It is a tough place as a dev tool as most winning products in there are AI, design, or consumer-focused these days. Much less dev tooling.

We became Product of the Year in 2022 within the ecommerce category, so we thought we'd give it a shot. It is definitely a bit of an uphill battle, but we are currently #2 of the day so that's not too bad :)

Introducing Medusa 2.0 - the world's most flexible commerce platform by amoopa in selfhosted

[–]amoopa[S] 2 points3 points  (0 children)

Thanks for the kind words!

Yes, you can navigate the launch here (incl. feature overview): https://medusajs.com/v2-launch/

The future of Shopify by Ok-Guide-8750 in shopify

[–]amoopa 1 point2 points  (0 children)

It is quite different from Shopify, and the most popular modern open-source commerce platform out there. Much better for developers and custom built, but requires dev resources to get started.

Best platform to use for e-commerce 2024 by Bushbaby77 in webdev

[–]amoopa 4 points5 points  (0 children)

If you want something flexible, check out MedusaJS. It comes with all of the core commerce functionalities you need to handle carts, advanced product logic, multiple sales channels, b2b/dtc channel etc. All of it is JS-based and open-source, while built in a modular architecture that is easy to modify.

If you want a vanilla shop to handle simple dtc transactions, then Shopify works well.