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

@noirstack/crypt-brand

v0.1.1

Published

Canonical Crypt brand system for Noir Stack products.

Readme

@noirstack/crypt-brand

Canonical Crypt brand system for the Crypt app, docs, auth flows, social assets, email templates, and future Noir Stack surfaces.

What ships

  • Vector logo sources for the Crypt mark, wordmark, and lockup
  • Generated favicons, PNG app icons, and web manifest assets
  • Shared CSS variables, reset, typography, utilities, themes, and a single crypt.css entrypoint
  • Typed design tokens for colors, spacing, radii, shadows, motion, and typography
  • React logo components for UI reuse
  • Brand metadata and icon manifests for app and site integrations
  • SHA-256 asset signatures and a bundled Noir Stack rights notice
  • Canonical screenshot and social reference assets copied from the repository source PNG set
  • Social cards synchronized from ../src/assets/social

Install

npm install @noirstack/crypt-brand

If the package remains private, consume it through the workspace, GitHub Packages, or another private registry.

Build

npm run build

The build flow:

  1. Copies the supplied repository PNG assets into the package.
  2. Generates favicon and app icon derivatives from the canonical crypt-mark.svg.
  3. Writes SHA-256 signatures for the bundled asset set.
  4. Validates required assets.
  5. Compiles TypeScript and React components into dist/.

Usage

import "@noirstack/crypt-brand/css";
import { CryptLogo, brand, colors } from "@noirstack/crypt-brand";

Next.js metadata

import { appIcons, brand } from "@noirstack/crypt-brand/metadata";

export const metadata = {
  title: brand.productName,
  description: brand.tagline,
  icons: {
    icon: appIcons.favicon,
    apple: appIcons.appleTouch
  }
};

Email or auth screens

Use the shared screenshots in @noirstack/crypt-brand/assets/screens/* and the CSS variables from @noirstack/crypt-brand/css.

Source of truth

  • Logo derivatives are generated from ../src/assets/logos/logo-tansparent.PNG.
  • Additional maintained logo variants are synchronized from ../src/assets/logos.
  • Brand screenshots are synchronized from ../src/assets/png.
  • src/assets/NOTICE.txt and src/assets/SIGNATURES.sha256 are the canonical rights and integrity records for the package asset set.
  • CSS and TS tokens are maintained once inside this package.

© 2026 Noir Stack LLC · Crypt · All Rights Reserved