Turn UK school choice
into a calculable path.
27,296 schools, 158 universities, 467 evidence-backed destination edges — unified into a path engine that shows exactly where each school leads and how likely your child is to get there.
Picking a school is 5 disconnected decisions.
One path engine. Every decision on one screen.
Every number below is queried at page-load.
Three lenses on the same decision.
27k+ UK schools · filter by Ofsted, Sixth Form, type, fees, gender, region. Evidence-backed badges, real 2025-26 VAT-inclusive fees.
Browse schools →Sankey pathwaysWatch leavers flow from senior schools into specific universities. Filter to one school and see its destination map, ranked by cumulative student count.
Open pathways →Postcode map97.8% of schools geocoded. Enter your postcode — get Closest 20 within radius, coloured by type, with distance in km.
Try the map →Rankings (中学 + 小学)12 league tables built from DfE Performance, Ofsted, and our destination edges — not scraped from paywalled sources. Every number traceable.
See rankings →From cold start to shortlist in 3 steps.
Age, predicted grades, subject interests, budget range, preferred region, boarding/day. ~60 seconds.
Multi-factor scoring across academic fit, admission feasibility, destination strength, budget, location and family preferences.
Shortlist up to 10 schools, compare side-by-side, download a PDF report for co-parents or consultants.
Free forever. Upgrade only when it pays back.
14-day full refund on Pro and Premium — no questions asked.
- ✓Unlimited AI recommendations
- ✓Unlimited shortlists & children
- ✓Sankey pathway export
- ✓1 PDF report / month
- ✓LLM recommendation explanations
- ✓Unlimited PDF reports
- ✓Priority support (≤24h)
- ✓Vetted consultant intros
Three families. Three different paths.
Synthetic personas using real data from the catalogue · launched April 2026.
Goal: Find a London independent within £35k/yr that has Outstanding Ofsted and a top-30 university destination signal.
Result: Dulwich, KCS Wimbledon, UCS Hampstead all match. Sankey shows 24/180 leavers go to UCL alone.
Read the full journey →Goal: Boarding sixth form within 1 hour from Guildford, Cambridge-leaning Maths cohort, AAA-ish entry.
Result: Charterhouse, Wellington, Marlborough rank highest. Map view shows commute < 60 min.
Read the full journey →Goal: UK universities offering Computer Science where AAB is achievable; rank by tariff.
Result: Manchester, Leeds, Southampton, Lancaster, Sheffield all hit ≤ AAB. Imperial / UCL stretch.
Read the full journey →Quotes synthesised from MVP user-research interviews · names anonymised · representative of feedback patterns.
White-label the path engine.
We expose a structured REST API: schools, destinations, recommendations, Sankey data. Onboard your client list, brand the PDF report, deliver evidence-backed shortlists in minutes — not hours.
- ✓JSON API + Postman collection
- ✓Branded PDF reports with your logo
- ✓Bulk-add families · per-seat pricing
- ✓SLA with priority data updates
GET /api/schools/nearby?postcode=W1J7NL&radius_km=5
{
"origin": { "postcode": "W1J 7NL", "lat": 51.51, "lng": -0.15 },
"match_count": 39,
"schools": [
{
"name": "Westminster School",
"distance_km": 0.98,
"fee_max": 65976,
"ofsted_rating": null,
"has_sixth_form": true,
"school_type": "Independent"
},
...
]
}