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

@a5c-ai/compendium

v0.1.1

Published

The a5c.ai design system — Codex/Steampunk-inspired React components, design tokens, and icons.

Readme

@a5c-ai/compendium

The a5c.ai design system — Codex/Steampunk-inspired React components, design tokens, and icons.

Install

npm install @a5c-ai/compendium

Quick Start

// Import everything (components + tokens + icons + CSS)
import { Button, Toggle, Modal } from '@a5c-ai/compendium';

// Or import specific subpaths for tree-shaking
import { Button, Input, Select } from '@a5c-ai/compendium/react';
import { CodexDocsShell, CodexDashboardShell } from '@a5c-ai/compendium/codex';
import { colors, spacing } from '@a5c-ai/compendium/tokens';
import { LogoWordmark, SealGatePassed } from '@a5c-ai/compendium/icons';

// CSS-only (no JS) — useful for non-React projects
import '@a5c-ai/compendium/css';

Subpath Exports

| Import | Contents | |--------|----------| | @a5c-ai/compendium | Everything: components, tokens, icons, CSS | | @a5c-ai/compendium/react | React components only | | @a5c-ai/compendium/codex | Codex docs/dashboard primitives and their supporting types | | @a5c-ai/compendium/tokens | Design tokens (CSS variables + JS constants) | | @a5c-ai/compendium/icons | SVG icon React components | | @a5c-ai/compendium/css | CSS custom properties, reset, and base typography |

Components

Controls: Button, IconButton, Toggle, Checkbox, RadioGroup, Slider, RangeSlider, Stepper, Input, Textarea, Field, Tag, TagInput, InlineEdit, ColorPicker, Progress, Spinner, Skeleton

Layout: Accordion, Tabs, DataTable, Pagination, Tree, Breadcrumbs, NavItem, Sidebar, SplitPane

Overlays: Tooltip, Popover, Select, Combobox, DropdownMenu, ContextMenu, Modal, Drawer, CommandPalette, ToastProvider/useToasts

Icons: LogoWordmark, LogoMonogram, LogoMonogramDark, SealGatePassed, GlyphDivider, GlyphModeInteractive, GlyphModePlan, GlyphModeYolo, GlyphModeForever, IllustrationConvergenceLoop, IllustrationQualityGates

Development

git clone <repo-url>
cd compendium
npm ci
npm run playwright:install
npm run dev        # Start Storybook on port 6006
npm run build      # Build the library
npm run lint       # TypeScript type check
npm run test       # Run tests
npm run validate   # Full contributor/release validation contract

Contributing

This project uses Changesets for versioning.

npx changeset          # Create a new changeset
npx changeset version  # Apply changesets to bump versions
npm run release        # Publish to npm

Before opening or updating a PR, run npm run validate. This contract covers linting, tests, package build, Storybook build, tarball validation, example-consumer validation, and browser-level accessibility checks.

The release workflow also requires Chromatic. Repository maintainers must configure CHROMATIC_PROJECT_TOKEN for the visual-regression gate.

See docs/validation-contract.md for the full gate matrix and maintainer guidance.

Design Language

Warm vellum grounds vs. violet-black void. Serif display (Cormorant Garamond), serif body (EB Garamond), mono (JetBrains Mono). No emoji. No gradients. Elevation via plate offset shadows.

See the Storybook for the full design token reference and component gallery.

License

MIT — a5c.ai