Drift

Privacy

What Drift and its Chrome extension send, where it goes, and how to remove it.

What this is

Drift compares a Figma design against the page you built. The comparison needs two things: the design, and a recording of the page. The recording is made in your own browser by the extension, because a page on localhost or behind a login cannot be reached by any server — that is the reason the extension exists at all.

What the extension sends, and where

To this server and nowhere else. There is no analytics, no tracking, no third-party service in the path, and the server address is compiled into the extension rather than configurable — a field to type an arbitrary host into is exactly where a token gets sent to the wrong place.

DataWhyKept
A recording of the page: a full-page screenshot, and every element with its computed styles, position and text It is the thing being compared Until you delete it. Every run is listed with its size under Storage, and Clear runs removes it
The page's address and title To know which page a comparison is about With the page, until you delete it
Your email address, and a password if you sign in with one To have an account Until the account is deleted. Passwords are stored hashed, never in the open
A sign-in token, held by the extension So it can act as you without holding your password In the browser, until you sign out
Your Figma personal access token, if you add one To read the design's layers and render the frame Encrypted on the server, never returned to the browser, removable in Settings

What never leaves your browser

Language models

Nothing is ever sent to a model unless you have added your own API key. With one, the only thing sent is the handful of design layer / page element pairs that geometry and copy could not tell apart — short records, a couple of dozen at most, not the page. Every measurement Drift reports is arithmetic and stays that way: a model cannot measure, and one is never asked to. Remove the key and nothing is sent again.

What is not collected

Sharing

Your data is not sold, and not transferred to anyone. The single exception is one you make yourself: a run can be given a share link, which makes that one report readable without an account until you revoke it.

Removing it

Where it runs

This is a self-hosted instance. Whoever operates the server at this address holds the data described above, and Drift sends it nowhere else. The source is available, so the claims on this page can be checked rather than taken on trust.