Web Studio
Build the web.Right in your browser.
Eight tools for writing code, inspecting your pages and creating beautiful interfaces. No installs. No uploads. Just you and your ideas.
Web Studio
Eight tools for writing code, inspecting your pages and creating beautiful interfaces. No installs. No uploads. Just you and your ideas.
A live coding playground: edit HTML, CSS and JavaScript side by side and watch the result render instantly — perfect for prototypes, experiments and learning.
Tip: Everything runs sandboxed in your own browser — experiment without fear.
Cascade Lens parses your CSS and reports specificity conflicts, duplicated rules and properties with limited browser support, so you can clean up a stylesheet with confidence.
Tip: Two rules with equal specificity are resolved by source order — the report flags these because they break silently when files are reordered.
Design keyframe animations with live preview and export clean CSS you can paste into any project.
Tip: Prefer transform and opacity for smooth animations — browsers can composite them without re-layout.
Paste HTML and explore its DOM tree interactively: expand nodes, inspect attributes, and understand how a document is structured without opening browser devtools.
Tip: Great for debugging scraped or generated HTML where devtools are not available.
Lay out low-fidelity wireframes for websites and apps: drag common UI blocks onto a canvas, arrange screens, and export your sketches.
Tip: Keep wireframes gray and ugly on purpose — the moment they look pretty, feedback shifts from structure to colors.
Create cryptographically secure random passwords, API tokens, PINs and passphrases with configurable length and character sets — generated on your device.
Tip: Length is the main driver of strength: a 20-character token from a modest alphabet beats a short one from a fancy alphabet.