Ctrl+K anywhere. Searching and asking are the same act from where the learner sits — they have a question and want it answered — so which one happens is a toggle rather than two destinations to choose between before typing. It opens over whatever is on screen, because a question arrives while you are reading something and having to leave that page to ask is how the question gets dropped. Search keeps its furniture: suggestions, the history of what was asked, and the keys spelled out. Space fills the box with a suggestion rather than following it, so a near-miss is edited instead of retyped. AI Mode drops all of that — a list of half-remembered searches is not help while writing a question — and gains a clear button and a submit arrow. Submitting in AI Mode does not show results. It hands the question to the conversation at /ai?ask=, which is where the follow-up will be asked from anyway. The header's search box becomes the door to it rather than a second box beside it: two fields that do nearly the same thing is how people learn to trust neither. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TqXevQJhxFrM7jJg82cgZN |
||
|---|---|---|
| .. | ||
| quiz-revamp | ||
| adaptive-sessions.md | ||
| api-reference.md | ||
| architecture.md | ||
| deployment.md | ||
| frontend.md | ||
| migrations.md | ||
| quiz-revamp-plan.md | ||
| quiz-revamp-progress.md | ||
| README.md | ||
| services.md | ||
| study-recommendations.md | ||
| tied-conditions.md | ||
| TODO.md | ||
PedsHub Documentation
Deep technical documentation for the PedsHub pediatric learning platform.
Pages
| Document | Description |
|---|---|
| Architecture | System overview, database schema, multi-worker setup, vector search, auth, rate limiting, concurrent quiz protection |
| API Reference | Every endpoint: method, path, auth, request/response, notes |
| Services | Backend service layer: AI extraction, embedding, vector search, PDF processing, email, reminders |
| Frontend | React app structure, pages, components, state patterns, runtime config |
| Deployment | Docker setup, environment variables, HTTPS, rebuilding, monitoring, troubleshooting, scaling |
| Adaptive sessions | What the Adaptive toggle selects, where the code is, and what it deliberately ignores |
| Study recommendations | How focus areas are ranked and what readiness means |
Quick Links
- Main README: ../README.md
- Backend .env template: ../backend/.env.example
- Docker Compose: ../docker-compose.yml