Research

Build a Local Event Guide with AI

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

Monetization Ideas

Related Ideas

Ready to build your Local Event Guide?

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

Get Started