Research

Build a Movie Review Digest with AI

Aggregate reviews from critics and audiences for new releases with consensus scores and a recommendation engine. Your AI agent researches what's playing and streaming this week, synthesizes opinions from Rotten Tomatoes, Letterboxd, and major publications, and publishes a clean digest that helps viewers decide what to watch without reading a dozen reviews themselves.

Build Prompt

Copy this prompt into Claude Code
Build a static HTML movie review digest site. Dark theme: background #0a0a0f, surfaces #12121a, borders #1a1a2a, accent #0ea5e9 (sky blue). All data inline as JavaScript: `const MOVIES = [...]`, `const GENRES = [...]`, `const LAST_UPDATED = "..."`. Each movie object: id, title, year, runtime (minutes), mpaaRating (G/PG/PG-13/R/NR), genre (array, up to 3), director, leadCast (array of 3 names), synopsis (2 sentences, spoiler-free), posterEmoji, criticScore (0-100, Rotten Tomatoes style), audienceScore (0-100), consensusBlurb (1 sentence), reviewCount, topCriticQuote (1 sentence with source name), topAudienceQuote (1 sentence), isInTheaters (bool), streamingOn (array: Netflix/Hulu/HBO/Disney+/Prime/Apple TV+/Peacock or empty), trailerUrl, releaseDate, boxOfficeMillions (or null). Layout: 1. Header "🎬 ReviewDigest" with search bar and "New this week" badge count. 2. Filter row: Genre tabs (All, Action, Comedy, Drama, Horror, Sci-Fi, Documentary), In Theaters / Streaming toggle, Min Score slider (0-100). 3. Featured row: top 3 movies with highest consensus score in a horizontal card row — larger cards with prominent score circles. 4. Full movie grid (2 cols desktop, 1 mobile): each card shows posterEmoji (large, centered), title, year, runtime, MPAA badge, director, genre tags, critic score bar (red to green gradient based on score), audience score bar, streaming badges, "Read Consensus" expand button that reveals synopsis + quotes. 5. Recommendation engine: "You might like..." section — JavaScript logic picks 3 movies based on the last card the user clicked or expanded. 6. Weekly stats bar: total movies reviewed, average score, highest-rated genre this week. 7. Footer: "Reviews researched weekly from Rotten Tomatoes, Letterboxd, and major publications" + last updated timestamp. Seed 16 movies: mix of new theatrical releases (8) and recent streaming additions (8) across all genres. SEO: JSON-LD Movie + AggregateRating for each film, unique title and meta, canonical URL. Add cron comment: 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

Genre Specialization

Focus on horror, anime, or indie films to build a devoted niche audience with stronger engagement than a general digest.

Watchlist Feature

Let visitors save movies to a localStorage watchlist and mark them as watched with a personal rating.

Critic vs Audience Divergence

Highlight films where critic and audience scores differ by 30+ points — a perennial discussion starter.

Mood Picker

Add a "What are you in the mood for?" quiz that asks 3 questions and suggests the perfect movie from your list.

Director Filmography

Link each director name to a filtered view showing all their reviewed films sorted by score.

Streaming Availability Map

Add a grid view of what's available on each platform to help users maximize their subscriptions.

Update Prompt

Update Prompt — Re-research and refresh movie reviews
Research new movie releases and streaming additions from this week. Check Rotten Tomatoes and Letterboxd for critic and audience scores on new theatrical releases and notable streaming additions to Netflix, HBO, Hulu, and Prime. Remove films older than 6 weeks from the primary list. Update MOVIES array and set LAST_UPDATED. Redeploy to AccessAgent.ai.

SEO Tips

Monetization Ideas

Related Ideas

Ready to build your Movie Review Digest?

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

Get Started