Store (Preview)
This page is wired for easy digital sales later. For now, it shows demo products from a products.json file.
How checkout will work
- Zero-backend option: Use Stripe Payment Links or Gumroad embeds—just paste your link per product.
- Lightweight cart: Later we can switch to Lemon Squeezy or Snipcart without rebuilding the site.
Example: Stripe Payment Link button
<a class="btn btn-primary" href="https://buy.stripe.com/xxxxxx" target="_blank" rel="noopener">Buy now</a>
Example: Gumroad embed
<script src="https://gumroad.com/js/gumroad.js"></script>
<a class="btn btn-primary" href="https://yourname.gumroad.com/l/PRODUCT" data-gumroad-overlay-checkout="true">Buy now</a>