Compile it live.

Paste any React component. It's POSTed to /__bext/react-compiler/compile and compiled on the server by the Rust React Compiler — the same one that optimizes this site's routes at build time. Pick ssr or client mode.

Press “Compile” to run the React Compiler.

Input is capped (16 KB, max nesting depth) and run off-thread with a timeout — the endpoint is unauthenticated, so it's guarded against pathological input. frontend: …