Ask HN: Shopify self hosted e-commerce alternative?
What do you recommend to physical product business which gets about 25-100 sales a day?
In case you are curious, what I sell it's 3d printing fimament which I make in my garage: https://medium.com/endless-filament/make-your-filament-at-home-for-cheap-6c908bb09922
I am a programmer but I do not like building something which already exists and e-commerce platform is boring for me also Shopify while is good but I need self hosted one for ideological reasons.
69 comments
[ 3.0 ms ] story [ 135 ms ] threadGonna check out these two they seem cool.
- How easy is Spree/Solidus to customize?
- Why did Solidus fork from Spree? How does this factor into whether I'd pick one or the other?
- Are Spree and Solidus compatible with each other package ecosystem wise?
- Which one has the most traction as of right now? While Solidus seems to be a relatively recent fork, Spree still appears to have more activity. Why is this the case?
Paypal button on a static site?
Dont like Paypal, you can use crypto (it's the only thing one can actually self host as in receiving payments)
I'm genuinely curious why you don't feel ok to pay less than $1/sale to shopify to keep your store up & running but are ok paying much more on fulfillment/shipping.
I am looking for something which I can host on my own as I've nearly free servers (I receive digital ocean credit through affiliate sales on the guides I wrote) so hosting is free for me and tinkering is free as there not much work where I working so I can fix my website in that time.
Also I don't like to pay monthly for closed source product. That's my ideological reason, it's low in priority but I always choose open whenever possible
If it's for a site I want to get up fast I'll go with Shopify.
https://spreecommerce.org/
Anything self-hosted is going to need a fair bit of configuration and looking after - eg. even for the simplest of the them (Wordpress/Woocommerce), you'll need time to install and configure, updates come out ever few days, you'll have log files to monitor and keep tidy, a server to keep secure, etc. If you're doing 25-100 sales/day, do you have time for that? Wouldn't that time be better spent on increasing sales?
(depends on your goal obviously... is it to sell more? or have a fun toy to tinker with?)
There are shopify alternatives - eg. Freewebstore[1] is a small SaaS product run by a few developers.
[1] https://freewebstore.com/
https://github.com/workarea-commerce/workarea
> You may make production use of the Licensed Work without an additional license agreement with WebLinc so long as you do not use the Licensed Work for a Commerce Service.
doesn't that convert the license to "Version 2.0 or later of the GNU General Public License"?
You can build a very basic static frontend (HTML/JS) and they will host all the backend stuff and process the payments. 2% fee + payment gateway.
Beyond the technical challenges, have you considered: - All the little tax issues for various countries/states - Security in processing payments, avoiding fraud and protecting customer data - Integrating payment processing for credit card companies, Payp et al. and NOT having to deal with constant “account freezes” due to stolen credit card payments, customer complaints etc.
For selling software, I user Fastspri and not having to deal with all those things made a huge difference. We still had our fair share of annoying problems, but if you start digging around what other “self-hosted” businesses have to deal with...
In a sense, we had a more complicated case as the product keys were generated upon purchase and sent immediately - hence there was no manual/physical interaction from our end with orders...
You can also put stuff on Amaz and use their infrastructure
Likely swallowed by the Markdown parser in HN, backend.
Instead: we only booked 2 revenues per month and that was it. We were not liable for the taxes, everything was taken care of.
I do think that purchasing these services makes small & large gigs easier than ever. Highly recommend.
You could have registered to "VAT Mini One Stop Shop (MOSS)" in one member state: https://ec.europa.eu/taxation_customs/sites/taxation/files/i...
I am trying to capture this windfall but Shopify is not good for this task.
They charge per store so I am limited to just having one store which is not good for niche work - exploration and discovery.
I would probably develop a framework and do free gatsbyjs/netlify static sites that link back to a centralized payment processor service
For an use case like yours, the 20+ websites are more akin to microsites focused on a subset of products but still mapped to one single catalog and ecommerce store.
Even with ShopifyPlus multi store support each store has its own catalog, and completely seperate for integrations, transactions, etc.
We can make subaccount in stripe, so it's easy to specific different subaccount for different product.
While WooCommerce is there but still we need to setup wordpress blog and multiple other things.
Slightly off topic I know, but anyone care to share what product or service they use these services for?
Are there any tutorials/blog posts on this topic?
If you are a somewhat experienced developer, Sylius might give you a good experience and code quality. We build a shop on an earlier version, and it runs solid - not a single downtime in years.