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

@alloysforge/kairo-88

v0.3.0

Published

Kairo 88 design system: Japanese 80s product aesthetic for Forge projects.

Readme

Kairo 88 Design System

Kairo 88 is a design system for digital products with a Japanese 80s aesthetic: precise, nocturnal, editorial, tactile interfaces inspired by city pop, consumer electronics, arcades, urban signage, and CRT displays.

The goal is not to turn every app into decorative nostalgia. The system should be useful first and memorable second: high readability, predictable components, consistent tokens, and visual details that create identity without getting in the way of daily use.

Core Idea

A modern product with the soul of an 80s Japanese electronic panel.

Users should feel that they are using a reliable, fast, beautiful tool with subtle period cues: neon contrast over an urban night base, fine lines, rigid grids, microtextures, technical typography, luminous states, and a palette that mixes paper, ink, glass, metal, and light.

Principles

  1. Signal before ornament Every color, border, shadow, and animation should help readability, hierarchy, or feedback.

  2. Grid as rhythm Layouts use strong alignment, predictable spacing, and controlled density. The reference is editorial and industrial, not decorative landing-page composition.

  3. Nostalgia with precision The aesthetic comes from materials, light, typography, and proportion. Avoid decorative kanji, tourist cliches, or cultural elements without purpose.

  4. Urban night, clear paper The system starts with an expressive dark mode and an editorial light mode. Both share the same tokens instead of becoming separate systems.

  5. Tactile, not heavy Components may evoke buttons, displays, labels, and panels while staying lightweight, responsive, and accessible.

  6. One library, many products The visual signature should survive dashboards, internal tools, websites, games, docs, and mobile apps without requiring a redesign per project.

Project Structure

Storybook

Install dependencies and run:

npm install
npm run build
npm run storybook

Storybook runs at http://localhost:6006 and includes a theme selector for midnight, systems-84, cyberpunk-1984, neko-mirai-84, daylight, arcade, and paper.

Component Gallery

These previews are rendered from the Storybook stories with the kairo-midnight theme.

| Buttons | Form fields and badges | | --- | --- | | Kairo 88 button variants | Kairo 88 form field and status badge components |

| Panel | Data table | | --- | --- | | Kairo 88 signal readout panel | Kairo 88 event queue data table |

Tests

npm test
npm run test:ci

npm test validates TypeScript, tokens, CSS, icons, and stories with Node's native test runner. npm run test:ci runs the suite and also builds Storybook.

Intended Usage

Install the package:

npm install @alloysforge/kairo-88

Consumer projects should import the CSS tokens and set a theme attribute on the root element:

<html data-theme="kairo-midnight">
<html data-theme="systems-84">
<html data-theme="cyberpunk-1984">
<html data-theme="neko-mirai-84">
@import "@alloysforge/kairo-88/styles";

The package exposes a typed contract, tokens, base CSS, and components through adapters without forcing every project to use the same framework.