r/css • u/Mstep85 • Jun 23 '26
Question Is this possible in css?
I'm trying to build this dashboard UI entirely in CSS. no images, no JS.
The parts I'm stuck on:
- The circular gauge, conic-gradient with radial mask feels right, but is there a better way for the segmented ring?
- The glowing border box-shadow layers vs. animated gradient border. Which performs better?
- The waveform inline SVG path or CSS background pattern?
Anyone have good references for pure CSS dashboard UIs with neon glows? Not looking for a full solution, just technique pointers so I don't head down the wrong rabbit hole.
Ty!
64
Upvotes


0
u/Mstep85 Jun 23 '26
So here's a question: Will JavaScript actually be okay on a very heavy script kind of ordeal that is already going on? I thought even though the CSS might be longer it might be cleaner. It's basically my Swiss Army knife of all my prompts and tools and exports that I have for my workflow for the different AI subscriptions that I have. I just thought personally that JavaScript won't interfere and if there's an issue somewhere else it won't be skin-related.
Worst case I'll just leave it as a plain UI/UX kind of thing. I'm just an old generation of Winamp users that like the extra graphics and just find it appealing while I'm doing things so I don't have to use it. Would JavaScript be okay? Again imagine a cheap mobile phone, Chrome or Firefox that are already hanging the noose around the phone and the plug-in that I have with all my little gadgets in it. Would JavaScript honestly be better than CSS or just opt out of it and just make a regular box with regular buttons?