Research and publish local events, concerts, meetups, and festivals. AI scans event sources, categorizes by type, and publishes a calendar-style guide with dates, venues, ticket links, and maps.
Build Prompt
Copy this prompt into Claude Code
Build a static HTML local event guide. Dark theme with background #0a0a0f, card surfaces #12121a, borders #1a1a2a, accent color #0ea5e9 (sky blue). Data from inline `const EVENTS = [...]`, `const CITY = "Austin, TX"`, `const VENUES = [...]`, `const LAST_UPDATED = "..."`.
Each event has: id, name, venue, venueAddress, date, time, endTime, category (Music/Tech/Food/Arts/Sports/Community), subcategory, price (Free/$10/$25+), ticketUrl, description, image (emoji), featured (boolean), recurring (boolean), organizer, capacity, ageRestriction.
Layout: Header with "Events in [City]", date range picker, category filter buttons. "This Week" spotlight section: 3 featured events as large hero cards with date badge overlay, category color bar, venue, time, and price. Calendar view: week grid layout with events placed by day of the week, color-coded by category (Music=purple, Tech=blue, Food=orange, Arts=pink, Sports=green, Community=yellow). List view toggle: chronological card list with event name, venue, date/time, category badge, price badge (green for Free), and "Get Tickets →" link.
Venue directory section: list of venues with address, map link, and count of upcoming events. Category filter tabs: Music, Tech, Food & Drink, Arts, Sports, Community. Weekend highlights section showing Friday-Sunday events. Free events quick filter toggle. Sort: Soonest, Price (Low to High), Most Popular.
SEO: title tag, meta description, OG tags, JSON-LD Event schema for each event with name, startDate, location, offers. Seed with 15 sample events across all categories.
Add cron setup instructions in a comment at the bottom: <!-- Schedule: Run 'claude -p "Research upcoming events in [city] for the next 2 weeks. Check Eventbrite, Meetup, local venues. Update EVENTS array. Redeploy."' via crontab every 2 days -->.
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
Map Integration
Embed an interactive map with venue pins, event clustering, and distance from user location.
Calendar Sync (iCal export)
Generate .ics files for each event so users can add directly to Google Calendar or Apple Calendar.
RSVP Counter
Show estimated attendance with a visual capacity bar and "X people going" social proof counter.
Weather Forecast
Display weather conditions for outdoor events with temperature, rain probability, and dress suggestions.
Venue Reviews
Aggregate venue ratings from Google and Yelp with parking tips and accessibility info.
Carpool/Rideshare Links
Deep links to Uber and Lyft with pre-filled destination for each venue location.
Update Prompt
Update Prompt — Re-research and refresh events
Research upcoming events in [your city] for the next 2 weeks. Check Eventbrite, Meetup, local venue calendars, and community boards. Update EVENTS array with new events, remove past ones, update LAST_UPDATED. Redeploy.
SEO Tips
Target "events in [city] this weekend", "[city] concerts tonight", "things to do in [city]" for high-intent local search queries.
Add JSON-LD Event schema for each event with name, startDate, location, and offers to earn rich event snippets in Google results.
Create weekly "this weekend in [city]" archive pages that build SEO depth and capture recurring weekend search traffic.
Add venue-specific event pages (e.g. "Upcoming Events at [Venue Name]") to rank for venue-related searches.
Include a "free events in [city]" filtered page to capture high-intent budget-conscious traffic with strong conversion potential.
Monetization Ideas
Ticket affiliate commissions from Eventbrite, StubHub, and SeatGeek earning 5-15% per ticket sale referral.
Sponsored event featured placement fees charging local organizers $25-100 to pin their event in the spotlight section.
Google AdSense display ads on event listing pages with locally-targeted advertising for maximum relevance.
Premium "weekly event email" subscription delivering curated picks to subscribers' inboxes every Thursday.
Local business advertising and venue partnership deals for sidebar or footer placement on category pages.