Components·07 / 09

Documentation-first
component set.

These are the pieces you'll reach for when writing a brief, a case study, or a handoff doc. Titles, callouts, tables, quotes, code, badges, and buttons. Every one uses the hex tick as a visual anchor.

Section titleCOMP · 01
Product note · 2026-03-14

Shipping well-discovered problems

Section titles combine a kicker line, an optional mono date, the title itself, and a short deck. The hex tick sets the rhythm.

ButtonsCOMP · 02
VariantUse for
PrimaryThe single most important CTA on a page
InkSecondary CTAs, internal navigation
OutlineAlternative action next to primary
GhostCancel, dismiss, low-weight link-outs
CalloutsCOMP · 03
Note

Use for supplementary context inside documentation.

Proceed with care

For decisions that lock in constraints downstream.

Known blocker

For issues the reader needs to fix before continuing.

Spec tableCOMP · 04
TokenValueUse
color.brand#84C441Primary accent
color.ink#17130EForeground · dark
color.white#FFFFFFSurface · light
radius.sm0pxInline UI
radius.md0pxCards, modals
Pull quoteCOMP · 05
"The best features are the ones we chose not to build — the discipline is the discovery." — Noocleus, internal note
Code block · scrollingCOMP · 06
// noocleus / tokens.tsexport const tokens = { color: { brand: '#84C441', ink: '#17130E', white: '#FFFFFF', }, // hex is used at five sizes hex: [12, 20, 32, 48, 96], };
Code block · stackingCOMP · 07
// Example of a long line that will wrap/stack instead of scrolling horizontallyconst setup = async () => { await initializeStudioEngine({ theme: 'noocleus-standard-production-v1-final', density: 'regular', mode: 'light-first' }); };
Mascot · pick your beeCOMP · 08

Fred is the default. The other four can step in for special slides — design system, build, recap. Click any cell to set the active bee in the top-right corner.

Mascot · click animationsCOMP · 09

Click the active bee in the corner to fire a one-of-four silly line plus an animation unique to that personality. Wings keep fluttering and the gentle hover keeps drifting underneath — the click animation composes on top.

BeeAnimationSample line
Fred (drone)happy hop — double bounce with rotation"graphs are my favorite shape."
The Queen (queen)regal nod — slow forward bow, hold, return"moats? i invented those."
Mabel (worker)hammer — rapid 5× up-down (mechanical)"more honey, less talk."
Greta (forager)yawn — horizontal stretch, settle"wake me when it ships."
Ada (architect)tilt-think — rotate left, hold, swing right"the leading is off here."
Mascot · scripted triggersCOMP · 10

Distinct from the click lines. Each bee has its own scripted line per "hot" slide. Fires once per (bee, slide) pair per session — switch bees and the new voice replays.

BeeSlide 0 intro
Fred"hi! i'm fred, the master drone. buzzing along with you."
The Queen"i am the queen. you may proceed."
Mabel"name's mabel. i build the hive. let's get on."
Greta"...mmh? i'm greta. nice deck."
Ada"i'm ada. note the modular scale, by the way."