What problem does it solve?
This Skill turns structured JSON specifications into complete Next.js applications, reducing the manual work of building routes, layouts, metadata, and server-rendered pages by hand.
Core Features & Use Cases
- Full app generation: Define routes, layouts, pages, and metadata in a single NextAppSpec.
- Server-side rendering: Use createNextApp to resolve route matching, metadata, and data loaders on the server before hydration.
- Navigation and app structure: Support dynamic routes, catch-all routes, optional catch-all routes, Slot-based layouts, and built-in Link navigation.
- Use case: Generate a documentation site, dashboard, or multi-page product experience from one JSON-driven application spec.
Quick Start
Create a NextAppSpec for your app, connect it to createNextApp and NextAppProvider, and render the generated Next.js pages with your registry and handlers.