Contact
Check-in: a five-step travel RSVP
A destination-wedding RSVP as flight check-in: five steps — are you flying, arrival and departure dates with the flight number, hotel (book for you?), menu and allergies, a song for the beach. A boarding-pass summary on the right fills as you go; the finale is a “CHECKED IN” stamp. The guest's name comes from ?guest= in the URL.
What you can change
- eyebrow, title, greeting ({name}), lede ({deadline}), deadline, guest, stepLabels, from, to
- menu (value/label), summaryTitle, submitLabel, thanksTitle, thanksText, stampLabel, action
- accent and background, tone
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/contact-019?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”. 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 flying/not choice. Choices are aria-pressed buttons. The name from the URL is read via useSyncExternalStore (empty on the server); greeting with {name} replaces the title; lede accepts {deadline}. The summary is an <aside data-part=pass> with a dark “SVO → HAV” header, a two-column <dl>, a barcode and a stamp that data-sent prints with a shrinking keyframe. Submission: without action — preventDefault and the “on board” screen; with action — POST with hidden guest and answers (JSON). From 56rem a 1.4fr/.7fr grid, the pass sticky. Palette --vibeui-contact-019-* 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
- rsvp
- check-in
- form
- multi-step
- boarding pass
- flight
- hotel
- menu
- song request
- cuba
- retro
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…