A playground that stays close to the browser
Write JavaScript with the page structure and styles it needs, then inspect the result in the preview and console without a build setup.
Test DOM code, browser APIs, layout behavior, and small UI ideas in a focused JavaScript workspace with preview and console output.
Built for the in-between work
Write JavaScript with the page structure and styles it needs, then inspect the result in the preview and console without a build setup.
TSBin fits the moments before a full app: trying event handlers, checking browser behavior, or reducing a snippet for a teammate.
Saved projects live in browser storage, so you can keep rough ideas and reusable snippets without creating an account.
Concrete browser-editor features, not a social feed or a heavy project scaffold.
Run JavaScript with live DOM output and under-50ms refreshes on the warm preview path.
Inspect logs, clear output with clear(), and keep the console beside the preview.
Keep markup, styling, and JavaScript in the same browser workspace.
Use the shortcuts dialog for editor commands, theme switching, and faster navigation.
Your projects are saved in your browser's local IndexedDB storage once you save or run them. Existing saved projects autosave after edits, and TSBin does not upload your code to an account.
Emmet support is available today for HTML and CSS editing. More editor helpers are planned.
Markdown support is coming soon. Today, TSBin supports HTML, CSS, JavaScript, TypeScript, and JSON project files.
Yes. TSBin is designed around local-first browser storage, so saved projects can reopen without account setup or a server round trip.
TSBin supports HTML, CSS, JavaScript, TypeScript, and JSON project files. Export keeps those document formats in a zip file.
Yes. Use File > Export Project to download the current workspace as a zip file.
Type clear() in the console and press Enter. The shorter clear command also clears the console.
Yes. Use the theme button or Settings to switch themes, or press ModShiftS to toggle between light and dark mode.
Yes. Open the keyboard shortcuts dialog from the header or press Mod/ to see the available shortcuts.
No. There is no account setup, and TSBin does not create an account for you automatically.
Open the File menu and choose Send Feedback. The form supports bug reports, feature requests, and privacy requests.
Yes. TSBin supports JavaScript projects directly, with HTML and CSS files available when the snippet needs a page.
Yes. The console panel shows browser logs and can be cleared with clear() or clear.