Design
llms.txt

Components

Components

131 live components and 15 showcase pages from Crew OS and Max, each with a live preview, guidelines, its API and example code.

146 components

No component matches. Try another word, or clear the filters.

Foundations 2

Actions 5

Forms 15

Overlays 10

Layout 10

Feedback 6

Data display 14

Agents 9

Agent surfaces 1

AI 3

Unibox 7

Analytics 5

Pipeline 5

Motion 21

ActionFocusSessionOne task, one timebox: a live focus clock with pause, run and done
CardResizePageA container tweens its size when content changes (300ms)
ChapterScrubberMagnifying tick rail with a chapter preview card
ContainerScrollScroll inside the card: the tilted screen flattens as you scroll
FeatureSlideshowAuto-advancing steps with a progress line and a media slot
FirstBentoAnimationChat vignette: typing dots, then a streamed reasoning reply
FourthBentoAnimationTimeline scrubber that follows the pointer over scheduled tasks
HyperTextLetters scramble, then settle left to right; replays on hover
InfiniteSliderEndless logo strip; slows on hover
JoyfulTaskCheckboxCompleting a task: one bloom, two sparks, then stillness
Lottielottie-react player with six of the Crew OS animations
MarqueeCSS marquee: --duration and --gap, pause on hover
MotionScalePageDurations and easings of the shared motion scale — press Replay
NumberFlowCounterDark value pill; digits roll to the next value every 2s
OrbitingCirclesIcons circling a centre on CSS orbits, rings spring in
ShimmerTextPageStatus line with a light band sweeping the glyphs (2s, linear)
SignatureGradientPageIndigo → pink → amber: the onboarding border, text and sober report tint
SkeletonRevealPageSkeleton cross-blurs into the loaded content (400ms)
StreamingTextPageStreamed words resolve through a soft cross-blur (350ms, 60ms apart)
ThirdBentoAnimationLine chart draws in; a ticking value pill hovers over the peak
UniboxMotionPageThe Unibox spring vocabulary: glide, enter, pop, fade, stagger

Effects 10

Appearance 2

Marketing 14

About the library#

window.DigitalCrew carries both products' libraries, bundled from their source at the repositories' pinned versions and running on React 19.2.3 (shipped in components/lib/). They read the semantic tokens, so each renders in ink under the Crew OS themes and in orange under the Max themes.

Wrap an app once in TooltipProvider and ConfirmDialogProvider, and mount one Toaster. Confirm destructive actions through useConfirm(), never window.confirm. Components that read next-themes (Globe, FeatureSection, WorldGlobe, Toaster) follow the app's ThemeProvider; outside the apps, wrap them in PageThemeProvider, which follows the page's data-theme.

Where the two apps' copies differ (the bundle carries Max's): Crew OS's Dialog is 400px wide with a radius-xl panel, a darker 80% overlay and z-index 101 (menus 102); its Badge is rounded-md; its Tooltip is primary on primary-foreground; its Select opens as a popper below the trigger; its Switch is 44 × 24px; its Sidebar is the stock two-state shadcn one; its GlowingEffect uses the brand accents (magenta, gold, forest, ocean) where Max's is orange (the bundle carries Crew OS's). The shared @digitalcrew/ui Button, Input and Textarea draw the focus halo at full ring strength (Max: 50%) and support the Glass finish.