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

@freeive/anti-card

v0.16.0

Published

An anti-card UI library. AI 시대의 ‘카드 안의 카드’ 동질화에 답하는 React + Tailwind UI 시드.

Readme

@freeive/anti-card

랜딩에 최적화된 React UI 라이브러리.

v0.14.0 · Playground → · English


왜 시작했나

AI로 웹 서비스를 만들어 보면 기능은 잘 돌아간다. 그런데 디자인은 어딘가 닮은 화면이 나오곤 한다.

왜일까. 인기 있는 UI 라이브러리들(shadcn/ui, Mantine, MUI, Ant Design, Chakra UI)을 살펴보면 대부분 admin·dashboard에 강점이 있다. Card, Sidebar, DataTable, Form. 이런 도구로 랜딩 화면을 만들 때 카드 안에 카드가 쌓이는 그림이 자주 보인다.

그렇다면 랜딩 화면에 좀 더 어울리는, AI가 더 잘 알아듣는 톤의 라이브러리가 따로 있어도 좋지 않을까. 그 가설로 출발한 OSS 프로젝트.

설치

npm install @freeive/anti-card
import { HeroPattern, ListRow, StatList } from "@freeive/anti-card";

Tailwind 기반. dark/light 자동. 타이포 토큰 12개. 현재 컴포넌트 70개. 각 컴포넌트의 시각 미리보기·props·사용 예는 Playground에 있다.

설계 원칙

  1. 카드 박스 최소한으로 위계를 만들 수 있을까, 라는 질문에 다섯 가지 관찰을 모아 본 것.
  2. 비개발자도 UI에 대한 선택이 명확해야 한다. 풀이는 사이트로.

5 Principles →

Playground

npm run dev:play   # http://localhost:5174

각 컴포넌트마다 디자인 / 프롬프트 / HTML / CSS / JS / React 6탭. 프롬프트 탭 텍스트는 Claude/Cursor에 복사해 같은 톤의 코드를 받아볼 수 있다.

Status

0.x 베타. 시각과 기능을 안정화하는 단계. 1.0.0에서 API 동결과 npm publish 예정. 자세한 정책: docs/VERSIONING.md.

활용 사례

freeive.com이 첫 dogfooding. 메인·Heritage·Lab·Talk 4개 페이지가 모두 anti-card 컴포넌트로 만들어져 있다.

개발 (contributors)

git clone https://github.com/kimminchul/anticard.git
cd anticard
npm install --legacy-peer-deps

npm run dev:play   # vite playground
npm run dev        # tsup watch
npm run sync       # ../new-freeive에 sync

브랜치

  • main: 안정. push 시 GitHub Actions가 Pages 자동 배포.
  • develop: 작업. 안정화 후 main merge.

Acknowledgements

License

MIT © Kim Min Chul (Freeive)