Create Figma plugins
without the hassle
Supports React, Svelte, Vue, and vanilla JS/TS
npm create plugma@latest
Features
Faster development
Accelerates development and improves debugging by eliminating the need to rebuild for every change.
Browser preview
Preview in any browser during development using websockets to pass messages from Figma to the browser.
Built with Vite
Built using Vite, it works seamlessly with most frameworks and offers support for numerous Vite and Rollup plugins.
Commands
Start dev server
plugma dev
Development is faster because it doesn’t require a rebuild for each change.
Preview in any browser
plugma preview
Debug and test across different browsers without having to publish your plugin.
Create a build
plugma build
When you're ready to publish, create a minified version with with everything inlined.
Release to github
plugma release
A built-in command that allows you to keep track of your releases.
What people are saying
Gleb Sabirzyanov
Plugma takes away the pain of setting up a plugin development environment. It's so effortless and requires zero config. Used it for multiple plugins already, I never had such a hassle-free environment before.
Chen Chen
Plugma elevates the developer experience for Figma plugins like never before. With features like HMR and browser preview, it saved me much time on debugging plugin UI.