Testimonials
Guest postcards with postmarks
A wall of guest postcards back-side up: ruled lines, a stamp, a round postmark with the city, handwritten text, a signature. On the left a “send a postcard” form — the new one lands first with a “sent” postmark and a landing animation. Without a backend it lives until reload; with action it POSTs.
What you can change
- eyebrow, title, lede, cards (name, from, text)
- formTitle, nameLabel, fromLabel, textLabel, submitLabel, sentLabel, action
- accent and background, tone
Anatomy
A wall of postcard backs with postmarks and a form
- postcard text *
- name *
- city
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/testimonials-021?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
One file, zero dependencies, “use client” for the form. The wall is a <ul> auto-fill minmax(17rem,1fr), a postcard is an article with a 1.5fr/1fr grid, a ::before vertical line, tilt by nth-child(4n…) and a hover lift; the stamp is a dashed frame, the postmark an SVG circle with the city (or “sent” on new ones). New postcards are a state array prepended with data-fresh and a “landing” keyframe. The form is name, from, text (required); without action — preventDefault. From 56rem a .8fr/1.7fr grid, the left column sticky. Palette --vibeui-testimonials-021-* is neutral: ink and paper via light-dark(), the site colours come through the accent, ink and background props; dark theme via .dark/[data-theme] or tone. Oswald, Lobster and Manrope come via <link precedence> from Google Fonts with system fallbacks. accent and background override colours, prefers-reduced-motion disables animations.
Tags
- wedding
- travel
- guestbook
- postcards
- wishes
- wall
- form
- stamp
- postmark
- cuba
- retro
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…