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

puck-render-config

v0.0.1

Published

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/your-username/vite-shadcn-boilerplate/blob/main/LICENSE)

Readme

Vite Shadcn Boilerplate

GitHub license

Overview

Welcome to the Vite Shadcn Boilerplate! This repository serves as a comprehensive starter template for rapidly setting up a Vite project integrated with Shadcn, React, Tailwind CSS, and TypeScript. With this boilerplate, you can jumpstart your development process, saving valuable time on configuration and setup.

Features

  • Vite: Lightning-fast development server and build tool for modern web development.
  • Shadcn: A powerful state management library for React, ensuring efficient and predictable state handling.
  • React: A popular JavaScript library for building user interfaces.
  • Tailwind CSS: A utility-first CSS framework that provides a set of pre-designed styles for rapid UI development.
  • TypeScript: A superset of JavaScript that adds static types, enhancing code quality and developer productivity.

Getting Started

  1. Fork the Repository: Start by forking this repository to your GitHub account.

  2. Clone the Repository: Clone your forked repository locally using the following command:

    git clone https://github.com/your-username/vite-shadcn-boilerplate.git
  3. Install Dependencies: Navigate to the project directory and install the required dependencies.

    cd vite-shadcn-boilerplate
    npm install
  4. Run the Development Server: Launch the development server to start building your application.

    npm run dev
  5. Build for Production: When you're ready to deploy your application, create a production build.

    npm run build

Included Libraries

  • @radix-ui/react-slot: Component primitives for building unstyled, fully accessible UIs.
  • class-variance-authority: A utility for managing conditional CSS class variations.
  • clsx: A tiny utility for constructing className strings conditionally.
  • lucide-react: A library of simply designed, easily recognizable SVG icons for React.
  • react: The JavaScript library for building user interfaces.
  • react-dom: Entry point for React applications to interact with the DOM.
  • tailwind-merge: Utility functions for merging Tailwind CSS classes.
  • tailwindcss-animate: A plugin for animating Tailwind CSS classes.

Development Tools

  • @typescript-eslint/eslint-plugin: ESLint plugin for TypeScript.
  • @typescript-eslint/parser: TypeScript parser for ESLint.
  • @vitejs/plugin-react: Vite plugin for React.
  • autoprefixer: A PostCSS plugin to parse CSS and add vendor prefixes.
  • eslint: A pluggable linting utility for JavaScript and JSX.
  • eslint-plugin-react-hooks: ESLint plugin for React hooks.
  • eslint-plugin-react-refresh: ESLint plugin for React Refresh.
  • postcss: A tool for transforming styles with JavaScript plugins.
  • tailwindcss: A utility-first CSS framework for rapidly building custom designs.
  • typescript: A superset of JavaScript that adds static types.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contribution

Contributions are welcome! Feel free to open issues or submit pull requests to enhance this boilerplate and make it even more powerful.


Happy coding! 🚀