Technical breakdown, information architecture, messaging strategy, and feature audit. Crawled 26 March 2026. Version 1.16.4.
Homeschool Hive is a US-focused two-sided marketplace connecting home-educating families with community leaders (co-op organisers, activity providers, tutors). Built by Carl VanderLaan, a software engineer and homeschool dad based in Fort Myers, FL. Operated by The Hive Network, LLC.
The platform is a Next.js app with Tailwind CSS, Mapbox for geolocation, Stripe for payments, and PostHog for analytics. It uses a freemium model where the platform is free for both sides, monetising via a 10% platform fee on paid event tickets (passed to the attendee, not the leader). Stripe processing (2.9% + $0.30) sits on top.
Current traction: 11,400+ community events listed, ~1,550 searches/month, 181 visitors/month (self-reported on the for-leaders page). US market only but geo-detects UK visitors (showed "Near Horsham, England" on visit). Spanish language option available.
| Layer | Technology |
|---|---|
| Framework | Next.js (App Router) - confirmed by /_next/static/ asset paths |
| Styling | Tailwind CSS (utility classes on body: bg-gray-50 dark:bg-neutral-950) |
| Maps | Mapbox GL JS (groups and leaders pages, interactive demand heatmap) |
| Payments | Stripe (mentioned in pricing, secure checkout) |
| Analytics | PostHog (us.i.posthog.com), Google Tag Manager, Facebook Pixel |
| Assets CDN | assets.homeschoolhive.co (separate subdomain for static assets) |
| Protocol | HTTP/2 |
| Auth | Email/password + Google, Facebook, Apple OAuth |
| Help/KB | kb.homeschoolhive.co (separate subdomain) |
| Status | status.homeschoolhive.co (separate status page) |
| Merch | merch.homeschoolhive.co (separate store) |
| Versioning | Semver in footer: v1.16.4 (e63d6ed) linked to changelog |
| i18n | English + Español, language selector in footer |
| Theming | Auto / Light / Dark mode toggle in footer |
Observation: 32 external scripts loaded on the homepage. The separate assets CDN suggests either Vercel or a custom deployment with a CDN layer (CloudFront, Cloudflare, etc.). The Mapbox access token is exposed client-side (standard for Mapbox GL JS, but worth noting the account is under "vanluda").
Smart move: The for-leaders page shows live search demand data (1,556 searches in 30 days, 181 visitors) and an interactive Mapbox heatmap of where families are searching. This is a strong supply-side acquisition tactic - showing unmet demand to incentivise leaders to list. Top cities with unmet demand are shown (Fort Myers, Boston, Muskegon) with direct "Start a community here" links pre-populated with city/state params.
Planned Free trials and grace periods
No credit card needed.
Fees added at checkout (attendee pays).
Example on a $20 ticket:
Platform fee (10%): $2.00
Stripe fee: $0.97
Attendee pays: $22.97
Leader receives: $20.00 (full ticket price)
Key insight: The pricing is entirely transaction-based. Leaders never pay anything - the fee is passed to the attendee. This removes all friction from the supply side. The interactive pricing slider on the page lets leaders see exactly what attendees would pay at different price points. Also mentions "scholarship invoicing" as a payment type, suggesting they handle grant/ESA fund payments.
The footer contains a massive internal linking structure. Every US state has a dedicated groups page (/groups/{state}) and popular cities get their own pages (/groups/{state}/{city}). These are tabbed by type: "Homeschool Communities", "Events & Classes", "Co-ops", "Programs". Each state link has varied anchor text (e.g., "Classical groups", "Charlotte Mason groups", "STEM groups", "Play-based groups") - likely rotating descriptors for keyword variation.
The funding map is a standout piece. It covers all 50 states with ESA amounts, voucher programs, tax credits, and federal programs (529, Coverdell, Education Freedom Tax Credit). This is a genuinely useful resource that targets high-intent searches like "does my state pay for homeschooling" or "homeschool ESA {state}". The Letter of Intent generator is similarly targeted at parents just starting their homeschool journey.
Blog posts are well-structured with read times (8-9 min), category tags, and publication dates. Content is educational and question-based, targeting long-tail informational queries.
Nice detail: When a groups search returns zero results, they show two smart CTAs instead of a dead end: a notification signup and a referral/invite prompt. This captures demand signal even when there's no supply, and nudges users to recruit their existing groups onto the platform.
Single-page form. No role selection (parent vs leader) at signup. OAuth options: Google, Facebook, Apple. Legal acceptance is inline (Terms, Privacy, Cookies, Acceptable Use, Refund). Redirect parameter in login URL suggests post-auth routing.
No email verification step visible in the flow. Password validation shown as a real-time checklist. Hidden fields suggest CSRF protection and redirect handling.
Five items: Events | Groups | Resources (mega menu) | About | Sign In / Get Started
This is the most interesting navigation element. It's split into three columns:
The parent/leader split in the mega menu is clean and well-executed. Each item has a title + subtitle description. Free tools are prominently tagged.
Four sections: Explore (7 links), Resources (4 links), Company (5 links), Legal (7 links + CCPA buttons). Plus the programmatic state/city directory with tabbed categories. Language toggle. Theme toggle. Version number linked to changelog.