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 🙏

© 2025 – Pkg Stats / Ryan Hefner

ultracite

v6.3.9

Published

The AI-ready formatter that helps you write and generate code faster.

Downloads

528,152

Readme

Ultracite

A highly opinionated, zero-configuration linter and formatter.

Ultracite is a highly opinionated preset for Biome, designed to help you and your AI models write consistent and type-safe code without the hassle of configuration.

Quick Start

Install and initialize Ultracite in your project:

npx ultracite init

That's it! Ultracite will automatically format your code and fix lint issues every time you save. No configuration required.

Key Features

Subsecond Performance

Built in Rust for instant code analysis and processing. On-save checks feel seamless without interrupting your workflow.

🎯 Zero-Config by Design

Preconfigured rules optimized for Next.js, React, and TypeScript projects with sensible defaults. Customize when needed, but it works perfectly out of the box.

🛡️ Maximum Type Safety

Enforces strict type checking and best practices by default, catching type errors and preventing unsafe code patterns before they become problems.

🏗️ Monorepo Ready

Unified toolchain configuration across all packages and apps, eliminating thousands of lines of duplicate config files while maintaining consistency.

🤖 AI-Friendly

Ensures consistent code style and quality across all team members and AI models, eliminating debates over formatting and reducing code review friction. Supports GitHub Copilot, Cursor, Windsurf, Zed, Claude Code, and OpenAI Codex.

🔧 Intuitive and Robust

Automatically reformats code and fixes lint issues on save, with clear error reporting for issues that need manual attention.

How It Works

Once set up, Ultracite runs mostly in the background:

  • Automatic formatting on every save
  • Lint fixes applied automatically when possible
  • Type safety enforced with strict rules
  • Import organization and cleanup
  • Accessibility improvements built-in

Because Biome is extremely fast, even on large projects, running Ultracite's checks is instantaneous and can comfortably run on every save without lag.

Command Line Usage

# Format your code
npx ultracite fix

# Check for lint issues
npx ultracite check

Tests

You can run tests with:

bun test

Check the coverage of the CLI with:

bun test:coverage

Read the docs for detailed setup instructions, configuration options, and examples.

Sponsors

Thank you to all our sponsors!

CodeRabbit

CodeRabbit

CodeRabbit helps you cut code review time & bugs in half. Supercharge your entire team with AI-driven contextual feedback. Supports all languages!