CEDUIX v1.3

Innovations

Platform-native primitives. Parametric color. Features no framework has.

Lab — Bleeding Edge

What's Next

Experimental and newly-stable CSS features being evaluated for the CEDUIX vocabulary.

Chrome 125+

Anchor Positioning

CSS-native tooltips, popovers, and context menus without JavaScript positioning.

Chrome 115+

Scroll-Driven Animations

Progress bars, parallax, reveal effects — all CSS, zero IntersectionObserver.

Chrome 111+

View Transitions

Page and element transitions with shared-element morphing. MPA support landing.

Platform-Native

Interactive Primitives — Zero JS

Dialog

Native <dialog> with @starting-style entry.

Switch
Progress

CSS-only tabs via radio + :has(). Zero JavaScript.

Supports up to 4 tabs. Panel switching is pure CSS.

What is CEDUIX?

LLM-optimal UI framework. 96-token vocabulary. One CSS file.

How does it compare to shadcn?

10x fewer tokens/page. Zero JS. Zero React. Zero Radix.

Browser support?

Core: 93%+. Entry animations: 84%+ (graceful degradation).

CD
AX
UI
S
ComponentPlatform ElementJS Required
Dialog<dialog>showModal() only
Tabsradio + :has()None
Accordion<details>None
Switch<input checkbox>None
Popover[popover]None
Innovations — What No Framework Has

Beyond Parity

Parametric Hue Engine

Change --hue → entire palette recomputes in OKLCH. Animatable.

Density System

Auto-Stagger

1
2
3
4
5
6

CSS-Only Form Validation

Must be a valid email At least 3 characters

Progressive Disclosure

CEDUIX is the first framework built for LLMs as the primary consumer. Every other framework was designed for human developers. CEDUIX inverts this: the vocabulary IS the API. 96 tokens, closed set, max 4 per element. An LLM cannot hallucinate because there are only 96 valid words.

Accessibility

User-Preference Honored

CEDUIX respects system-level accessibility preferences. Three media queries cover motion, contrast, and data-saving — no JS, no opt-in.

prefers-reduced-motion

No-motion mode

.stagger, .reveal, .animate, .skeleton, [popover], dialog, and [ui~=tab] transitions collapse to instant when the OS requests reduced motion.

prefers-contrast: more

Sharper edges

Border rungs --bdr-1/2/3 step up to higher contrast ratios. Keeps OKLCH theme intact, only edge legibility changes.

prefers-reduced-data

No backdrop blur

backdrop-filter is dropped from [ui~=glass] and dialog::backdrop. Saves GPU + bandwidth on data-save connections.

CEDUIX v1.3 · 96 tokens · Inter only · MIT

Native Dialog

@starting-style entry animation + frosted backdrop. Browser handles focus trap, Escape, backdrop click.