Figlytics is designed so you never have to trust us with your data.
What we store on our servers:
Nothing. No database, no file storage, no logs of your Figma data.
What lives in your browser:
What we never store:
Your Figma token is sent to our server on each API request as a base64-encoded header, encrypted in transit via TLS. The server uses it to call the Figma API on your behalf, then discards it. It is never written to disk, logged, or persisted in any form.
The server is stateless — if it restarts, it has zero knowledge of any user's token or configuration.
Open your browser's Network tab and inspect every request. You'll see:
X-Figma-Config header on each API call (your config, base64)Figlytics is fully open-source. If you prefer complete control, run it on your own infrastructure:
FIGLYTICS_MODE=localnpm run dev