MVXMXM
Design System (WIP)
Logo
Color
Typography
Form follows functionality.
Form follows functionality.
Section heading
The quick brown fox jumps over the lazy dog.
words by maximillian
const tokens = true
Components
Button
Input
Card
Chat
Show me your work on AI interfaces.

Let’s find a relevant case study for you.
Nav bar
Menu
Radius
Soft, generous corners. Pills (40px) for floating chrome, large radii for cards.
Chip / input
6pxCode / small
8pxCard
16pxCard (folio)
24pxHero card
36pxPill
40pxMotion
Almost everything eases between 0.2s and 0.5s. FolioEngine uses 0.35s ease as its house transition; text effects use cubic-bezier(0.4, 0, 0.2, 1). Motion is built on framer-motion via the registry/ primitives below — prefer those over hand-rolled keyframes.
- Standard transition:
all 0.35s ease - Quick (hover/opacity):
0.2s ease - Easing curve:
cubic-bezier(0.4, 0, 0.2, 1)
