Research

Build a Concert Ticket Tracker with AI

Track concert and event ticket prices across resale platforms. The agent monitors prices on StubHub, SeatGeek, and Vivid Seats, scores deals by value, and publishes a page with price history and buy recommendations — updated automatically on a schedule.

Build Prompt

Copy this prompt into Claude Code
Build a static HTML concert ticket tracker page. Dark theme with background #0a0a0f, surfaces #12121a, borders #1a1a2a, accent color #0ea5e9 (sky blue). Data from inline `const EVENTS = [...]`, `const PRICE_HISTORY = [...]`, `const SOURCES = [...]`, `const LAST_UPDATED = "..."`. Each event has: id, artist, venue, city, date, time, genre (Rock/Pop/Hip-Hop/Country/Electronic/Comedy), lowestPrice, avgPrice, faceValue, sources (array of {name, price, url}), dealScore (1-10, comparing to face value), priceDirection ("dropping"/"rising"/"stable"), image (emoji). Layout: Header with title, search bar, date range picker, "Last updated" timestamp. Filter: genre tabs, city dropdown, price range slider. Event list (single column): card with artist name + emoji, venue/city/date, lowest price (green if below face value, red if above), deal score badge, price direction arrow indicator, source price comparison row, "Best Deal" link. Event detail modal: price history SVG line chart (last 7 checks), all sources side by side, venue seating section info, "Buy Tips" recommendation. Include "Today's Best Deals" hero highlighting top 5 events with highest deal scores. Footer: "Prices checked every 6 hours." SEO: title, meta description, OG tags, JSON-LD Event schema. Seed 12 events across genres. Add cron comment: <!-- Schedule: Run 'claude -p "Research current ticket prices for upcoming concerts in [your city]. Update EVENTS and PRICE_HISTORY. Redeploy."' every 6 hours -->. 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

Price Alerts

Set target prices in localStorage and visually highlight when tickets drop below your threshold.

Venue Maps

Add seating chart images for major venues showing which sections have the best deals.

Artist Calendar

Show all upcoming dates for a specific artist across cities to find the cheapest show.

Group Pricing

Calculate total cost for groups of 2-8 people with side-by-side source comparisons.

Genre Digest

Weekly email-style digest of the best deals in each genre for repeat visitors.

Buy Timing Guide

Show optimal buy timing based on historical price patterns for similar events.

Update Prompt

Update Prompt — Refresh ticket prices
Research current ticket prices for upcoming concerts and events in [your city] on StubHub, SeatGeek, and Vivid Seats. Update lowest prices, add new events, remove past events, recalculate deal scores, and append to PRICE_HISTORY. Update LAST_UPDATED. Redeploy.

SEO Tips

Monetization Ideas

Related Ideas

Ready to build your Concert Ticket Tracker?

Copy the prompt above and paste it into Claude Code. Your tracker will be live in minutes.

Get Started