


i tried to build an online store without coding using just an ai agent
Wanted to test whether you could build an online store without coding by giving an AI agent a single prompt. It set up Node/Express with MySQL, seeded six candle products ($18 to $42), and produced a storefront pulling inventory from the database.
Cart and checkout writes each order to the database. I confirmed by running a SQL query after a test purchase and the row was there. There's also an admin dashboard for managing products and viewing orders. For this I used MuleRun.
Checkout records the order but doesn't process real payment, so Stripe still needs wiring in. The hosted deploy didn't persist, so I verified everything locally. Seed images were placeholders. Getting a no code ecommerce site with a real backend database from one prompt session exceeded what I expected.