A clean, secure Chrome extension for previewing JSX components — fully offline, zero permissions, no CDN dependencies.
A clean, secure Chrome extension for previewing JSX components.
We built this because the existing JSX preview extensions are either abandoned, request unnecessary permissions, or load code from third-party CDNs you can’t audit. We wanted one that does the job without any of that.
This extension is fully offline, fully open-source, and requests zero permissions.
chrome://extensions in ChromeLoad a .jsx file — via file picker, drag-and-drop, or a raw URL — and it renders instantly in a sandboxed iframe. That’s it.
The only network request this extension ever makes is when you paste a URL and click Load.
React 18.3.1, ReactDOM 18.3.1, Sucrase 3.35.1. See VERSIONS.md for details.
MIT — see LICENSE.
Built by keepsimple.io.