Hero

Signup Form Hero

The classic SaaS hero where the right half is not a mockup but the form itself: the promise and three reasons on the left, a card with an email field, a button, the fine print and a sign-in link on the right.

What you can change

  • the eyebrow, title, lede and proof copy and the points list
  • the contents of the card: formTitle, formLede, emailLabel, emailPlaceholder, submitLabel and terms
  • the sign-in link: signinPrompt, signinLabel and the signinHref destination

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/hero-019?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

A server component, one file, zero dependencies. The --vibeui-hero-019-* palette is built on light-dark(): the section is light by default, and in a dark context the card is lighter than the background while the border is lighter than the card; the :where(.dark,[data-theme="dark"]) … {color-scheme:dark} rule is there because next-themes and shadcn switch a class rather than color-scheme. The right column is a real <form> with <label for>, <input type="email" required autocomplete="email"> and <button type="submit">: the browser validates the address, offers the saved one and submits on Enter. The button caption colour is derived from the lightness of the accent through oklch(from …). The field and the card declare min-width:0 and width:100%, otherwise an <input> at its default width would stretch the grid on a narrow screen. The layout is a single column up to 52rem, beyond which a container query splits the copy and the card into two columns. The button and the field carry min-height rather than height.

Tags

  • hero
  • signup
  • form
  • saas
  • split
  • landing
Component source

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

Loading…