MasteryBook Integration Design
How RAG, NowPage, MasteryOS, and Labs form one coherent knowledge system
The 4-Layer Knowledge Stack
Every product in the MasteryMade ecosystem maps to exactly one layer. The stack is: an expert creates knowledge, MasteryBook extracts it into structured insights, NowPage distributes it publicly, and MasteryOS monetizes it with paying subscribers. Labs teaches this entire workflow as the curriculum.
Create
Expert PDFs, frameworks, recordings, transcripts, methodologies
Extract
MasteryBook โ RAG, summaries, insights, Q&A, audio overviews
Distribute
NowPage โ HC pages, SEO content, lead magnets, public frameworks
Monetize
MasteryOS โ AI assistants, subscriber access, expert platform, Athio JVs
Teach
Labs โ 90-day curriculum teaching this entire stack to new experts
The Core Insight
One expert uploads their framework once. MasteryBook extracts it โ NowPage publishes the public-facing version โ MasteryOS serves it to paying subscribers via AI โ Labs teaches other experts how to replicate this workflow. The same source document powers all four layers. That's the compounding flywheel.
RAG Architecture: Standalone Service or Embedded?
MasteryBook uses a sophisticated RAG pipeline. The question is whether to extract it as a shared service that MasteryOS, Labs, and others call.
Esperanto embeddings
Vector similarity search
Vector Stores (OpenAI-hosted)
Thread-based context
No RAG currently
Static curriculum
Case FOR Standalone RAG Service
- One ingestion pipeline โ multiple products benefit
- Expert uploads framework once, used everywhere
- Unified embedding model = consistent retrieval
- Token tracking and cost attribution in one place
Case AGAINST Standalone Now
- Each product has different retrieval patterns
- MasteryBook: Q&A chat ยท MasteryOS: expert-subscriber ยท Labs: curriculum
- SurrealDB โ Supabase โ different query interfaces
- Right-size it: don't abstract prematurely
- Content pipeline is already the integration layer
RAG Decision
The integration point is structured content output โ not the RAG service itself. MasteryBook extracts and structures knowledge. That structured output (JSON: summary, key_points, topics, insights) becomes the universal format that every downstream product consumes in its own way. One extraction, multiple uses. No shared service required until you're running RAG for 1,000+ concurrent experts.
MasteryBook ร NowPage
This is the Extract โ Distribute integration. MasteryBook produces structured knowledge. NowPage publishes it as HC pages. The pipeline already exists in Forge's Content Pipeline โ it just needs MasteryBook wired in as a source.
Expert uploads to MasteryBook
PDF, recording, transcript, or text. MasteryBook extracts: summary, key topics, insights, study materials, audio overview script.
Structured output ready
source_guide JSON: {"summary": "...", "key_points": [...], "topics": [...], "insights": [...]}. This is already being generated on every upload.
Expert clicks "Publish to NowPage"
UI action in MasteryBook. Content Pipeline formats the structured output into a branded HC page using the expert's design system and ICP voice/tone settings.
HC page goes live on expert's domain
e.g. align360.asapai.net/framework-name. Becomes a lead magnet. Links back to MasteryOS subscriber page. NowPage page = Reveal demo + top-of-funnel capture.
SEO + lead capture compound
Public HC pages get indexed. Assessment link at bottom ("Which of these frameworks applies to you?") feeds leads into expert's MasteryOS subscriber funnel.
| What MasteryBook produces | How NowPage uses it | Output |
|---|---|---|
| Source summary (1-2 paragraphs) | Page hero / intro section | Public framework page |
| Key topics list | Nav anchors, section headers | Scannable HC page |
| Key insights (JSON array) | Insight cards / callout boxes | Lead magnet asset |
| Audio overview script | Embedded audio player on page | Podcast-style content |
| Study materials (flashcards) | Interactive assessment on page | Engagement + lead capture |
| Source title + expert profile | Author attribution block | Expert brand building |
MasteryBook ร MasteryOS
This is the Extract โ Monetize integration. MasteryBook is the knowledge builder. MasteryOS is where subscribers pay to access an AI-powered version of that expert's knowledge.
The Network Effect
Every expert who uses MasteryBook is simultaneously building their MasteryOS AI assistant. The more they chat with their own content (testing it, refining it), the better their subscriber AI gets. Usage of one product compounds value in the other. This is the flywheel.
Labs: The Meta-Product
Labs (labs.masterymade.com) is not just a course. It IS the productized coaching proof-of-concept. The curriculum teaches experts how to build on this exact stack. Every lesson is delivered using the tools it teaches.
What Labs Teaches
- 64 tools: 32 AI agents + 32 manual techniques
- How to capture and structure expert knowledge
- How to publish frameworks as NowPage pages
- How to set up a MasteryOS expert profile
- How to launch a subscriber AI assistant
- How to run the 14-day monetization sprint
What Labs Produces
- Graduates become MasteryOS experts
- Their Lab work product = their MasteryBook knowledge base
- Their Lab assignments = NowPage lead magnets
- Their Lab final project = live MasteryOS launch
- Day 3 gate: 20 engagements or stop (capital efficiency)
- Post-program: $500/mo community in MasteryOS
Labs ร MasteryBook
The Labs curriculum itself should live in a MasteryBook notebook. Students can "Ask the Curriculum" โ chat with the 64-tool framework to get personalized guidance for their specific use case. This turns static curriculum into a dynamic coaching tool. And it demonstrates exactly what MasteryBook can do for their own expert practice.
Labs ร NowPage
Every Labs assignment that produces publishable content gets pushed to the student's NowPage. Week 2 assignment: "Publish your first framework." The submission IS a live NowPage page. Jason sees the output, students practice the workflow, the page becomes a real lead magnet they keep after graduation.
Labs ร MasteryOS
Labs graduates auto-migrate to MasteryOS. Their Lab profile becomes their expert profile. Their Lab assignments become their first AI assistant training data. Graduation day = launch day. No gap between "finishing the course" and "being in business."
The Productized Coaching Stack (End-to-End)
This is the complete expert journey โ what a Labs graduate does to go from "expert with a methodology" to "running a productized coaching business."
Expert captures their knowledge
PDFs, recordings, frameworks, SOPs. Drops them into MasteryBook. Takes 30 minutes of setup.
MasteryBook extracts and structures everything
RAG pipeline runs: summaries, topics, insights, audio overview, flashcards, study materials. Expert chats with their own knowledge to test and refine it.
Expert publishes one lead magnet
Click "Publish to NowPage." Structured content flows to their expert domain. Assessment link at bottom captures leads. Day 3 gate: 20 engagements.
Expert launches their AI assistant on MasteryOS
MasteryBook knowledge base auto-syncs to MasteryOS AI assistant. Expert sets pricing ($297-2,497/mo). Opens subscriber access. Athio JV structure if applicable.
Funnel runs automatically
NowPage lead magnet โ assessment โ free community ($29-49/mo via NowPage MCP) โ MasteryOS subscriber ($297+/mo) โ Athio JV. Expert adds new content โ MasteryBook updates โ AI gets smarter. Compounds.
Expert becomes a Labs instructor candidate
Successful MasteryOS experts get invited to teach in Labs. Their workflow becomes curriculum. Labs teaches others to replicate their stack. Meta-compounding.
Build Order
Content Pipeline: MasteryBook โ NowPage
- Add "Publish to NowPage" button in MasteryBook UI
- Map source_guide JSON โ HC page template
- Wire to expert's registered NowPage domain
- Assessment link at bottom (auto-generated)
Labs Curriculum in MasteryBook
- Upload Labs 64-tool curriculum to a MasteryBook notebook
- Students access via "Ask the Curriculum" feature
- Assignments auto-publish to student's NowPage domain
- Labs โ MasteryOS migration on graduation day
MasteryBook โ MasteryOS Sync
- MasteryOS SSO login into MasteryBook
- Credential Vault: shared API keys
- MasteryBook source โ MasteryOS assistant knowledge base sync
- Studio outputs as gated MasteryOS resources
2nd Order Effects
The Verdict
The 4-layer stack (Create โ Extract โ Distribute โ Monetize) is the product. Labs teaches it. NowPage publishes it. MasteryOS monetizes it. MasteryBook powers all three. RAG stays embedded in MasteryBook. The integration is content contracts and a publish button โ not a shared service.
Published March 2026 ยท Command Center ยท Ecosystem Vision ยท LiteLLM Analysis