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

palato

v0.1.6

Published

Wire your personal taste profile into any AI coding agent

Downloads

791

Readme

 ██████╗  █████╗ ██╗      █████╗ ████████╗ ██████╗ 
 ██╔══██╗██╔══██╗██║     ██╔══██╗╚══██╔══╝██╔═══██╗
 ██████╔╝███████║██║     ███████║   ██║   ██║   ██║
 ██╔═══╝ ██╔══██║██║     ██╔══██║   ██║   ██║   ██║
 ██║     ██║  ██║███████╗██║  ██║   ██║   ╚██████╔╝
 ╚═╝     ╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝  ╚═╝    ╚═════╝ 

 wire your taste into every agent

Palato is an agent-agnostic taste profile tool. Capture your design sensibility once — and wire it into every AI coding agent you use so it builds things that feel like you.

Install

npm install palato -D

How it works

Palato drops a PALATO.md into your project — a structured profile of your design sensibilities, cultural references, typography rules, animation preferences, and aesthetic anti-patterns. Each agent gets a copy so it knows what you care about before it writes a single line.

Setup

npx palato init

Detects your installed agents, scaffolds PALATO.md into your project, and wires it into Claude Code, Cursor, Codex, Paper, and Figma automatically.

Filling in your profile

Write it yourself — open PALATO.md and fill in the sections manually.

Answer two questions — run npx palato interview. Answer two open questions about your life and influences, then optionally answer 5 quick design questions. Claude writes your full profile from your answers.

Drop in visual references — run npx palato generate. Paste URLs — portfolio sites, Are.na boards, product pages, image links. Claude analyses the visuals and writes your profile from what it sees.

Both interview and generate require an Anthropic API key. You'll be prompted on first run and it's saved to .env.

Verify

npx palato doctor

MCP server

Add to ~/.claude/settings.json:

{
  "mcpServers": {
    "palato": {
      "command": "npx",
      "args": ["-y", "palato", "server"]
    }
  }
}

| Tool | Description | |------|-------------| | palato_get_profile | Returns your full taste profile | | palato_get_section | Returns a specific section | | palato_update | Appends notes to a section |

Paper

Paper is a connected design canvas — agents read and write directly to your design files, applying your palato profile when generating components.

  1. Download Paper desktop
  2. Run npx palato init and select Paper
  3. Open Paper → Settings → MCP, copy your URL
  4. Open ~/.claude/settings.json and replace REPLACE_WITH_YOUR_PAPER_MCP_URL
  5. Run npx palato doctor to verify

Figma

Figma's MCP is read-only — agents read your styles, variables, and components and apply your palato profile when porting them to code.

  1. Go to figma.com/settings → Personal access tokens → generate a token
  2. Run npx palato init and select Figma
  3. Open ~/.claude/settings.json and replace REPLACE_WITH_YOUR_FIGMA_API_KEY
  4. Run npx palato doctor to verify

Requirements

Node 18+

License

© 2026 Licensed under PolyForm Shield 1.0.0