The comprehensive toolkit for developing plugins and widgets for Figma and FigJam
Key features#
- Bootstrap a new plugin/widget from a template
- Bundle and minify your TypeScript or JavaScript code, with sub-second build times made possible by the esbuild compiler
- Write plugin menu commands in separate files, with support for each command having their own UI implementation
- Create a UI for your plugin/widget using a library of Preact components that replicate the Figma/FigJam editor’s UI design, with support for dark mode
- Leverage an extensive set of utility functions, including utilities for passing data between your plugin/widget’s main and UI contexts
Used by designers and developers globally#
What people say about Create Figma Plugin#
Create Figma Plugin is so great. It provides a suite of utilities and Preact components that fit with Figma’s UI, and it gives you a local dev setup with TypeScript and CSS Modules support. Thanks @yuanqinglim for your amazing work 🙏
This was also the first time I used @yuanqinglim’s Create Figma Plugin toolkit and wow – what a comprehensive and thought-out library. Allowed me to have the first prototype up and running in just an hour. A staple for building Figma plugins from now on 😌
If you build plugins for @figma do yourself a favor and start using Create Figma Plugin toolkit by @yuanqinglim!
I know I’m late to this party but I just published my first @figma plugin 🥳 (org-only so can’t share yet). @yuanqinglim’s Create Figma Plugin library made building the UI so easy and helped me focus on the logic instead. Highly recommended!