Conference or webinar landing page.
Conferences live and die on the two weeks before tickets open, and the tooling for that window is a mess. Eventbrite takes a cut of every sale and stamps its brand across your page. The DIY route means gluing a countdown widget to a template to a separate payment link, three tools that never agree on what your event looks like. This blueprint builds the whole registration experience as one thing you own, countdown, lineup, schedule, and checkout on the same URL.
A conference landing page with the four pieces that turn a visitor into a ticket: a live countdown timer ticking toward your start date, a speaker grid with photos and bios, a schedule timeline so people see the day at a glance, and a Stripe checkout wired for real ticket sales. The layout is responsive, so it holds up on a laptop or a phone in a hallway.
You watch it happen in the task workspace: the agent scaffolds the project, builds each section, starts the dev server, and confirms the page renders before handing you a live preview. The code lands on a branch in your repository with a pull request ready.
The first version is a foundation you steer with plain follow-up messages:
Each follow-up wakes the same repository and the agent continues on its own code.
Do I need a Stripe account? Yes, checkout runs on your own Stripe keys, so the money goes straight to you with no platform cut in the middle.
Can I reuse it next year? It's your repository, so duplicate it, change the dates and lineup, and next year's page is ready in minutes.
Does it work on phones? Yes, the agent verifies it renders on a phone-sized screen before handing it over.