MasteryBook RAG NowPage MasteryOS Labs March 2026

MasteryBook Integration Design

How RAG, NowPage, MasteryOS, and Labs form one coherent knowledge system

The question: should RAG be standalone, and how does every product in the stack connect?

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.

Layer 1
โœ๏ธ

Create

Expert PDFs, frameworks, recordings, transcripts, methodologies

Layer 2
๐Ÿง 

Extract

MasteryBook โ€” RAG, summaries, insights, Q&A, audio overviews

Layer 3
๐Ÿ“ก

Distribute

NowPage โ€” HC pages, SEO content, lead magnets, public frameworks

Layer 4
๐Ÿ’ฐ

Monetize

MasteryOS โ€” AI assistants, subscriber access, expert platform, Athio JVs

Meta
๐ŸŽ“

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.

MasteryBook
SurrealDB + LangGraph
Esperanto embeddings
Vector similarity search
fn::vector_search() ยท SSE streaming ยท per-chunk embeddings
MasteryOS
OpenAI Assistants v2
Vector Stores (OpenAI-hosted)
Thread-based context
Migrating โ†’ direct completions + OpenRouter per LiteLLM decision
Labs
PHP site (EC2)
No RAG currently
Static curriculum
Could benefit from curriculum Q&A via MasteryBook

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

Not standalone yet. Integrate at the data contract level, not the service level.

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.

1

Expert uploads to MasteryBook

PDF, recording, transcript, or text. MasteryBook extracts: summary, key topics, insights, study materials, audio overview script.

2

Structured output ready

source_guide JSON: {"summary": "...", "key_points": [...], "topics": [...], "insights": [...]}. This is already being generated on every upload.

3

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.

4

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.

5

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 producesHow NowPage uses itOutput
Source summary (1-2 paragraphs)Page hero / intro sectionPublic framework page
Key topics listNav anchors, section headersScannable HC page
Key insights (JSON array)Insight cards / callout boxesLead magnet asset
Audio overview scriptEmbedded audio player on pagePodcast-style content
Study materials (flashcards)Interactive assessment on pageEngagement + lead capture
Source title + expert profileAuthor attribution blockExpert 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.

Layer
What MasteryBook does
What MasteryOS does with it
Auth / SSO
Expert uses MasteryOS account to log into MasteryBook. No separate signup.
MasteryOS = the identity layer. Credential Vault stores API keys. One login for the full expert stack.
Knowledge Base
Expert uploads frameworks, transcripts, playbooks to MasteryBook. Gets extracted + embedded.
MasteryOS AI assistant's RAG context comes from MasteryBook-extracted content. Same source, two interfaces.
AI Assistant Sync
When expert adds new source in MasteryBook, extraction runs automatically.
MasteryOS assistant knowledge base auto-updates. Subscriber gets the latest expert knowledge without expert doing anything extra.
Content Dual-Use
MasteryBook chat generates answers, key insights, summaries for the expert's own use.
Same answers repurposed as "example Q&As" shown to subscribers before they sign up. Social proof + conversion tool.
Studio Outputs
MasteryBook generates reports, slide decks, flashcards from expert's content.
These become MasteryOS downloadable resources. Gated behind subscription tier. Upsell vector.
BYOK Keys
Expert's Gemini/OpenAI/OpenRouter keys stored in Credential Vault.
Both MasteryBook (inference) and MasteryOS (subscriber AI) use the SAME keys from Credential Vault. One key management UI, zero duplication.

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."

1

Expert captures their knowledge

PDFs, recordings, frameworks, SOPs. Drops them into MasteryBook. Takes 30 minutes of setup.

MasteryBook
2

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.

MasteryBook
3

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.

NowPage MasteryBook
4

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.

MasteryOS
5

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.

NowPage MasteryOS Athio
6

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.

Labs

Build Order

Phase 1 โ€” Now

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)
Phase 2 โ€” Labs Launch (April 1)

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
Phase 3 โ€” After Labs Cohort 1

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

Action
1st Order
2nd Order
MasteryBook โ†’ NowPage pipeline live
Expert publishes framework in one click instead of hours of formatting
Every expert's NowPage page = a Reveal demo in the wild. NowPage MCP community grows via organic expert publishing. SEO compounds across all expert domains.
Labs curriculum in MasteryBook
Students can "Ask the Curriculum" for personalized guidance
Students are learning MasteryBook by using it. Their first MasteryBook notebook IS their expert knowledge base. Graduation = launch. Zero gap.
MasteryBook โ†” MasteryOS sync
Expert's AI assistant always has latest knowledge
Subscriber experience improves automatically as expert adds content. Churn reduces. Expert has incentive to keep adding to MasteryBook. Platform gets stickier with use.
BYOK + Credential Vault cross-product
Customer manages one set of AI keys for all products
Credential Vault becomes the network effect. Customer with keys in vault = customer embedded in ecosystem. Every new product is a zero-friction expansion, not a new signup.
Labs graduate โ†’ MasteryOS expert
Graduates are immediately in business, not "looking for next steps"
Labs generates MasteryOS supply. More expert supply โ†’ more Athio JV candidates โ†’ more 60/40 rev share opportunities. Labs is a manufacturing line for the JV pipeline.

The Verdict

MasteryBook is the knowledge extraction engine for the entire ecosystem. Don't standalone RAG. Connect at the content layer. Build the MasteryBook โ†’ NowPage pipeline first โ€” it's the fastest unlock.

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