
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
code-kickstart
Advanced tools
A CLI generator for bootstrapping projects with Next.js, Shadcn/ui, and AI examples
A CLI generator for bootstrapping modern web projects with Next.js, Shadcn/ui, and AI examples. Perfect for getting started quickly with Claude Code!
# Install globally
npm install -g code-kickstart
# Create a new project (interactive)
code-kickstart
# Or use direct commands
code-kickstart init my-app # Simple starter
code-kickstart ai my-ai-app # AI-powered app
Perfect for beginners learning Claude Code:
Advanced examples with AI capabilities:
code-kickstart
Guides you through project name and template selection.
code-kickstart init <project-name> # Simple starter
code-kickstart ai <project-name> # AI examples
code-kickstart help # Show help
.env.local
in your project:
echo "OPENAI_API_KEY=your-key-here" > .env.local
npm run dev
code-kickstart init my-blog
cd my-blog
npm run dev
code-kickstart ai my-ai-app
cd my-ai-app
echo "OPENAI_API_KEY=sk-..." > .env.local
npm run dev
Both templates include:
AI template additionally includes:
This tool is designed for learning and rapid prototyping. Feel free to fork and customize for your needs!
Private - All rights reserved
FAQs
A CLI generator for bootstrapping projects with Next.js, Shadcn/ui, and AI examples
The npm package code-kickstart receives a total of 8 weekly downloads. As such, code-kickstart popularity was classified as not popular.
We found that code-kickstart 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.