devup-ui
Zero-runtime CSS-in-JS extraction for React at build time
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Devup UI?โผ
Run `npx skills add dev-five-git/devup-ui --all -g -y` in your terminal to install this skill globally for your AI agent.
What is zero-runtime CSS-in-JS?โผ
All styles are extracted into static CSS files during the build, so no JavaScript runs in the browser for styling. This means faster page loads, smaller bundles, and no flash of unstyled content.
Does Devup UI work with Next.js and Vite?โผ
Yes. It ships dedicated build plugins for Next.js, Vite, Webpack, Rsbuild, and Bun, and it fully supports React Server Components and Turbopack.
How is Devup UI different from Tailwind or styled-components?โผ
It keeps the familiar styled-components and Emotion API but compiles everything at build time with a Rust engine, producing smaller CSS output and faster builds with zero runtime cost.
Can I use themes and dark mode with Devup UI?โผ
Yes. Define colors, typography, spacing, and shadows in a devup.json file, then reference them with $ tokens and switch themes instantly via CSS variables.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core