React + Vite + Tailwind CSS

Your store.
Your code.

Full source access. Edit in the browser, preview live, deploy to 300+ edge locations in one click.

Shoppex theme code editor with file tree and syntax highlighting

CODE EDITOR

Full code access

The built-in editor runs Monaco — the same engine as VS Code. Open any file in your theme, edit it directly, and see changes reflected instantly in the live preview panel.

  • Monaco Editor (VS Code engine)
  • Live preview with hot reload
  • Full file tree navigation
  • TypeScript syntax highlighting
  • Deploy button in the toolbar
ProductCard.tsx
1// ProductCard.tsx
2
3import { formatPrice } from '@/lib/pricing'
4
5export function ProductCard({ product }) {
6 return (
7 <div className="product-card">
8 <h3>{product.title}</h3>
9 <span className="price">
10 {formatPrice(product.price)}
11 </span>
12 <button onClick={() => shoppex.addToCart(product.id)}>
13 Add to cart
14 </button>
15 </div>
16 )
17}

Deploy pipeline

01Save code
02Build with Vite
03Upload to Cloudflare R2
04Purge CDN cache
05Live globally

EDGE DELIVERY

Deploy to 300+ edge locations

Every deploy runs through Cloudflare Workers. Static assets land in R2 with permanent cache headers — hashed filenames mean zero-TTL cache invalidation issues. HTML updates purge instantly, so your changes are live everywhere in seconds.

  • Cloudflare Workers runtime
  • R2 storage for all static assets
  • Permanent caching for hashed assets
  • Instant HTML updates via cache purge
  • Custom domains with auto-SSL

SDK

One script tag. Full commerce API.

<script src="https://cdn.shoppex.io/sdk/v1/shoppex.min.js"></script>
Cart & CheckoutProduct SearchAffiliate TrackingCoupon ValidationCustomer ReviewsAnalytics

ADD-ONS

Zero-code storefront addons

Drop reusable UI blocks into any theme slot. No code changes needed.

mystore.shoppex.io
🔥 Free shipping on orders over $50 — limited time
⏱ Flash sale ends in
02h14m37s
🛍️
Someone in Berlinpurchased React Masterclass2 min ago
YOUR DISCOUNT10% OFF
WELCOME10Copy

Build your storefront today

Get started