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

v420

v1.0.1

Published

CLI to generate Nuxt projects with v420 template

Readme

v4.20_cover_image

🚀 v4.20: The Ultimate Nuxt 4 Starter Template

Minimal, blazing fast, and designed with developers in mind. Your go-to starting point for modern web projects.

🎯 Our Goal: Keep your project starts simple and direct, always using the latest from Nuxt. No complexity, just clean code and modern tools to get you building faster.

🔥 Perfect for any scale: Whether you scale your project to enterprise level or keep it simple - it will always be perfect and production-ready.

🛠️ Built with cutting-edge technologies

  • Nuxt 4 - Powerful, streamlined development framework
  • Nuxt UI - Beautiful, customizable UI components
  • Nuxt Image - Optimized images with built-in resizer and 20+ provider support
  • Pinia - Simple and intuitive state management
  • Tailwind CSS - Utility-first CSS framework

Get started today and build faster, smarter, and better!

✨ Features

  • 🎯 Nuxt 4 - Latest version with enhanced performance
  • 🗄️ Pinia - Modern state management
  • 🎨 Tailwind CSS - Utility-first styling
  • 🖼️ Nuxt Image - Optimized images with automatic resizing and modern format support
  • 🌙 Dark mode - Light/dark theme switching
  • 🎨 Color themes - Customizable primary colors
  • 📱 Responsive - Mobile-first design
  • 🔍 SEO ready - Optimized meta tags

🚀 Quick Start

📋 Prerequisites

  • Node.js (≥ 18.x)
  • Bun (recommended) or npm/yarn
  • git (required if you use the CLI generator)

⚡ Installation

# Clone the repository
git clone https://github.com/{username}/v420.git
cd v420

# Install dependencies
bun i

🧰 CLI (project generator)

This repo ships a v420 CLI that clones the template repo into a new folder and then updates your theme colors.

Usage

v420 my-app

Optional:

v420 my-app --repo https://github.com/cesswhite/v420.git --branch main
v420 my-app --keep-git

Environment overrides:

V420_TEMPLATE_REPO=https://github.com/cesswhite/v420.git V420_TEMPLATE_BRANCH=main v420 my-app

🛠️ Development

# Start development server
bun dev

# Your app will be running at http://localhost:3000

📦 Production Build

# Build for production
bun build

# Deploy the generated files to your hosting service

📁 Project Structure

app/
├── components/     # Vue components
├── layouts/        # Layout templates
├── pages/          # App routes
├── stores/         # Pinia stores
└── assets/css/     # Global styles

🎯 Key Components

  • 🎨 Theme Switcher - Dark/light mode toggle
  • 🌈 Color Picker - Primary color customization
  • 📱 Responsive Layout - Mobile-first design

🔧 Pinia SSR Configuration

This template includes a pre-configured Pinia store with SSR hydration support:

  • Hydration Strategy: Ignores initial state and reads values from browser (localStorage)
  • SSR Compatibility: Properly handles server-side rendering with client-side state
  • TypeScript Note: Uses @ts-expect-error due to Pinia type system limitation

📚 Learn more: Pinia SSR Documentation

🤝 Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.

📄 License

MIT License - feel free to use this project however you'd like!