framework

작성자: contentstack

Next.js Pages Router, static props, Tailwind 4, PostCSS, and image configuration for this app.

npx skills add https://github.com/contentstack/kickstart-next-ssg --skill framework

Framework – kickstart-next-ssg

When to use

  • Changing routing, data loading at build time, global styles, or optimized images
  • Clarifying App Router vs this repo’s Pages Router setup

Instructions

Next.js router

  • This project uses the Pages Router under pages/: pages/index.tsx, pages/_app.tsx, pages/_document.tsx.
  • Home page uses getStaticProps to fetch the / page entry at build time via getPage("/") from @/lib/contentstack.
  • Client-only Live Preview wiring (useEffect, ContentstackLivePreview.onEntryChange) lives in the same page component.

Styles

Images

  • next.config.mjs: images.minimumCacheTTL and remotePatterns for Contentstack assets (images.contentstack.io, *-images.contentstack.com, or NEXT_PUBLIC_CONTENTSTACK_IMAGE_HOSTNAME).

Runtime

  • npm run dev / npm run build / npm run start are the supported Next.js workflows (see AGENTS.md).

Not in this repo

  • No app/ directory—do not assume React Server Components or App Router conventions unless you migrate the project.

contentstack의 다른 스킬

brand-kit-assistant
contentstack
Advise users on Contentstack Brand Kit concepts, setup, governance, and on-brand AI generation. Route API-specific tasks to the right Brand Kit capability or…
official
cms-assets
contentstack
Advise developers on organizing, delivering, and transforming assets in Contentstack. Cover folder structure, Image Delivery API transformations, publishing…
official
cms-branches-aliases
contentstack
Advise developers on using Contentstack branches for isolated content development and aliases for zero-downtime content deployments. Cover branch strategy,…
official
cms-data-modeling-best-practices
contentstack
Guide developers to model content in Contentstack using the simplest reusable structure. The skill explains when to use content types, references, global…
official
cms-entries
contentstack
Advise developers on querying, localizing, versioning, publishing, and structuring Contentstack entries for efficient delivery. Focus on CDA usage, reference…
official
cms-environments-publishing
contentstack
Advise developers on configuring environments, publishing content, using delivery and preview tokens, leveraging the Sync API, and understanding CDN and…
official
cms-live-preview-visual-builder-support-assistant
contentstack
Diagnose and guide Contentstack Live Preview and Visual Builder implementations. Trace preview context, identify the broken contract, and recommend the…
official
cms-localization
contentstack
Advise developers on Contentstack localization: language setup, fallback chains, localized vs unlocalized entries, non-localizable fields, and multi-locale…
official