NestForge Documentation (Astro)
- Documentation
- Astro
- Starlight
- MDX
- CI/CD
- Technical Writing

A high-performance documentation engine built with Astro and Starlight, featuring automated versioning, semantic releases, and comprehensive guides for the NestForge ecosystem.
Challenge
Building a complex framework like NestForge is only half the battle; without clear, searchable, and versioned documentation, adoption is impossible. The challenge was to create a site serving both high-level application developers and low-level framework contributors without becoming a cluttered mess.
Solution
I implemented Astro Starlight to provide a lightning-fast, SEO-optimized documentation portal. I integrated Semantic Release with Conventional Commits to automate the changelog and versioning process, ensuring the docs are always in sync with the latest crate releases. The site uses MDX to allow for interactive components within technical guides.



| Features |
|---|
| Multi-audience content strategy (Application Teams vs. Framework Contributors) |
| Fully automated deployment and versioning via Semantic Release |
| Searchable technical guides covering GraphQL, gRPC, and Microservices |
| MDX support for runnable examples and interactive architectural diagrams |
| Strict CI/CD validation using astro check to ensure zero broken links |
| Responsive sidebar navigation configured via astro.config.mjs |
| Tech Stack | Astro, Starlight, MDX, TypeScript, Yarn, Semantic Release |
|---|

