Romain GabinDS
Older versions of Romain are no longer maintained.

Components / AIWorkflows

<AIWorkflows />

Design systems for the agentic era: AI agents as first-class consumers.

● stablesince v4.8.0 (2025)

prompt “Create a product card with price & rating.”

agent + design-system MCP
<RgProductCard>
  <RgProductImage :src="img" :alt="name" />
  <RgRating :value="4" :max="5" :label="`${name}: 4 out of 5`" />
  <RgPrice :amount="1290" currency="EUR" />
  <RgButton variant="primary">Add to cart</RgButton>
</RgProductCard>

✓ real components · a11y built in · ships without edits

The Marcel MCP effect — try it
prompt