Build an Online Store Without Coding: A Candle Brand Example
Store builders charge transaction fees on top of monthly rent. Describe your product catalog and checkout flow to an AI coding agent and get a real store with Stripe payments.
Say you make Wick & Lather, a small candle and soap line with 14 scents across two sizes. Right now you're selling through Instagram DMs and a link-in-bio "message me to order" — which works until you have 30 messages in one afternoon, three people asking if lavender is back in stock, and no record of who actually paid.
That's not really a "landing page" problem, it's a store problem: you need a product grid people can browse, a way to pick a scent and size before adding to cart, an actual checkout that takes payment (not "I'll Venmo you"), and inventory that stops selling a scent once it's sold out.
What an actual store needs
A store page is a different piece of software than a booking form, and it needs to handle:
- A product grid with variants. Each candle has a scent (14 options) and a size (8oz/12oz), each combination with its own price and stock count — not one generic "buy now" button per product.
- A real cart, so someone buying three candles and a bar of soap checks out once instead of three separate "order inquiries."
- Actual payment, not a contact form. A Stripe-connected checkout means the money is captured immediately and you get a real order record.
- Inventory that reacts. When lavender 12oz sells out, the option should grey out or say "sold out" automatically — not require you to notice and manually edit a page.
- Product photography that does the selling. Since customers can't hold the candle, the grid needs to support multiple photos per product (label shot, lit shot, size comparison) — this matters more for handmade goods than almost anything else on the page.
A generic "6 product cards with an inquiry form" page — which is what most quick store builders default to — skips almost all of this.
Connect the Claude or Codex you already pay for — the rest runs on workers that cost a fraction.
Download meshcode →Describe it, don't configure it
Open meshcode, switch to flow mode, and describe the actual catalog:
"Build an online store for a candle brand called Wick & Lather. Show a product grid of 14 scents, each with a size selector (8oz $18 / 12oz $26) and 2 photos per product. Add an add-to-cart button, a cart drawer showing items and total, and a checkout button that connects to Stripe. Mark any variant with 0 stock as 'Sold Out' and disable it."
In about 5 minutes you have a store with a working product grid, cart, and checkout — not a mockup you still have to wire payment into.
What it costs
Top up just $1 on Stripe and flow mode can build a store like this immediately. It's pay-as-you-go credit, not a monthly subscription — most store platforms charge $30+/month plus a per-transaction cut on top; this is a one-time cost of less than a candle.
Why so cheap? meshcode runs on a model stack with one of the world's lowest coding token costs, doing the same work at a fraction of premium AI tools' price.
meshcode is in early access. Check the download page for current top-up and pricing.
Who this is for
Anyone selling physical (or print-on-demand) products, not appointments:
- Handmade goods sellers — candles, soap, jewelry, ceramics moving off Instagram DMs
- Print-on-demand and small apparel brands — variant-heavy catalogs (size/color) with per-variant stock
- Boutique and specialty food shops — small SKU counts where a big platform's fees don't pay off
- Anyone testing demand before committing to a full storefront platform
Iterating after launch
Once the store exists, changes stay one sentence away: "add a 'bundle of 3 for $45' option," "show a low-stock badge under 5 units," "add a discount code field at checkout." Because it's real code you own, you can move it to any host and add shipping-rate logic or subscriptions later without renegotiating a platform's pricing tier.
One top-up, one sentence describing your actual catalog, and Wick & Lather — or your shop — has a real store with a cart and checkout, not just a page that says "message me to buy."
👉 Download meshcode — Mac, Windows