Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
contentstack avatar

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-workflow

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs2
Last updatedAugust 2, 2026
Repositorycontentstack/kickstart-next-ssr

What it does

Develop server-rendered Next.js applications with Contentstack CMS.

Files

SKILL.mdMarkdownGitHub ↗

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 .env values 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

ScriptPurpose
npm run devNext.js development server
npm run buildProduction build
npm startProduction server (after build)
npm run lintESLint 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.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.