About

Mission, Writ Large

A manifesto in one large phrase with accent markers on the key words. Self-contained: one file, no dependencies, the highlighting is driven by an array of segments.

What you can change

  • segments — the mission text and which words are highlighted
  • eyebrow — the section eyebrow
  • footnote — the note below the manifesto; an empty string removes it together with the rule

A link for your AI agent: preview, code and instructions.

Preview

1440pxHost theme

Use it with AI

  1. 1. Copy the link.
  2. 2. Write to your agent in your own words and drop the link into the sentence.
  3. 3. The agent opens the link and installs the component from the registry.
AI
1Pick it here

put this on the home page as the hero:

https://vibeui.ru/c/about-001?lang=en&theme=dark

2Paste into the chat
3Get it in your project

Not sure where to paste it? Step-by-step guide

Show the full instructions

What the link says, spelled out. Use it when your agent cannot open links — paste this text instead.

Loading…

For developers

The install command lives in the “Component source” block below — a signed link that stays valid for 24 hours.

Technical notes

The block is self-contained: one file, no dependencies, its own palette in local variables --vibeui-about-001-*. A server component. The mission text arrives as an array of {text, highlight} segments — the highlighting lives in the data, not in the markup, so the phrase can be rewritten without touching JSX. Highlighted segments render as a <mark> tag with a marker tint via color-mix and box-decoration-break: clone, so the highlight does not tear on a line break. The type scale is computed from the block's own width (cqi); below the text sits a short accent rule and a footnote about the team.

Tags

  • mission
  • manifesto
  • typography
  • highlight
  • statement
Component source

The same file your agent installs. Here in case you would rather copy it by hand.

Loading…