Ship in seconds
Write JSX.
Get a link.
Share it.
The fastest way to host a React component or single-page web app. Write code in our editor or upload a file — get a shareable short URL instantly.
In-Browser Editor
Write JSX, HTML, or vanilla JS in a full-featured code editor with syntax highlighting and live preview.
File Upload
Upload .html, .jsx, .tsx, or .css files. We handle the transpilation and hosting automatically.
Custom Short URLs
Get an instant short link or choose a custom slug. Share your creation with anyone.
editor — JSX Host
function App() {
const [count, setCount] = React.useState(0);
return (
<div>
<h1>Clicks: {count}</h1>
<button onClick={() => setCount(c => c + 1)}>
Click me
</button>
</div>
);
} Write code like this → hit Publish → get a shareable link in seconds