Skip to content
&Dolphin
Done

Layerlift

Turn any webpage into a Figma design

Period
2026.01 2026.06
Progress
100%
Visit the service
Visit the service

Overview

A tool that turns a web page back into editable Figma layers. Capture the page with the Chrome extension and the Figma plugin rebuilds the layout, colors, text and images as layers — frames, text and shapes, not a flat screenshot.

Capture handles multiple viewports and full pages, and works on static sites, SPAs and pages behind a login. Position, spacing and typography carry over from CSS, and because it is rule-based rather than AI the same page gives the same result twice. CSS variables become Figma Variables and repeated images become Components. Conversion happens in the browser, and the original HTML is never stored.

Shipped and publicly available. Free covers three conversions a day; unlimited imports, responsive viewports and design-token export are Pro — $8/month with a 10-day trial.

Stack

AreaTechnologyWhy we chose it
SharedTypeScript · pnpm monorepo · vitestAll three pieces share one schema, so the schema is its own package, pinned by tests.
CaptureChrome extension (MV3) · Chrome DevTools ProtocolReal resolution emulation needs CDP — resizing the window does not move media queries.
ConvertFigma Plugin API · Figma VariablesCSS variables have to become Figma Variables for design tokens to survive the trip.
TransferSingle-file Node relay serverKept to one dependency-free file — it only forwards; it is not a payment gate.

Roadmap

  1. Bundle schema

    Done2026.01.10 – 2026.02.20

    Pinned the contract the three pieces share, first

  2. Capture pipeline

    Done2026.02.21 – 2026.04.10

    Resolution emulation, tree pruning, image compression

  3. Figma conversion

    Done2026.04.11 – 2026.05.25

    Absolute placement, font fallback, per-node error isolation

  4. Relay and release

    Done2026.05.26 – 2026.06.30

    Paired transfer and store release

Updates

  • 기능1.1

    디자인 토큰 추출 추가

    CSS 변수를 Figma Variables 로 옮기고, 반복되는 이미지를 Component 로 묶습니다.

  • 릴리스1.0

    공개

    크롬 확장과 Figma 플러그인을 묶어 공개했습니다.