Documentation
1 min read
Platform Architecture
High-level architecture for the Next.js site, content pipeline, metadata extraction, and deployment workflow.
architecture
ci
deployment
Platform stack
The site uses Next.js 15, React 19, TypeScript, Tailwind, MDX, and a generation pipeline that writes content artifacts from metadata and seed definitions.
Delivery model
- Generated MDX is built at deploy time.
- Search index artifacts are written to the public output folder.
- Vercel handles deployment while GitHub Actions validates generation and build health.