Turns JSON specifications into complete Next.js applications with routing, layouts, and server-side rendering. You define your app structure as a JSON object with routes, layouts, and metadata, then wire up a catch-all route file and you're running. It handles SSR automatically, includes server-side data loaders, and comes with built-in components like Link and Slot for layout composition. The approach feels a bit like old-school template engines meet modern React, which is either perfect for AI-generated apps or too much abstraction depending on your tolerance for indirection. If you're building tools that generate multi-page sites programmatically, this gives you the full Next.js stack without writing individual page components.
npx skills add https://github.com/vercel-labs/json-render --skill next