The brand website for Honnibear β cute, honey-toned printable planners, trackers, digital stickers, and custom art commissions.
Live site: add your deployed URL here once live Etsy shop: https://www.etsy.com/shop/Honnibear
website/
βββ index.html # Main site: hero, about, shop, how-it-works
βββ commissions.html # Custom art commissions page + request form
βββ thank-you-planner.html # Post-purchase download page (Planner Set)
βββ thank-you-budget.html # Post-purchase download page (Budget Tracker)
βββ thank-you-meal.html # Post-purchase download page (Meal Planning Set)
βββ thank-you-fitness.html # Post-purchase download page (Fitness Tracker)
βββ thank-you-stickers.html # Post-purchase download page (Sticker Pack)
βββ images/ # Logo + product mockup images
βββ SETUP_GUIDE.md # Full walkthrough: Stripe, file hosting, deployment
Plain HTML, CSS, and vanilla JS β no build step, no framework, no dependencies. Fonts are loaded from Google Fonts (Fredoka, Quicksand, Caveat).
Product purchases go through Stripe Payment Links (no backend required). After payment, customers are redirected to a matching thank-you-*.html page containing their download link.
SETUP_GUIDE.md for the full explanation and the exact steps to wire everything up, including an optional upgrade path (SendOwl) for secure, automated file delivery.
The request form on commissions.html submits via Formspree (free tier, no backend needed). Setup steps are in SETUP_GUIDE.md.
See SETUP_GUIDE.md for the complete step-by-step: creating Stripe Payment Links, hosting product files, configuring the commissions form, and deploying to Netlify/Vercel/GitHub Pages.
Quick version:
- Replace all placeholder text (
STRIPE_LINK_*,ETSY_LINK_*,DOWNLOAD_LINK_*,FORMSPREE_ENDPOINT) with your real URLs - Drag the
websitefolder onto netlify.com (or similar) to deploy - Test a full purchase in Stripe test mode before going live
All Honnibear designs, artwork, and branding are Β© Honnibear. Site code may be reused/modified for your own Honnibear deployment.