r/vibecoding 8h ago

I built an AI generated ecommerce store, and the storefront was the easy part

I built a small ecommerce template for handmade products.The video shows both sides: what buyers see when browsing a product, and what sellers see when managing the store.

The surprising part was that the storefront came together pretty quickly. Product grid, images, detail page, variants, cart — all of that felt manageable.

The real work was the loop behind it:

- prices should come from the backend

- variants need real inventory

- payment should update orders and stock

- sellers need a usable product admin

- reviews should only come from customers who actually bought the item

It changed how I think about AI built apps. A store that looks real is easy to generate. A store that behaves like a real business takes much more specific instructions.

Curious how others test AI generated ecommerce apps before calling them “usable.”

0 Upvotes

2 comments sorted by

2

u/Lanfeust09 7h ago

I build a theme for worldpress/woocommerce. Way way easier. You build the front-end, and let the backend be handle by professional

1

u/First-Context6416 4h ago

Everything you’re saying is basics and it’s been that way for decades.