A design file opener for everyone
Open .fig files, the cute way.
Figx helps you read and extract layers, components, variables,
styles, assets and metadata from your .fig design files — locally, in your browser.
Just
drop a .fig file!
Drag and drop a .fig file here
Nothing gets uploaded. Runs entirely in your browser.
Design files
made friendly
again.
Inspect
Browse the complete structure of your .fig file.
Extract
Get layers, components, variables, styles, assets and metadata.
Export JSON
Download clean, structured data for your own tools.
Local-first
Everything runs in your browser. Your files never leave your device.
1{
2 "name": "Landing Page",
3 "type": "FRAME",
4 "id": "123:456",
5 "children": [
6 { "type": "COMPONENT",
7 "name": "Button / Primary",
8 "fills": [{ "type": "SOLID", "color": "#6366F1" }] }
9 ]
10}
Real data
from a .fig file
Built for your agents
Works over a plain CLI.
Wire Figx into any agent pipeline with pipes, flags and JSON on stdout. No MCP servers, no plugins — nothing to install in your editor. If it can run a command, it can read a .fig file.