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

@createsomething/components

v1.0.0

Published

Shared component library for the Create Something ecosystem, embodying canonical design principles

Readme

@create-something/components

Shared component library for the Create Something ecosystem, embodying canonical design principles from Dieter Rams, Mies van der Rohe, and the Bauhaus movement.

Philosophy

This library implements "Weniger, aber besser" (Less, but better) - every component serves a clear purpose with minimal complexity. Components are:

  • Minimal - No decoration, only essential elements
  • Accessible - Semantic HTML, ARIA compliance
  • Performant - Optimized for Cloudflare Workers edge runtime
  • Consistent - Unified design language across all properties

Installation

# Within the monorepo (workspace reference)
pnpm add @create-something/components@workspace:*

# From npm (when published)
pnpm add @create-something/components

Usage

import { SEO, Navigation, Footer } from '@create-something/components';
import { PaperCard } from '@create-something/components/components';
import { completion } from '@create-something/components/utils';
import type { Paper } from '@create-something/components/types';

Components

Core Components

  • SEO - Meta tags, Open Graph, Twitter Cards, Schema.org
  • Navigation - Property-aware navigation with responsive design
  • Footer - Ecosystem footer with cross-property links

Content Components

  • PaperCard - Paper/article card with metadata
  • ArticleHeader - Article hero section
  • ArticleContent - Markdown/HTML content renderer
  • PapersGrid - Responsive grid layout
  • CategorySection - Category filtering
  • RelatedArticles - Context-aware recommendations

Interactive Components

  • HeroSection - Homepage hero
  • ShareButtons - Social sharing
  • TrackedExperimentBadge - Experiment completion tracking

Utilities

  • completion - Experiment completion tracking (localStorage + KV)

Types

  • Paper - Core paper/article interface (38 fields)
  • ExtendedPaper - Extended for executable experiments

Development

# Start component demo
pnpm dev

# Build library
pnpm package

# Type check
pnpm check

# Run tests
pnpm test

Design Principles

All components follow Dieter Rams' 10 Principles of Good Design:

  1. Good design is innovative
  2. Good design makes a product useful
  3. Good design is aesthetic
  4. Good design makes a product understandable
  5. Good design is unobtrusive
  6. Good design is honest
  7. Good design is long-lasting
  8. Good design is thorough down to the last detail
  9. Good design is environmentally friendly
  10. Good design is as little design as possible

License

MIT © Create Something