A few points I'm skeptical of: simply connect to the seller’s infra instead of locking them in. One of the value-adds of Amazon is there's a whole bunch of tech sellers don't need to know how to write, run, and maintain. You'd need to understand how big the niche "technically literate to run their own e-commerce business, but selling on Amazon for other reasons" is, then how your operation would answer those "other r…
It's the word "simply" that usually raises all the red flags :-)
Show HN: I'm building an open-source Amazon
91–100 of 309 posts
Re: Show HN: I'm building an open-source Amazon
#92Re: Show HN: I'm building an open-source Amazon
#93Re: Show HN: I'm building an open-source Amazon
#94This seems like a reseller's dream. If you're lucky enough to find an untapped resource on Etsy, Shopify, eBay, etc and you think you can market it better and flip it for a profit - create your own stores, route the orders through OpenShip and have the lesser-known seller fulfill them for you. I didn't dig in, but in that above scenario, does the "supplier" dropship directly to my buyer or does it come to me and I re…
Re: Show HN: I'm building an open-source Amazon
#95On your deployment page[0], it says you can deploy the entire thing to Vercel or Netlify and pass in the postgres connection string to the frontend directly. Am I understanding this correctly? Is the connection string for the database readable from the front end? [0] https://docs.openship.org/deployment
Re: Show HN: I'm building an open-source Amazon
#96Love open source projects in the eCommerce domain, especially ones that are JavaScript instead of PHP! Two pieces of feedback: - Using a copyleft license like AGPL makes this an automatic non-starter for most businesses, no matter how impressive your tech might be. You'll have a lot more luck with mid-size and enterprise adoption with an MIT license. - You've really built an Order Management System for marketplace us…
Re: Show HN: I'm building an open-source Amazon
#97My advice would be to actually integrate with Amazon as much as possible. I'm not sure what's involved there, if Amazon provides a bunch of proprietary tools or what. But you don't want people to make the hard choice between your project and Amazon. Help them do both!
Re: Show HN: I'm building an open-source Amazon
#98Earlier quoted context omitted.
i think the branding "open source Amazon" is just way too ambitious/big. invites a lot of confusion/criticism if Amazon is different things to different people.
should start small, like an open source Google, then work your way up to an open source Amazon.
Re: Show HN: I'm building an open-source Amazon
#99Those efforts look impressive but no service will be a version (open source or otherwise) of Amazon until it can place a single tube of toothpaste in my garage 18 hours after I ordered it, which it just did thirty minutes ago. Amazon’s “tech” stack, both consumer- and seller-facing is horrible and borderline irrelevant. Their fleet of trucks and aircraft is not.
Amazon.com is likely the most a/b tested piece of software on the planet. It is ugly and clunky because that's what _works_ - same with Alibaba and Yahoo JP.
For most enterprises, if it works, don't touch it.
Re: Show HN: I'm building an open-source Amazon
#100Love open source projects in the eCommerce domain, especially ones that are JavaScript instead of PHP! Two pieces of feedback: - Using a copyleft license like AGPL makes this an automatic non-starter for most businesses, no matter how impressive your tech might be. You'll have a lot more luck with mid-size and enterprise adoption with an MIT license. - You've really built an Order Management System for marketplace us…
> - Using a copyleft license like AGPL makes this an automatic non-starter for most businesses, no matter how impressive your tech might be. You'll have a lot more luck with mid-size and enterprise adoption with an MIT license. What makes the AGPL unattractive? I thought it was basically just the GPL with a limitation on using the software to provide a SaaS product. You don't even have to contribute unpublished chang…