Blockchain and cryptocurrency education platform with course catalog, curriculum previews, completion certificates, student testimonials, and Bitcoin/crypto payment for course enrollment.
Build Prompt
Copy this prompt into Claude Code
Build a crypto education course sales platform 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 COURSES = [...]`, `const INSTRUCTORS = [...]`, `const TESTIMONIALS = [...]`, `const BTC_USD_RATE = 97500`.
Each course has: id, title, slug, instructor (id ref), priceUSD, priceBTC, level (Beginner, Intermediate, Advanced), duration (hours), modules (array of {title, lessons: [{title, duration, free: boolean}]}), enrolled (number), rating (1-5), description, outcomes (array of strings), image (emoji), badge ("Bestseller", "New", "Updated"), certificate (boolean).
Layout: Hero with headline "Learn Crypto. Pay Crypto." and subtext. Featured course banner with CTA. Below: filter bar with level pills (All, Beginner, Intermediate, Advanced) and sort (Popular, Newest, Price).
Course grid (3 cols desktop, 2 tablet, 1 mobile): Each card shows: course image, level badge, title, instructor name, rating stars + enrolled count, duration, price in USD + BTC, and "Enroll Now" button.
Course detail modal/section: Full description, learning outcomes (checkmark list), curriculum accordion (expandable modules showing lesson titles and durations, free lessons marked with "Preview" badge), instructor bio with avatar, student testimonials carousel, certificate preview image (styled HTML certificate with student name placeholder), and enrollment CTA with price.
Enrollment flow: "Pay to Enroll" shows payment options — BTC QR code via Bitcoin.com wallet payment links, ETH address, or Coinbase Commerce link. Generate `bitcoin:ADDRESS?amount=X&label=CourseName` URI. After payment note: "Send screenshot of transaction to instructor@email.com to receive course access."
Add a "Why Learn Crypto" section with 3 cards: Career Growth, Financial Literacy, Tech Innovation.
SEO: title, meta description, OG tags, JSON-LD Course schema for each course. Seed 6 courses from 2 instructors.
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
Course Bundles
Offer discounted 3-course or all-access bundles with combined BTC pricing and savings display.
Quiz Previews
Add sample quiz questions from each course to demonstrate content quality and engage visitors.
Progress Tracking
Use localStorage to track which free preview lessons a visitor has watched.
Instructor Live Q&A
Add scheduled live session announcements with countdown timers and topic previews.
NOWPayments Checkout
Use NOWPayments for 100+ cryptocurrency payment options on course enrollment.
Referral Program
Offer 20% commission to students who refer others with trackable coupon codes.
Update Prompt
Update Prompt — Manage courses and enrollment
Update my crypto course platform with the following changes: [describe — e.g., "Update enrolled count for 'Bitcoin Basics' to 1,247", "Add new course: 'DeFi Masterclass', Advanced, 12 hours, $199", "Update BTC/USD rate to 98500", "Add new module to 'Smart Contract Dev': 'Testing with Foundry', 3 lessons", "Update instructor bio for John"]. Update COURSES, INSTRUCTORS arrays and BTC_USD_RATE. Recalculate BTC prices. Then redeploy.
SEO Tips
Target "learn blockchain", "crypto course online", and "bitcoin education" in meta description and page headings.
Add JSON-LD Course schema for each course with instructor, duration, price, and rating for rich search results.
Create free preview content pages for each course to capture "[topic] tutorial" searches and funnel to paid courses.
Include student success stories with "[course name] review" keywords for social proof and search capture.
Add a glossary page with 50+ crypto terms to capture definition-based searches and internal linking.
Monetization Ideas
Direct course sales from $49 to $299 per course with Bitcoin and multi-crypto payment options.
Offer an all-access annual subscription ($499/year) for unlimited course access with crypto billing.
Sell completion certificates as NFTs ($25 mint fee) for verifiable on-chain credentials.
Partner with crypto companies for sponsored course content and job placement referrals.
Create a premium mentorship tier ($999+) with 1-on-1 sessions and portfolio review.