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

@aphrodite-design/aphrodite-agent

v1.0.0-beta.1

Published

Aphrodite — production-grade Korean-first multi-page brand & React component-package generator. The CLI agent.

Readme

Aphrodite — the agent

A CLI agent that generates Korean-first, production-grade multi-page brand sites + a publishable React component package from a single intent string.

npm i -g @aphrodite-design/aphrodite-agent
aphrodite auth set zai              # one-time: paste your z.ai API key
aphrodite create "한식 정기 구독 브랜드 — 모바일 우선, 따뜻한 톤" --pages home,menu,pricing,faq,about

What gets emitted (into your current directory):

  • DESIGN.md — Google Labs alpha-schema design contract with 4 brand variants
  • <page>.html × N — multi-page responsive site
  • tokens.{css,json,figma.json} — design-system handoff
  • components.html + docs/index.html — Storybook-style designer previews
  • react/ — publishable npm package (70 typed components + stories + tokens + workflows)
  • Per-page screenshots at 3 viewports

Requirements

  • Node ≥ 18 (just for the postinstall wrapper)
  • An API key from one of:
    • z.ai (recommended, cheapest, https://zai.com) — ~$0.10 per run
    • Anthropic Claude (claude.ai/settings/keys)
  • macOS (Apple Silicon or Intel). Linux + Windows arriving in 1.0.

Cost

A single aphrodite create run ≈ 8 LLM calls ≈ $0.10 z.ai (with glm-5.1 + glm-4.5-air mix).

What's an "agent" vs a "component library"?

You install Aphrodite once. Then you run it to generate your own brand's design system — your colors, your typography, your components — emitted as a fresh npm package you can publish under your own org via aphrodite publish --rename @yourorg/yourbrand.

This package (@aphrodite-design/aphrodite-agent) is the agent. Your brand is yours.

Status

0.0.0 — name-reservation. Real beta arriving as 1.0.0-beta.1. See roadmap.

License

Apache 2.0.