Shape gradient

Data Flow

Understanding the journey of data—from the moment an author writes a Markdown file to the final optimized rendering on a user's device.
01
Ingestion & Sync
Markdown files are tracked via Git or pushed via the Lumino CLI. Our observer service detects changes and triggers the build pipeline.
CLI
Webhook
Git
GradientGradient
02
AST Transformation
Content is parsed into an Abstract Syntax Tree. Plugins inject metadata, generate anchor links, and highlight code syntax.
MDX
Parsing
GradientGradient
03
Schema Validation
The system verifies internal links, checks image accessibility tags, and ensures all front-matter fields match the required schema.
CLI
Webhook
GradientGradient
04
Static Generation
Optimized React components are hydrated with data and rendered into high-performance HTML/JS bundles for the CDN.
Hydration
Build
GradientGradient
Page BackgroundPage Background