Skip to content

TencentEdgeOne/figma-to-website

 
 

Repository files navigation

Figma to Website

A Figma plugin that transforms your designs into ready-to-deploy website code and provides one-click publishing with instant online access.

Features

  • Convert Figma designs to HTML code with a single click
  • One-click publishing to web
  • Open source and customizable

Getting Started

  1. Install the plugin from the Figma Plugin Store
  2. Select the frames or components you want to convert
  3. Run the plugin and generate your website code
  4. Publish directly to the web or export the code for further customization

Technology

The plugin generates clean, responsive HTML/CSS code that accurately reflects your Figma design, preserving layout, styling, and interactions.

Project Structure

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

Development

# Install dependencies
pnpm install

# Start development server
pnpm run dev

Credits

This plugin is based on the open-source Figma to Code project by Bernardo Ferrari and is powered by EdgeOne Pages.

About

A Figma plugin that transforms your designs into ready-to-deploy website code and provides one-click publishing with instant online access.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.7%
  • Other 1.3%