/next-kickstart

All-in-one toolkit for full-stack, typesafe applications

Primary LanguageTypeScript

   _   ___      _        _             _   
  | | / (_)    | |      | |           | |  
  | |/ / _  ___| | _____| |_ __ _ _ __| |_ 
  |    \| |/ __| |/ / __| __/ _` | '__| __|
  | |\  \ | (__|   <\__ \ || (_| | |  | |_ 
  \_| \_/_|\___|_|\_\___/\__\__,_|_|   \__|

next-kickstart

All-in-one toolkit for full-stack, typesafe applications.
Building in public. PR's are welcome.

Get started with the Next Kickstart by running npx next-kickstart

PRs-Welcome NPM version Downloads

img

Table of contents

Next Kickstart

Next-Kickstart is an opinionated NextJS 13 (App Router) CLI toolkit that contains everything you need for developing a full-stack applications.

It includes:

Getting Started

To initialize a new next-kickstart application, run any of the following commands and respond to the command prompts:

npm

npx next-kickstart <folder name>

pnpm

pnpm dlx next-kickstart <folder name>

For more advanced usage, check out the docs.