Changelog
Product updates, new features, and API changes.
- NewOrb Platform unified API — Word Orb + Lesson Orb + Quiz Orb + Knowledge Graph under one API key
- NewInteractive API documentation at /docs with curl, JavaScript, and Python examples
- NewCustomer dashboard at /dashboard — real-time usage stats, tier info, and API key management
- NewPlayground at /playground — try all 4 products live with rich rendered results
- NewBatch word lookup endpoint: POST /api/words/batch (up to 50 words per request)
- NewPython SDK (pip install orb-platform) — zero dependencies, Python 3.8+
- NewJavaScript SDK (npm install orb-platform) — full TypeScript definitions
- NewMCP server for Claude, GPT, and other AI agent frameworks
- New20 personalized company demo pages at /for/{company}
- NewSEO foundation: sitemap.xml, robots.txt, JSON-LD structured data, Open Graph tags
- NewKnowledge Graph API — trace connections between words, lessons, and assessments
- NewGET /api/graph/word — find all lessons that teach a specific word
- NewGET /api/graph/lesson — find all vocabulary words in a specific lesson
- Data30,288 word-lesson connections loaded and indexed
- NewQuiz Orb — 21,900 assessment items aligned to lessons through the knowledge graph
- New6 question types: multiple choice, fill-in-the-blank, true/false, matching, ordering, open-ended
- NewGET /api/quiz — get questions by day and track
- NewGET /api/quiz/random — random questions from any day
- NewGET /api/quiz/batch — batch questions with difficulty filtering
- NewLesson Orb — 226,725 structured lesson blocks across 4 tracks, 3 age groups, 10 archetypes
- New5-phase lesson model: hook, story, wonder, action, wisdom
- New10 teaching archetypes: architect, diplomat, empath, explorer, macgyver, provider, rebel, scientist, strategist, survivor
- NewGET /api/lesson — fetch a structured lesson by day, track, age group, and archetype
- NewGET /api/lessons — list all lessons for a track with pagination
- NewGET /api/tracks — list all tracks, phases, age groups
- NewGET /api/archetypes — list all 10 teaching archetypes with descriptions
- New47-language translation support — native script rendering for CJK, Arabic, Hebrew, Thai, Hindi, and more
- New240,000 pronunciation audio files served from R2 via /audio/ routes
- NewAge-calibrated tone definitions: child, teen, adult, elder
- NewEtymology data for word origin tracking
- Data846,000 translations loaded across 47 languages
- ImprovedWord lookup response time < 5ms from Cloudflare edge
- NewWord Orb API — 162,250 English words with definitions, IPA pronunciation, and part of speech
- NewCloudflare Workers + D1 + KV + R2 infrastructure
- NewAPI key authentication with Bearer token and query param support
- New4-tier pricing: Free (50/day), Starter (5K/day), Growth (50K/day), Enterprise (unlimited)
- NewStripe integration for subscription billing
- NewPer-key daily rate limiting with automatic reset
- NewFeedback endpoint for community-driven dictionary improvements