
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
create-next-lite-app
Advanced tools
The easiest way to get started with Next-Lite
create-next-lite-app is a CLI tool that enables you to quickly start building a new Next-Lite application, with everything set up for you. It provides an intuitive, interactive experience to create new projects with zero configuration needed.
You can create a new Next-Lite app in several ways, depending on your preferred package manager:
npx create-next-lite-app my-app
yarn create next-lite-app my-app
pnpm create next-lite-app my-app
# First install flash-install if you don't have it
npm install -g @flash-install/cli
# Then create your app with the --use-flash flag
npx create-next-lite-app my-app --use-flash
Running the command without a project name launches interactive mode:
npx create-next-lite-app
This will guide you through the setup process with prompts for:
create-next-lite-app comes with the following options:
| Option | Description |
|---|---|
--typescript | Initialize as a TypeScript project with proper tsconfig and type definitions |
--use-npm | Use npm as the package manager (default) |
--use-yarn | Use yarn as the package manager for faster installations |
--use-pnpm | Use pnpm as the package manager for efficient disk space usage |
--use-flash | Use flash-install for 10-20x faster dependency installation |
--template <name> | Specify a template for the created project (default, minimal, etc.) |
--example <name> | Create project from an example in the Next-Lite repository |
--skip-install | Skip installing dependencies (useful for CI environments) |
# Create a TypeScript project
npx create-next-lite-app my-app --typescript
# Create a project with yarn
npx create-next-lite-app my-app --use-yarn
# Create a project from an example
npx create-next-lite-app my-app --example with-tailwind
# Create a project with a specific template and skip installation
npx create-next-lite-app my-app --template minimal --skip-install
create-next-lite-app allows you to create a new Next-Lite app within seconds. It includes a number of benefits:
npx create-next-lite-app (with no arguments) launches an interactive experience that guides you through setting up a project.Visit https://github.com/Nom-nom-hub/next-lite-main/wiki to view the full documentation.
We'd love your help improving create-next-lite-app! See our contributing guide to learn about our development process and how to propose bug fixes and improvements.
FAQs
Create Next-Lite apps with one command
We found that create-next-lite-app demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.