A Figma plugin that transforms your designs into ready-to-deploy website code and provides one-click publishing with instant online access.
- Convert Figma designs to HTML code with a single click
- One-click publishing to web
- Open source and customizable
- Install the plugin from the Figma Plugin Store
- Select the frames or components you want to convert
- Run the plugin and generate your website code
- Publish directly to the web or export the code for further customization
The plugin generates clean, responsive HTML/CSS code that accurately reflects your Figma design, preserving layout, styling, and interactions.
The project is organized as a monorepo with multiple packages:
plugin-ui
: React components for the plugin interface- Additional packages for code generation and publishing functionality
# Install dependencies
pnpm install
# Start development server
pnpm run dev
This plugin is based on the open-source Figma to Code project by Bernardo Ferrari and is powered by EdgeOne Pages.