What problem does it solve?
Eliminates manual, error-prone setup and configuration for modern React web applications by providing a tested, opinionated scaffold and best-practice references for Next.js (App Router), Turborepo monorepos, and icon integration so teams can ship faster and avoid common platform pitfalls.
Core Features & Use Cases
- Scaffolding & Bootstrapping: Automated guidance and scripts to initialize Next.js projects with App Router, TypeScript, Tailwind, and recommended configs.
- Monorepo & Build Optimization: Turborepo patterns, pipeline examples, cache strategies, and CI examples to speed up builds and share packages across apps.
- Server Rendering & Data Patterns: Clear references for RSC, SSR, ISR, caching, data fetching, and error/loading boundaries to implement robust production pages.
- UI Consistency: RemixIcon integration and shared UI package patterns for consistent iconography and component reuse.
- Use Case: Quickly create a multi-app monorepo with a shared UI library and a production-ready Turbo pipeline that builds only changed packages and uses remote caching in CI.
Quick Start
Use the ck:web-frameworks skill to scaffold a Next.js app with App Router, set up a Turborepo monorepo, and integrate RemixIcon for shared UI components.