framework
Installation
SKILL.md
Framework – kickstart-next
When to use
- You are changing Next.js configuration, Tailwind/PostCSS pipeline, or root dependency versions.
- You need to allow new remote image hostnames for
next/image. - You are adjusting npm scripts or verifying how production builds are produced.
Instructions
Package scripts and dependencies
- package.json defines:
dev:next devbuild:next buildstart:next startlint:eslint .
- Major runtime deps: Next.js 16, React 19,
@contentstack/delivery-sdk,@contentstack/live-preview-utils,@timbenniks/contentstack-endpoints,isomorphic-dompurify. - Styling/tooling: Tailwind CSS 4,
@tailwindcss/postcss, TypeScript 5, ESLint 9,eslint-config-next16.