Zero-runtime CSS-in-JS: Devup-UI
Dev-five-git/devup-ui: jsx zero-runtime ui styling library
4 followers
Dev-five-git/devup-ui: jsx zero-runtime ui styling library
4 followers
⚡ Zero-runtime – all styles extracted at build time 🗂️ Deduplication – no repeated CSS, thanks to caching 🌍 Responsive & theming support out of the box 💻 Works in TSX/JSX directly – no separate style files needed

Hi everyone, I’m the creator of Devup-UI.
I started this project because I was frustrated with existing CSS-in-JS libraries: they often add runtime overhead, generate duplicated CSS, and make bundles heavier than they should be.
With Devup-UI, I wanted to try a different approach:
extract all styles at compile-time using AST
ship zero JS for styling
enable real CSS tree-shaking
It’s still early, but I believe this direction can make frontend development faster and cleaner.
I’d love to hear your thoughts — whether it’s about performance, developer experience, or features you’d like to see next.
Thanks for checking it out