Best flight deals from your home airport. AI researches deals on Google Flights, Skiplagged, and airline sites, then publishes a curated deal page with prices, routes, dates, and booking links.
Build Prompt
Copy this prompt into Claude Code
Build a static HTML cheap flight deals page. Dark theme with background #0a0a0f, card surfaces #12121a, borders #1a1a2a, accent color #0ea5e9 (sky blue). Data from inline `const DEALS = [...]`, `const HOME_AIRPORT = "LAX"`, `const LAST_UPDATED = "..."`.
Each deal has: id, destination, destinationCode, airline, price, normalPrice, savingsPercent, departDate, returnDate, stops (0/1/2), duration, dealType (Mistake Fare/Flash Sale/Error Price/Regular Deal), source (Google Flights/Skiplagged/Airline Direct), bookingUrl, image (emoji), tags (Weekend Getaway/International/Last Minute/Spring Break).
Layout: Header with "Cheap Flights from [Airport]", update badge showing last refresh time. Hero section: Top 3 deals as large featured cards with destination emoji, route, price, and savings highlight. Deal grid below: destination card with emoji flag, route (e.g. LAX → CDG), airline badge, price in large green text vs normal price struck through, savings % badge, departure and return dates, stops indicator (Nonstop/1 Stop/2 Stops), deal type badge (color-coded: red for Mistake Fare, orange for Flash Sale, yellow for Error Price, blue for Regular Deal), and a "Book Now →" link to the booking URL.
Filter bar: deal type dropdown, max price slider, stops filter (Any/Nonstop/1 Stop), destination type toggle (Domestic/International/All). Sort options: Cheapest First, Biggest Savings, Soonest Departure. Tips section at bottom: "Booking Tips" with fare class advice, best booking times, and hidden city ticketing warnings. Footer: "Deals found every 12 hours by AI agent".
SEO: title tag, meta description, OG tags, JSON-LD Offer schema for each deal. Seed with 12 sample deals across domestic and international destinations.
Add cron setup instructions in a comment at the bottom: <!-- Schedule: Run 'claude -p "Research cheapest flights from [airport] for next 3 months. Check Google Flights, Skiplagged. Update DEALS array. Redeploy."' via crontab every 12 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
Multi-Airport Search
Track deals from multiple nearby airports simultaneously and compare prices across hubs.
Price Calendar Heatmap
Visual calendar showing cheapest travel dates with color-coded price ranges per destination.
Destination Wishlist
Save desired destinations to localStorage and highlight matching deals when they appear.
Fare Class Filter
Filter by economy, premium economy, business, or first class with separate price tracking.
Travel Date Flexibility
Show +/- 3 day price comparison for each deal to find even cheaper nearby dates.
Airline Loyalty Programs
Display frequent flyer mile earning potential and credit card bonus opportunities per deal.
Update Prompt
Update Prompt — Re-research and refresh deals
Research cheapest flight deals from [your airport code] for the next 3 months. Check Google Flights, Skiplagged, and airline direct sales. Update DEALS array with best finds, remove expired deals, update LAST_UPDATED. Redeploy.
SEO Tips
Target "cheap flights from [airport]", "flight deals today", "error fares" in your meta description and headings for high-intent travel searches.
Add JSON-LD Offer schema for each deal with price, availability, and valid dates for rich snippets in Google search results.
Create destination-specific landing pages (e.g. "Cheap Flights from LAX to Tokyo") to capture long-tail route queries.
Include a "how to find cheap flights" guide section with evergreen content that ranks for informational queries year-round.