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

create-figdu

v1.0.11

Published

FigDU (Figma Developer Utility) is a zero-config toolkit for building Figma plugins with React, Chakra UI, and optimized tooling.

Readme

FigDU - Figma Developer Utility

FOSSA Status FOSSA Status

FigDU is your all-in-one toolkit for creating powerful Figma plugins made by developers for developers. Build your Figma plugins with ease and stop worrying about configuration files and the odd peculiarities of building for Figma.

With FigDU, you can focus on creating amazing plugins for Figma while we handle the boilerplate, build process, and tooling. Whether you're a seasoned developer or just getting started, FigDU makes Figma plugin development a breeze.


Repository & Website


Quick Start

To create a new FigDU project, run the following command:

npx create-figdu

or

npm create figdu

This will set up a new FigDU project in your current directory with all the necessary files and configurations.


Features

  • Zero-config setup: Start building your Figma plugin immediately without worrying about configuration files.
  • Built-in React support: Build your plugin UI with React, the most popular front-end library.
  • Chakra UI integration: Create beautiful, responsive UIs with Chakra UI's pre-built components.
  • Hot Reload: See your changes in real-time as you develop your plugin.
  • Figma API Helpers: Pre-configured utilities to interact with the Figma API seamlessly.
  • Plugin Manifest Generator: Automatically generate the manifest.json file for your plugin.
  • Optimized Build Process: Production-ready builds with minification and bundling.

Getting Started

  1. Create a new project:

    npx create-figdu
  2. Navigate to your project directory:

    cd your-figdu-project
  3. Build your project:

    • For a one-time build, run:
      npm run build
    • To watch for changes and rebuild automatically, run:
      npm run watch
  4. Open Figma:

    • Go to the Plugins menu in Figma.
    • Select Development > Import plugin from manifest.
    • Choose the manifest.json file in your project directory.
  5. Start coding:

    • Edit the src folder to build your plugin.
    • Use React and Chakra UI to create stunning plugin UIs.
    • FigDU will automatically reload your plugin as you make changes.

Building for Production

When you're ready to ship your plugin, run:

npm run build

This will generate an optimized production build in the dist folder. You can then package and publish your plugin to the Figma Plugin Store.


Why React and Chakra UI?

  • React: A powerful and flexible library for building user interfaces. With React, you can create reusable components and manage state efficiently.
  • Chakra UI: A simple, modular, and accessible component library that provides pre-built, customizable components to speed up your development process.

Together, React and Chakra UI make it easy to build beautiful, responsive, and maintainable UIs for your Figma plugins.


Contributing

We welcome contributions! If you'd like to improve FigDU, please drop an email: [email protected]


License

FigDU is open-source and licensed under the MIT License. See the LICENSE file for more details.


FOSSA Status

Acknowledgments

  • Built with ❤️ in Germany.

Happy plugin building! 🚀