Skip to main content
Our new developer certification is live!
next.svg
1 min read

Get up and running with Contentstack and Next in minutes. This kickstart is the minimum amount of code needed to connect Next to Contentstack. It includes SDK initialization, live preview configuration, and Visual Builder setup out of the box.

The project connects to a seeded Contentstack stack that includes a sample content type and entry. Open the CMS, edit content, and watch your changes appear instantly through live preview, or drag and drop components using Visual Builder.

Seed this Kickstart stack with the CLI when you already have the codebase:

csdx cm:stacks:seed --repo "contentstack/kickstart-stack-seed" --org "<YOUR_ORG_ID>" -n "Kickstart"

Or do a full install and seed with the command below and choose Kickstart Next:

csdx cm:bootstrap