CSS Scene Workbench

A spatial CSS workbench where developers arrange elements, lighting, and depth like a 3D scene, then immediately get commit-ready CSS.

When frontend developers tune a complex card flip, depth-of-field shadow, or 3D layered effect, they often end up guessing values back and forth between the preview window and the CSS file. This workbench reads the current page’s DOM, selectors, and styles, then places editable elements on a rotatable spatial canvas.

Developers can directly drag an element’s depth position, rotation axis, light direction, and shadow extent. Alongside the canvas, the affected CSS declarations update in real time, showing the original value, the revised value, and which selectors the change will touch. Hovering over any visual object also traces it back to its source rule.

Once the adjustment is right, the user selects “write back to branch,” and the product generates a readable CSS diff and preview link. Teams still review code through Git; reviewers can drag a timeline to compare the visuals before and after a change, ensuring other components using the same selector were not unintentionally altered.

The first version focuses on transform, opacity, filter, box-shadow, and stacking order for existing web components. It does not try to generate an entire page design or save the canvas as an unmaintainable proprietary scene file. The final deliverable is always CSS in the project.

Why now

Discussion of “Ambient CSS v3 – Blender meets CSS” is currently at No. 9 on the Hacker News front page, with roughly 188 points and 68 comments (September 2 snapshot; figures are approximate at the time observed). That has concentrated attention on related use cases right now.

Evidence and sources

Source snapshot
Discussion snapshot· Hacker News
Ambient CSS v3 — Blender meets CSS
Points
188
Comments
68
Rank at capture
#9
Posted
Snapshot time
snapshot September 2, 2026, 00:33 UTC
View the Hacker News threadRead the original article
Telegram channel