Replace Shopify?

NOT REALLY · don't bother
catalog price reference $39/mocategory 🛒 commercereported replacement votes 0

You can build a small store, but Shopify's product is hosted checkout, payments, tax/shipping integrations, app marketplace, fraud/risk tooling, and merchant operations.

the prompt
Build me a small self-hosted shop for a handful of products, the honest small
slice of Shopify. Requirements:

- Node + Express + better-sqlite3 on a VPS; products in products.json (slug,
  name, price, images, stock count), server-rendered catalog and product pages.
- Cart in a session cookie; checkout hands off entirely to Stripe Checkout
  (keys in .env). Never touch card data.
- Stripe webhook records the order, decrements stock, and emails me and the
  buyer via Resend (key in .env).
- An /admin page behind basic auth: order list and a mark-shipped button that
  emails the buyer with an optional tracking number.
- Flat shipping rates per region in a config file; sold-out products stay
  visible but cannot be bought.
- No customer accounts, no telemetry; orders stay in my SQLite file.
- Out of scope: discount engines, multi-currency, POS, and tax automation. Use
  Stripe Tax for tax; do not write tax logic.
- README: Stripe webhook setup, a plain warning that I am now the fraud
  department, and a note that this is not Shopify, whose trusted checkout,
  payment risk handling, and app ecosystem cannot be rebuilt; if volume grows,
  move to Shopify or Medusa rather than growing this.

$ open in your agent (prompt prefilled, you press enter) or copy it raw · this prompt is generated from the build plan · improve it via PR

why people still pay

They pay because ecommerce failures cost real revenue and trust.

what you lose

xtrusted checkout

xpayment risk

xapp marketplace

xthemes

xshipping/tax integrations

xPOS

xsupport

xscale

prior art to inspect before buildingMedusaOpen-source commerce platform for custom stores; substantial prior art but not Shopify's h
reported replacements · 0share on X ↗"Shopify replacement research and build prompt"
questions
What does the Shopify verdict mean?

The directory does not recommend replacing this one from a prompt. . Read the breakdown above.

What price does this directory record show for Shopify?

The directory records $39/month for Basic, checked 2026-07-30. Verify the source before making a purchase decision. This reference stays outside retail Stack Math unless current matched evidence supports the comparison.

What do I lose by replacing Shopify?

Honestly: trusted checkout; payment risk; app marketplace; themes; shipping/tax integrations; POS; support; scale. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to Shopify?

The listed prior art includes Medusa (Open-source commerce platform for custom stores; substantial prior art but not Shopify's h). Inspect those projects before starting from a blank prompt.