
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
A command-line interface for publishing components to Shadcnify registries. Select files from your project and publish them as a registry that can be installed with shadcn/ui.
# Install globally
npm install -g shadcnify
# Or use npx (no installation needed)
npx shadcnify
The CLI automatically downloads the correct binary for your platform (macOS, Linux, or Windows).
# Clone the repo
git clone https://github.com/martinsione/shadcnify.com
cd shadcnify.com/apps/cli
# Install dependencies
bun install
# Run in dev mode
bun run dev
.gitignore)To build the standalone executable for your current platform:
bun run build
This creates a single binary at dist/shadcnify (~66MB) that includes the entire Bun runtime and all dependencies.
Note: Due to OpenTUI's native dependencies, you can only build for your current platform. Cross-compilation is not supported.
API_ENDPOINT - The API endpoint for registry creation
https://shadcnify.com/api/registry (production)http://localhost:3000/api/registryTo use a custom endpoint:
API_ENDPOINT=https://your-domain.com/api/registry ./dist/shadcnify
↑/↓ - Navigate filesSpace - Toggle file selectionEnter - Submit selected filesBackspace - Clear searchType - Search/filter filesCtrl+C - ExitThis project was created using bun create tui. create-tui is the easiest way to get started with OpenTUI.
FAQs
CLI for publishing components to Shadcnify registries
We found that shadcnify 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.