Newsletter
Classic Signup
A centered newsletter signup: a heading, an email field, an accent button and the «once a week, no spam» line. Self-contained: one file, no dependencies.
What you can change
- title and lead — the section heading and its lead
- note and success — the trust line and the success message
- buttonLabel and placeholder — the button caption and the sample address
A link for your AI agent: preview, code and instructions.
Preview
Use it with AI
- 1. Copy the link.
- 2. Write to your agent in your own words and drop the link into the sentence.
- 3. The agent opens the link and installs the component from the registry.
put this on the home page as the hero:
https://vibeui.ru/c/subscribe-001?lang=en&theme=dark
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 palette in local --vibeui-subscribe-001-* variables. A client component: there is no backend, submit is stubbed out and an aria-live wrapper swaps the form for a success line. The field is labelled by a visually hidden <label>, not just a placeholder. The form folds into a column and unfolds into a row based on the block's own width (container queries); the theme comes from the surrounding color-scheme via light-dark(). The single email field is deliberate: every extra input lowers signup conversion.
Tags
- newsletter
- signup
- form
- cta
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…