Skip to content

moooon

Motir

Vibe your whole project. Bring an idea — Motir's three AI layers plan it, track it, and ship it, end to end. You're looking at Motir, built in Motir.

  • Vibe Project
  • Open Source
  • AI Agent
  • AI Loop
1
requests
0
upvotes
145
planned
1,361
shipped

Motir · Work items

MOTIR-778Done

6.16.4 Hero renders authorable tagline + tags (i18n/empty fallbacks)

Estimate: 30m · Type: code · Depends on: 6.16.1, 6.16.3

Render the authorable hero in PublicOverviewHero.tsx:

  • Tagline: overview.publicTagline ?? t('autoIntroTagline') (project line when set, generic fallback otherwise). Update the lines 32-34 comment — the project-specific framing now lives in the authorable hero tagline (REVERSES the 6.12.4 "framing lives in the README body" decision); keep the i18n line as the unset fallback.
  • Tags: replace the four hardcoded i18n meta Pills (~61-76) with overview.publicTags.map(... <Pill/>). Unset/empty → no pills (no magic defaults). The unused metaVibeProject/metaOpenSource/metaLicense/metaMcpNative i18n keys may be removed (or left for the seed to author into publicTags).

Acceptance criteria

  • Hero shows authored tagline + authored tags; a project without either shows the fallback line / no pills.
  • --el-* + Pill tones; shape tokens; AA-safe; matches 6.16.1.

Context refs

  • app/(public)/_components/PublicOverviewHero.tsx; design 6.16.1 Panel 1