Format, run, obfuscate, and visualise code.
Highlight JS / TS / Python / Go / Rust
Beautiful code screenshots (Carbon-style)
Obfuscate JavaScript code
Run Python in the browser (Pyodide)
Sandboxed JavaScript playground
SQLite playground in your browser (WASM)
Full-featured live Markdown editor
Inspect JavaScript / TypeScript AST
JSON โ TypeScript / Go / Rust structs
Generate mock API responses from a schema
Complete HTTP status code reference
Free browser-based code tools for formatting, running, exploring, and transforming code - no IDE or server required. The SQL Playground runs full SQLite in your browser via sql.js (WebAssembly), letting you create tables, write queries, and explore data without a database server. The Python Runner executes Python 3 code using Pyodide - including NumPy, Pandas basics, and standard library modules. The JavaScript Sandbox runs ES2022 code in an isolated iframe with full console output. The Code Screenshot tool turns code snippets into shareable images with syntax highlighting and custom themes. The JS Obfuscator protects client-side code. The AST Explorer visualises how parsers interpret your code - essential for writing ESLint rules and Babel plugins.