← Back

Privacy

n8n studio runs entirely in your browser. There is no account to create and no server of ours that holds your data.

Your n8n credentials stay with you

Your n8n URL and API key live in your browser's local storage. They are never sent to us, because there is nowhere to send them. The app's API routes only proxy requests from your browser straight to the n8n instance you pointed at, using the key you typed. They exist to keep your key out of the browser network tab and to avoid CORS, nothing else.

Your workflows and execution results are fetched live from your own n8n and rendered on screen. We do not keep a copy.

What we never see

  • No account, no login, no database.
  • We never see, store, or share your n8n keys, your workflows, or your execution data. None of it reaches us.
  • No error reporting. We do not collect crash logs or anything tied to you.

Anonymous analytics

The hosted version uses Vercel's privacy-friendly analytics to count page views. It is cookieless, collects no personal data, and does no cross-site tracking. It tells us how many people open the app, nothing about you or your n8n. Self-host the app to opt out of even that.

Want even more certainty?

Run it locally or self-host it. The source is open (MIT) on GitHub, so you can read exactly what it does and run your own copy.

n8n studio is an independent tool and is not affiliated with n8n.io.