Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Create Next Stack is a website and CLI tool used to easily set up the boilerplate of new Next.js apps.
Create Next Stack Website is the open-source front-end for the create-next-stack CLI, a tool that scaffolds new Next.js apps with a configurable tech stack.
Create Next Stack Website is the user interface for the create-next-stack CLI, hosted at create-next-stack.com and maintained by akd-io. It runs on Next.js with React, TypeScript, Emotion, Chakra UI, React Hook Form, and Framer Motion. The website takes user selections about desired packages and feeds them to the CLI, which produces a new Next.js project with that configuration. This repository only covers the website; issues about the CLI itself are filed in the separate create-next-stack repository.
The project combines a modern React stack with automated code-quality tooling and one-command scripts.
yarn dev for development, yarn build for production builds, and yarn start to run the production server.yarn lint, yarn format, and yarn format:check.prepare lifecycle script and run linting/formatting checks on staged files.This repository is intended for Next.js developers and open-source contributors who want to generate configured starters or improve the create-next-stack ecosystem.
The repository gives you several concrete paths: scaffold apps, study the code, or contribute.
package.json scripts, ESLint/Prettier setup, and GitHub Actions workflow to see how a modern React project is wired together.yarn dev to start the development server, and submit pull requests following the guidelines in the README.