
Security News
152 Chrome Live Wallpaper Extensions Hid Ad Tracking and Faked Google Search Traffic
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.
kickstart-next
Advanced tools
A modern Next.js boilerplate with TypeScript, TailwindCSS, and i18n support
A modern, feature-rich Next.js boilerplate with best practices and a clean architectural approach. Get your Next.js project up and running in seconds!
Create a new Next.js project with one command:
npx kickstart-next my-next-app
Then follow the on-screen instructions to get started. The CLI will:
my-next-app/
├── .husky/ # Git hooks
├── .vscode/ # VS Code settings
├── public/ # Static assets
├── scripts/ # Build and utility scripts
├── src/
│ ├── app/ # Next.js app router
│ ├── assets/ # Asset files (SVG, images)
│ ├── components/ # React components
│ │ ├── common/ # Common components
│ │ ├── providers/ # Context providers
│ │ └── ui/ # UI components
│ ├── hooks/ # Custom React hooks
│ ├── lib/ # Core libraries
│ ├── locales/ # Translation files
│ ├── services/ # API services
│ ├── store/ # Global state management
│ ├── styles/ # Global styles
│ └── types/ # TypeScript type definitions
├── middleware.ts # Next.js middleware
├── next.config.mjs # Next.js configuration
├── eslint.config.mjs # ESLint configuration
├── postcss.config.mjs # PostCSS configuration
├── prettier.config.js # Prettier configuration
└── tsconfig.json # TypeScript configuration
Once your project is created, you can run the following commands in your project directory:
yarn dev - Start development serveryarn dev:clean - Start with clean cacheyarn dev:inspect - Start with Node inspectoryarn dev:profile - Start with profiling enabledyarn dev:verbose - Start with verbose loggingyarn lint - Run ESLintyarn lint:fix - Fix ESLint issuesyarn format - Format code with Prettieryarn type:check - Check TypeScript typesyarn check-all - Run all quality checksyarn fix-all - Fix all quality issuesyarn i18n:audit - Check translation filesyarn i18n:extract - Extract translation keysyarn i18n:missing - Show missing translationsyarn i18n:validate - Validate translation structureThe template includes preconfigured settings for:
Comprehensive documentation is available in the project:
The KickStart Next CLI supports several options:
npx kickstart-next my-next-app [options]
Options:
--verbose - Show detailed logs during creation--no-git - Skip git repository initialization--package-manager=<yarn|npm|pnpm> - Specify package managerFor more information, see the NPX Guide.
MIT
FAQs
A modern Next.js boilerplate with TypeScript, TailwindCSS, and i18n support
We found that kickstart-next demonstrated a not healthy version release cadence and project activity because the last version was released 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
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.

Company News
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.