
Dev Workflow
- 2 installs
- Updated August 2, 2026
- contentstack/kickstart-next-ssr
Develop server-rendered Next.js applications with Contentstack CMS.
About
Server-side rendering starter for Next.js with Contentstack integration. Renders content server-side for dynamic, SEO-friendly Contentstack-powered sites.
- Server-side rendering with Next.js and Contentstack
- Dynamic content rendering on each request
Dev Workflow by the numbers
- 2 all-time installs (skills.sh)
- Ranked #1,862 of 2,245 Frontend Development skills by installs in the Skillselion catalog
- Data as of Aug 3, 2026 (Skillselion catalog sync)
npx skills add https://github.com/contentstack/kickstart-next-ssr --skill dev-workflowAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 2 |
|---|---|
| Last updated | August 2, 2026 |
| Repository | contentstack/kickstart-next-ssr ↗ |
What it does
Develop server-rendered Next.js applications with Contentstack CMS.
Files
Dev workflow – kickstart-next-ssr
When to use
- Cloning the repo and running the app for the first time
- Running build, dev server, or lint
- Knowing what GitHub Actions do (and do not do) for this project
Instructions
Prerequisites
- Node.js and npm (versions aligned with your org; this repo uses Next.js 16 and React 19 per package.json)
- A Contentstack stack, delivery/preview tokens, and
.envvalues as described in README.md
Setup
1. Clone: repository URL is https://github.com/contentstack/kickstart-next-ssr (see package.json repository.url). 2. npm install 3. Copy or create .env / .env.local with the NEXT_PUBLIC_* variables from README.md; never commit secrets. 4. npm run dev — serves the App Router app with hot reload.
Common commands
| Script | Purpose |
|---|---|
npm run dev | Next.js development server |
npm run build | Production build |
npm start | Production server (after build) |
npm run lint | ESLint via next lint |
CI and automation
- .github/workflows/policy-scan.yml — security policy / license checks on PRs (public repo expectations)
- .github/workflows/sca-scan.yml — software composition analysis
- .github/workflows/issues-jira.yml — issue automation
There is no workflow in this repo that runs npm ci, npm run build, or npm run lint by default. Use those commands locally before pushing when you change application code.
Pull requests
Follow your organization’s branch and review rules. Keep changes scoped; update README.md if env vars or setup steps change.