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

made-refine

v0.3.0

Published

Visual CSS editor for React

Downloads

1,033

Readme

handmade

npm version npm downloads

Visual CSS editor for React. Edit styles in the browser, then copy agent-ready edits with component and file context.

Quick start

npx made-refine@latest init

Run this in your project folder. It detects your framework and applies the necessary config changes after your confirmation.

How it works

  1. Start your dev server as usual.
  2. Press Cmd + . (or Ctrl + .) to open the editor right in the browser, on your running app.
  3. Click any element on the page to select it.
  4. Edit visually — adjust layout, spacing, radius, borders, shadows, colors, move elements, and edit text directly from the side panel. Undo anytime with Cmd + Z.
  5. Copy the changes — edits are formatted with the component name, file path, and exact CSS changes so you can paste them straight into Cursor or Claude Code.

Your app keeps running normally. The editor floats on top and never touches your actual styles until you apply the changes through your AI coding agent.

Adding handmade to your project

Setup

  1. Open the terminal in your project folder and run:
    npx made-refine@latest init
  2. Review and confirm the config changes when prompted. That's it — handmade is installed.

Using the editor

  1. Start your dev server and open the app in the browser.
  2. Press Cmd + . on Mac (or Ctrl + . on Windows) to turn on the editor.
  3. Click any element — a text block, a button, an image, anything on the page.
  4. Make your changes using the side panel:
    • Layout — adjust padding, margin, sizing, and flex alignment
    • Colors — change background, text, border, and outline colors
    • Radius — round corners individually or all at once
    • Borders — set style, width, and color per side
    • Shadows — add and layer drop shadows
    • Typography — change font, size, weight, spacing, and alignment
    • Move — drag elements to reposition them
    • Text — press Enter on a text element to edit its content directly
  5. Undo with Cmd + Z.
  6. Click the copy button to grab your edits. Paste them into Cursor or Claude Code — the edit includes the file name and component so the AI knows exactly where to apply it.

License

FSL-1.1-MIT