Contact

Reply letter: a five-step RSVP on paper with an envelope and wax seal

A winter-wedding RSVP as a letter: five steps on light paper — who and with whom, staying in the house or not, shuttle or car, menu and allergies, a song and a few words. On the right an envelope summary with a wax seal fills in handwriting as you go; the finale is a “Waiting” stamp with a snowflake. The guest's name comes from ?guest= in the URL.

What you can change

  • eyebrow, title, greeting ({name}), lede ({deadline}), deadline, guest, stepLabels, seal
  • menu (value/label), summaryTitle, submitLabel, thanksTitle, thanksText, stampLabel, action
  • accent and background, tone

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/contact-020?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

One file, zero dependencies, “use client”. State is the answers object and the step index; steps one at a time with a fade-in, “Next” on the first is disabled without a name and a coming/not choice. Choices are aria-pressed pill buttons; on the travel step a time choice appears for the shuttle. The paper is a light card with an inner frame (color-scheme:light, its own variables), fields in a handwritten font with a burgundy underline. The name from the URL is read via useSyncExternalStore (empty on the server); greeting with {name} replaces the title; lede accepts {deadline}. The envelope is an <aside> with a flap (::before/::after diagonals) and an initials wax seal, a two-column handwritten <dl>, a stamp on data-sent with a shrinking keyframe. Submission: without action — preventDefault and the “letter received” screen; with action — POST with hidden guest and answers (JSON). From 56rem a 1.4fr/.7fr grid, the envelope sticky. Palette --vibeui-contact-020-* 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. Cormorant Garamond, Marck Script and Manrope come via <link precedence> from Google Fonts with system fallbacks. accent and background override colours, prefers-reduced-motion disables animations.

Tags

  • wedding
  • winter
  • rsvp
  • form
  • multi-step
  • letter
  • envelope
  • wax seal
  • menu
  • song request
  • dark
Component source

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

Loading…