Skip to main content

Design system

Atom + layout gallery. Left column = data-theme="light", right column = data-theme="dark". This page is M1-only and will be removed before ship.

Button

light
dark

Badge

light
Default New OK High Urgent
LOW MEDIUM HIGH URGENT
dark
Default New OK High Urgent
LOW MEDIUM HIGH URGENT

Pill (eyebrow)

light New — Priority, tags & AI copilot.
Quiet pill (no dot)
dark New — Priority, tags & AI copilot.
Quiet pill (no dot)

Card

light

Static card

No hover lift. Frosted surface with token-driven border.

Hoverable card

Lifts translateY(-6px) with strengthened border + md shadow.

dark

Static card

No hover lift. Frosted surface with token-driven border.

Hoverable card

Lifts translateY(-6px) with strengthened border + md shadow.

Avatar

light
Zybo icon Zybo icon Zybo icon AK
dark
Zybo icon Zybo icon Zybo icon AK

Logo

light
Zybo AIZybo AI Zybo AIZybo AI Zybo AIZybo AI
Zybo AI Zybo AI Zybo AI
dark
Zybo AIZybo AI Zybo AIZybo AI Zybo AIZybo AI
Zybo AI Zybo AI Zybo AI

CodeBlock

light
install.html
// Drop the widget on any page
<script src="https://widget.zybo.ai/ai-agent-widget.js"
  data-org="zybo"
  data-theme="auto"
  defer></script>
dark
install.html
// Drop the widget on any page
<script src="https://widget.zybo.ai/ai-agent-widget.js"
  data-org="zybo"
  data-theme="auto"
  defer></script>

FAQItem

light
How does the AI know my product?

Index your help center, docs, and any URL. The bot then cites passages on every reply.

Can I keep my agents in their existing tools?

Yes — webhooks + Slack mirroring are first-class. We also have a native inbox if you want one.

dark
How does the AI know my product?

Index your help center, docs, and any URL. The bot then cites passages on every reply.

Can I keep my agents in their existing tools?

Yes — webhooks + Slack mirroring are first-class. We also have a native inbox if you want one.

ThemeToggle (standalone)

light
dark

Header and Footer are rendered globally by BaseLayout, so they appear at the top + bottom of this page. Scroll up/down to verify blur, sticky behavior, mobile menu, footer columns, and socials.