npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

vinext-stack

v1.1.2

Published

CLI para crear proyectos Vinext con configuración predeterminada.

Readme



🇺🇸 English Documentation

create-vinext-stack is a powerful, beautifully crafted CLI tool designed to help you generate Vinext projects instantly. Forget about complex and repetitive configurations; this CLI interactively guides you to pick your preferred styling, native Shadcn UI components, and routing patterns. The result is a fully tailored, modern architecture ready to be deployed.

✨ Key Features

  • 🌐 10 Languages Supported: Fully localized CLI for English, Spanish, Portuguese, French, German, Italian, Japanese, Korean, and Chinese (Simplified & Traditional).
  • 🎨 Native Shadcn UI Integration: Choose between standard CSS or automatic Shadcn installation with premium pre-designed templates (Hello World, Blog, Store).
  • ⚡ Two Creation Modes:
    • Cloudflare Ready: Automatically wraps around official Next.js scaffolds and prepares the project for Cloudflare using vinext init.
    • Custom Vinext Scaffold: A faster, lightweight custom solution.
  • 💾 Smart Memory: Automatically remembers your previous configurations (~/.vinext-config.json) so you can skip the questionnaire next time.

📦 Quick Start

Initialize your new project globally using your favorite package manager:

```bash bun create vinext-stack ```

You can also use: ```bash npx create-vinext-stack@latest

or

pnpm create vinext-stack@latest

or

yarn create vinext-stack ```

🛠️ Development & Publishing

If you want to contribute, build from source, or publish to NPM:

```bash

1. Install dependencies

bun install

2. Run the CLI locally

bun run dev

3. Format, lint, and build the code

bun run format bun run lint bun run build

4. Deploy and Publish to NPM

This command will build the project and securely prompt you for your OTP

bun run deploy ```


🇪🇸 Documentación en Español

create-vinext-stack es una potente herramienta de línea de comandos (CLI) con un diseño impecable, creada para ayudarte a generar proyectos Vinext al instante. Olvídate de configuraciones aburridas y repetitivas; este CLI te guía interactivamente para elegir tu estilo preferido, componentes nativos de Shadcn UI y la lógica de enrutamiento necesaria. El resultado es una arquitectura a medida, moderna y lista para ser desplegada automáticamente.

✨ Características Principales

  • 🌐 10 Idiomas Soportados: CLI totalmente localizado al Inglés, Español, Portugués, Francés, Alemán, Italiano, Japonés, Coreano y Chino (Simplificado y Tradicional).
  • 🎨 Integración Nativa con Shadcn UI: Elige entre código estándar o instalación automática de Shadcn con increíbles plantillas premium pre-diseñadas (Hola Mundo, Blog, Tienda).
  • ⚡ Dos Modos de Creación:
    • Cloudflare Ready: Envuelve automáticamente los scaffolds oficiales de Next.js y prepara el proyecto para Cloudflare usando la orden vinext init.
    • Custom Vinext Scaffold: Una solución base personalizada, mucho más rápida y ligera.
  • 💾 Memoria Inteligente: Recuerda automáticamente tus configuraciones previas (~/.vinext-config.json) para que el CLI cree tu proyecto la próxima vez sin tener que preguntar de nuevo.

📦 Inicio Rápido

Ejecuta el CLI de forma global usando tu gestor de paquetes favorito:

```bash bun create vinext-stack ```

También puedes usar: ```bash npx create-vinext-stack@latest

o

pnpm create vinext-stack@latest

o

yarn create vinext-stack ```

🛠️ Desarrollo y Publicación

Si quieres contribuir, compilar desde el código fuente propio, o publicar a NPM:

```bash

1. Instalar dependencias

bun install

2. Ejecutar el CLI localmente en modo desarrollo

bun run dev

3. Formatear, revisar y compilar el código

bun run format bun run lint bun run build

4. Desplegar y Publicar a NPM

Comando inteligente que compila y te pide tu código OTP de forma segura antes de publicar

bun run deploy ```