-
-
Landing Page (Choose Parent or Clinic Mode)
-
Form Fill Out
-
Personalized Roadmap Page
-
Click into each bubble for more information
-
Draft emails & letters for IEP requests, referral letters, insurance appeals
-
Scrape Local Regional Centers or Therapy Clinics
-
Chatbot to ask more questions about your child
-
Child Database in Clinic Mode
Inspiration
When one of our teammate's younger brother was diagnosed with Level 2 Autism Spectrum Disorder, the family expected answers — a plan, a next step, a direction. Instead, they were handed a diagnosis and left to figure out the rest alone. Appointments stretched weeks out. Resources were buried behind insurance jargon and specialist waitlists. Nobody guided them through what came next.
That experience became the foundation for Compass. Millions of families face the same wall every year — not because the resources don't exist, but because navigating them is a full-time job nobody signed up for.
Compass exists to change that. In under five minutes, it delivers a personalized care roadmap, actionable next steps, and real local provider connections — meeting families exactly where they are.
What It Does
Compass serves two users simultaneously.
For parents, the flow is simple: complete a short intake describing their child's age, location, diagnosis status, and concerns — by typing or by voice. Compass returns:
- A prioritized care roadmap with urgency-labeled action steps
- Real local providers scraped live from the web, filtered by zip code and insurance
- Ready-to-send advocacy letters (IEP requests, referral letters, insurance appeals)
- A context-aware AI chat assistant that remembers the entire session — no re-explaining required
For clinics and care providers, Compass offers a persistent case management dashboard. Practitioners manage multiple children, each with stored roadmaps, letters, provider results, and full chat history — all backed by a cloud database.
How We Built It
Every technology in our stack is load-bearing. Remove any one of them and a core feature disappears.
Claude (Anthropic) is the AI backbone. A single, carefully engineered prompt generates the full care roadmap and all three advocacy letters in one API call — minimizing latency while maximizing coherence. The roadmap prompt injects the child's complete intake profile and instructs Claude to reason about age-appropriate services, California-specific programs like Early Start and regional centers, and insurance-specific guidance. The chat assistant runs on a scoped system prompt grounded in the child's context, with strict clinical guardrails — Claude navigates, never diagnoses. All calls use claude-sonnet-4-6.
Browserbase + Stagehand handle live provider discovery. Rather than a static database, we deploy a headless browser agent that searches live directories — Psychology Today, Google Maps, and others — filtered by zip code and relevant specialty. Results are parsed, deduplicated, and cleaned before returning. A hardcoded fallback ensures the providers tab is never empty under network failure.
Redis manages two data layers. Provider results are cached by zip code with a 24-hour TTL — repeated searches for the same area return instantly without re-scraping. Chat conversation history is stored per session, giving the assistant persistent memory across the full parent interaction without requiring a login.
PostgreSQL via Supabase backs the clinic dashboard. All child records, roadmaps, letters, and provider results for clinic-mode users are stored as structured and JSONB data — designed for fast inserts and simple queries at hackathon scope.
Flask serves as the backend, using ThreadPoolExecutor to run the Claude API call and the Browserbase scraper in parallel — cutting intake response time roughly in half. Routes are organized as registered blueprints. SQLAlchemy manages the clinic-facing data layer; a lightweight psycopg layer handles parent-mode persistence.
React + Tailwind CSS power the frontend, with React Router for client-side navigation across four pages. The parent dashboard renders four tabs — Roadmap, Letters, Providers, and Chat. Session data lives in the browser for the parent flow; clinic data is fetched from the database on demand.
Challenges We Ran Into
For most of our team, this was a first hackathon. The transition from classroom projects to a live, high-stakes build environment was steep.
Technically, Git conflicts were our most persistent friction — four people pushing code across the same codebase simultaneously taught us more about collaborative engineering in 30 hours than months of solo work. The hardest challenge, though, was the idea itself. Landing on something meaningful, feasible, and worth building — all in the first few hours — required more iteration than we anticipated. Several pivots cost us time we couldn't afford.
But the exhaustion was part of it. We came out the other side with something we're proud of.
Accomplishments We're Proud Of
- A fully integrated, end-to-end working product — intake through roadmap through providers through chat — in under 32 hours
- Every sponsor tool used meaningfully: remove any one and a core feature breaks
- A dual-mode architecture serving both individual parents and clinical teams from a single codebase
- The personal story behind the product, and what it could actually mean for families like ours
What We Learned
How to turn an idea into a working product under pressure. How to divide technical work across a team without stepping on each other. How to make real decisions fast — about scope, about pivots, about what actually matters to build. And how to ship something we're genuinely proud of.
What's Next for Compass
The core infrastructure is in place. The roadmap ahead is clear:
Retention features — progress tracker, therapy journal, appointment prep, and an IEP hub where parents upload documents and Claude explains every section in plain language.
Platform expansion — a verified provider directory with parent reviews, a provider portal where clinics list availability and accept referrals directly, and a parent community connecting families navigating the same diagnoses.
B2B growth — employer benefit packages (1 in 36 children in the US is autistic; every large company has parents navigating this right now), a therapist co-pilot for clinical workflows, and school district API integrations for IEP process management.
The market is real. The need is urgent. And we're just getting started.
Built With
- browserbase
- claude
- cors
- flask
- git
- github
- gunicorn
- javascript
- jsx
- node.js
- postgresql
- psycopg
- python
- python-dotenv
- react
- redis
- sql
- sqlalchemy
- stagehand
- supabase
- tailwind
- threadpoolexecutor
- vite
Log in or sign up for Devpost to join the conversation.