Consumer electronics store with detailed spec comparison tables, multi-cryptocurrency checkout supporting BTC, ETH, and LTC, customer reviews, and inventory management for gadgets, accessories, and tech products.
Build Prompt
Copy this prompt into Claude Code
Build a Bitcoin electronics 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 constants: `const PRODUCTS = [...]`, `const CATEGORIES = [...]`, `const WALLETS = { btc: "...", eth: "...", ltc: "..." }`, `const BTC_USD_RATE = 97500`, `const ETH_USD_RATE = 3200`.
Each product has: id, name, priceBTC, priceUSD, category (Smartphones, Laptops, Audio, Accessories, Smart Home), brand, specs (object: processor, ram, storage, display, battery, etc. — varies by category), rating (1-5), reviewCount, stock, image (emoji), badge ("New", "Sale", "Top Rated"), warranty (string), compareEnabled (boolean).
Layout: Header with store name, search bar, crypto price ticker (BTC + ETH), and cart icon. Below: horizontal category tabs and filter sidebar (desktop) with brand checkboxes, price range, rating filter.
Product grid (3 cols desktop, 2 tablet, 1 mobile): Each card shows: product image, brand tag, name, star rating + review count, key specs (2-3 most relevant for category), price in USD with BTC below, stock status, "Add to Cart" and "Compare" checkbox.
Comparison feature: Fixed bottom bar shows selected items (up to 3) with "Compare Now" button. Comparison view: full-width table with all specs side-by-side, price comparison, and "Buy Best Value" recommendation highlight.
Product detail modal: Full specs table, warranty info, customer reviews (from inline `const REVIEWS = [...]`), and "Add to Cart" with size/variant selector.
Cart and checkout: Slide-out cart with items. Payment step: Choose crypto (BTC, ETH, LTC) from tabs. Show wallet address QR code using Bitcoin.com wallet payment links, amount in selected currency, USD equivalent, and one-click copy. Include "Payment typically confirms in 10-30 minutes" note.
Search: Instant filter by product name, brand, and category as user types. Sort: Price, Rating, Newest, Best Seller.
SEO: title, meta description, OG tags, JSON-LD Store + Product schema. Seed 10 products across 5 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
Price Alerts
Let users set localStorage price drop alerts with visual notification when items go on sale.
Trade-In Calculator
Add trade-in value estimator for old devices with credit applied toward new purchases.
Bundle Deals
Create product bundles (phone + case + charger) with discounted package pricing.
Video Reviews
Embed product review video links with thumbnail previews alongside text reviews.
BTCPay Server
Integrate BTCPay Server for automated payment processing, order tracking, and email confirmations.
Warranty Tracker
Use localStorage to track purchased items and warranty expiration dates with reminders.
Update Prompt
Update Prompt — Manage inventory and pricing
Update my Bitcoin electronics store with the following changes: [describe — e.g., "Sold 5 units of Wireless Earbuds Pro", "Add new product: Smart Watch X, $299, Accessories, specs...", "Update BTC/USD rate to 98500 and ETH/USD to 3300", "Add customer review for Laptop Z: 5 stars, 'Amazing performance'", "Change Smartphone Y price to $699"]. Update PRODUCTS, REVIEWS arrays and rate constants. Adjust stock and recalculate crypto prices. Then redeploy.
SEO Tips
Target "buy electronics with bitcoin", "pay crypto for gadgets", and "bitcoin electronics store" in meta description.
Add JSON-LD Product schema for every item with specs, price, rating, and availability for Google Shopping.
Create "[product] review" pages with detailed specs and comparison to capture model-specific search traffic.
Include a "Bitcoin Payment Guide" explaining crypto checkout to capture "how to buy electronics with crypto" queries.
Add category landing pages with "[category] deals" keywords and curated product lists for category browsing intent.
Monetization Ideas
Direct electronics sales with 20-35% margins on gadgets and accessories with multi-crypto checkout.
Extended warranty upsells ($29-$99) per product with guaranteed replacement or repair terms.
Affiliate commissions from linking to manufacturer sites for products temporarily out of stock.
Offer tech setup and consultation services ($49-$149) for complex products like smart home systems.
Create a "Deal of the Day" section with flash discounts to drive repeat visits and impulse purchases.