Create an event page with a compelling hero section, speaker/performer profiles, tiered ticket options, a schedule timeline, and an RSVP counter. The agent tracks ticket sales, updates the schedule, adds speakers, and redeploys the site to keep everything current.
Build Prompt
Copy this prompt into Claude Code
Build an event tickets and RSVP page as a static HTML/CSS/JS site. Use a dark theme with background #0a0a0f, surfaces #12121a, and accent color #8b5cf6 (purple). Load data from inline `const EVENT = {...}` and `const TICKETS = {...}`.
EVENT has: name, date (ISO string), endDate (optional), venue, address, mapUrl (Google Maps link), description, heroImage (emoji or gradient CSS), speakers (array of {name, title, bio, image (emoji), social (optional URL)}), schedule (array of {time, title, speaker, description, type ("talk"|"break"|"workshop"|"networking")}), totalRsvps (number).
TICKETS has: tiers (array of {name, price, originalPrice (optional), perks (array of strings), remaining, maxPerOrder, soldOut (boolean)}), currency, paymentUrl (per tier, linking to payment page).
Layout: Event hero section with event name in large text, date formatted nicely (e.g., "Saturday, March 15, 2026"), venue name and address, a "Get Directions" link, and RSVP count ("450+ people attending").
Speakers/performers section: cards in a 3-column grid showing photo, name, title, short bio, and social link. On hover, show full bio in a tooltip or expanded card.
Schedule timeline: vertical timeline layout with time on the left and event details on the right. Different visual styles per type: talks have a purple dot, breaks have a gray dot, workshops have a green dot, networking has a blue dot. Each schedule item shows time, title, speaker name, and a brief description.
Ticket tiers: horizontal card layout (3 columns). Each tier card shows: tier name, price (with original price struck through if discounted), perks list with checkmarks, remaining count ("Only X left!" if under 20), and a "Get Tickets" button linking to paymentUrl. If soldOut is true, show "Sold Out" badge and disable button.
Add a "Why Attend" section with 3-4 value propositions (networking, learning, exclusive access, etc.) as icon + text cards.
FAQ accordion: "Is the event in-person or virtual?", "What's the refund policy?", "Is food included?", "Can I transfer my ticket?".
Add a share section with copy-link button and pre-formatted social share links (Twitter, LinkedIn).
SEO: JSON-LD Event schema with name, date, location, offers (ticket tiers), performers. Meta targeting "[event name] tickets".
Seed with a realistic tech conference: "DevConnect 2026", 6 speakers, 10 schedule items, 3 ticket tiers (Early Bird $49, General $99, VIP $249).
Read the guide at https://accessagent.ai/api/guide and follow it to deploy the site to AccessAgent.ai. My email is [your@email.com].
Make It Yours
Venue Map
Embed a static map image or interactive map showing the venue location and nearby transit.
Photo Gallery
Add a gallery from previous events to build credibility and excitement for attendees.
Countdown Timer
Add a prominent countdown to the event date in the hero section.
Sponsor Logos
Add a sponsor section with logo grid and tier labels (Gold, Silver, Bronze).
Agenda PDF
Generate a printable PDF version of the schedule that attendees can download.
Update Prompt
Update Prompt — Manage tickets and event details
Update my event tickets page: [describe changes — e.g., "I sold 10 Early Bird tickets — decrement remaining", "Mark VIP tier as sold out", "Add a new speaker: Name, Title, Bio", "Update the schedule: add a 2:30 PM workshop 'Hands-on AI' by Speaker X", "Change the event date to April 5, 2026", "Update RSVP count to 520"]. Update the EVENT and TICKETS data accordingly. Redeploy.
SEO Tips
Target "[event name] tickets", "[event type] [city] [year]", and "[topic] conference" keywords in title and meta.
Add JSON-LD Event schema with name, startDate, location, offers, and performer details for rich event results.
Create speaker profile sections with their names as H3 headings to capture searches for individual speakers.
Add a "Past Events" section linking to previous event recaps to build domain authority for event-related queries.
Include FAQ schema answering "How much are tickets?" and "Where is the venue?" for featured snippets.
Monetization Ideas
Ticket sales at tiered pricing — the primary revenue stream with premium VIP tiers driving higher margins.
Sell sponsorship packages to companies wanting brand visibility at the event (logo placement, speaking slots).
Offer recording access ($29) for attendees who want to rewatch talks or for those who could not attend in person.
Create a "swag bag" add-on ($19) with branded merchandise that ticket buyers can add to their order.
Sell the event page template to other organizers ($49) as a quick event marketing solution.