I built a fully static e-commerce setup that has no monthly fees. Would this be useful?
Hello everyone, I have been working on something and wanted some honest feedback.
I’ve been building e-commerce sites using Astro, and instead of Shopify or other SaaS tools, it’s fully static.
Core idea:
- one-time setup fee
- you own the full codebase
- no subscriptions or lock-in
How it works:
- static HTML, CSS, JS
- no backend, so basically zero ongoing cost
- can host for free on Cloudflare Pages or Github pages
- orders handled via forms with email or Telegram notifications
- simple git based CMS admin panel to update products
- manual verification of payments through payment of proof to prevent processing fees
Why I’m trying this:
A lot of small businesses rely on Instagram or WhatsApp. When they move to Shopify/Website builders, the monthly fees and apps start adding up and they dont have full control over SEO sometimes due to slower load times. The small business could also further customize parts of the website with AI/code if they have some technical knowledge.
Advantages over shopify or other website builders:
- very fast since Astro ships minimal JS
- full control and fast load speed for SEO
- no platform fees
- full control since you own the code
Not meant for large stores, more for smaller catalogs with lesser product variants.
Would you use something like this over Shopify? What would stop you?
Store Demo: https://store.lck.com.sg
Admin demo: https://store.lck.com.sg/admin
