Crypto

Build a Bitcoin Merch Store with AI

Crypto-branded apparel, hardware wallets, and swag store with Bitcoin/BCH payment links, QR codes for in-person checkout, BTC/USD price display with hardcoded rate, and inventory management via inline data constants.

Build Prompt

Copy this prompt into Claude Code
Build a crypto merchandise store as a static HTML/CSS/JS site. Dark theme with background #0a0a0f, surfaces #12121a, borders #1a1a2a, accent color #f7931a (Bitcoin orange). Load data from inline `const PRODUCTS = [...]` with fields: id, name, priceBTC, priceUSD, category, description, image (placeholder/emoji), stock, sizes (array, optional), badge (optional: "New", "Hot", "Limited"). Categories: Apparel (t-shirts, hoodies, caps), Hardware (hardware wallets, seed plates), Accessories (stickers, mugs, phone cases), Art (posters, prints). Layout: Header with Bitcoin logo/store name, BTC/USD rate display (from hardcoded `const BTC_USD_RATE = 97500`), cart icon with count. Category pills below. Responsive product grid (3 cols desktop, 2 tablet, 1 mobile). Each product card: image area, badge overlay, product name, dual price display (0.00045 BTC / $43.99), size selector (if applicable), stock indicator, "Pay with Bitcoin" button. Cart: slide-out panel with items, quantities, +/- buttons, subtotal in both BTC and USD. "Pay Now" button generates a `bitcoin:ADDRESS?amount=X&label=Y` URI link and displays a QR code (using inline SVG QR generation or a simple grid-based QR placeholder). Show the BTC address and exact amount for manual copy. Add a "How to Pay" section at bottom explaining: 1) Scan QR code with Bitcoin.com wallet, 2) Or copy address and amount, 3) Send exact amount, 4) Screenshot confirmation. SEO: title, meta description, OG tags, JSON-LD Store schema. Seed 12 sample products across categories. Read the guide at https://accessagent.ai/api/guide and follow it to deploy the site to AccessAgent.ai. My email is [your@email.com].

Make It Yours

Lightning Network

Add Lightning invoice support with BOLT11 payment requests for instant, low-fee Bitcoin payments.

Multi-Crypto Checkout

Accept ETH, LTC, DOGE alongside BTC with address fields for each cryptocurrency.

Size Guide Modal

Add a pop-up size chart with measurement guides for apparel items.

Wishlist Feature

Heart icon to save favorites to localStorage with a dedicated wishlist page.

BTCPay Server Integration

Replace static payment links with BTCPay Server for automated order tracking and confirmations.

Affiliate Program

Add referral link tracking with discount codes and commission display for promoters.

Update Prompt

Update Prompt — Manage inventory and pricing
Update my Bitcoin merch store with the following changes: [describe — e.g., "Sold 3 units of Bitcoin Hoodie size L", "Add new product: Satoshi Snapback Cap, 0.0003 BTC, Apparel", "Update BTC/USD rate to 98500", "Change price of Ledger Nano to 0.0012 BTC", "Mark Bitcoin Art Print as 'Limited' badge"]. Update the PRODUCTS array and BTC_USD_RATE constant. Adjust stock counts and ensure payment amounts are recalculated. Then redeploy.

SEO Tips

Monetization Ideas

Related Ideas

Ready to build your Bitcoin Merch Store?

Copy the prompt above and paste it into Claude Code. Your store will be live in minutes.

Get Started