More Premium Hugo Themes Premium React Themes

Figma Plugin Starter

Figma plugin boilerplate with React, Vite and Reshaped

Figma Plugin Starter

Figma plugin boilerplate with React, Vite and Reshaped

Author Avatar Theme by reshaped-ui
Github Stars Github Stars: 14
Last Commit Last Commit: Jul 24, 2024 -
First Commit Created: Aug 8, 2025 -
Figma Plugin Starter screenshot

Overview

The Figma plugin provides a streamlined approach for developers looking to enhance their design workflow. By allowing customization through a straightforward setup process, users can efficiently build and import plugins tailored to their specific needs. Whether you’re an experienced developer or just getting started, this plugin offers a flexible and user-friendly environment for creating unique design tools.

Features

  • Easy Configuration: Quickly change the plugin name and ID in the manifest.ts file to personalize your plugin.
  • Get Unique ID: Obtain your plugin ID directly from Figma during the creation process to ensure proper integration.
  • Simple Build Process: Use the command yarn && yarn build to compile your plugin easily and get it ready for use.
  • Direct Import: Import your plugin into Figma by simply referencing the generated dist/manifest.json file.
  • Hot-Reloading for Development: The yarn dev command allows for hot-reloading of the plugin UI, enabling real-time updates and testing during development.
  • User-Friendly Setup: Designed for both beginners and experienced developers, simplifying the process of creating Figma plugins.