Skip to content

sharathdoes/what-next

Repository files navigation

whatnext 🎬

Smart film recommendations on top of your Letterboxd taste.

Next.js TypeScript Tailwind CSS Groq

Enter a Letterboxd username → get 10 high‑signal film picks based on your rated & recent watches.

✨ Features

  • Pulls your public Letterboxd activity
  • Builds a quick taste profile (genres, eras, vibes)
  • Asks Groq (Llama 3.3) for 10 very specific recs
  • Clean, Letterboxd‑inspired UI

🚀 Quickstart

pnpm install
pnpm dev

Create a .env file:

GROQ_API_KEY=your_key_here
NEXT_PUBLIC_TMDB_READ_TOKEN=your_token_here

Then visit:

  • http://localhost:3000 → type a Letterboxd username

🧠 How it works (tiny version)

  1. /api/letterboxd/[username] scrapes recent films & ratings
  2. /api/recommend summarizes your taste & asks Groq for recs
  3. UI renders your profile summary + recommendation grid

Not affiliated with Letterboxd. Built for film nerds who never know what to watch next.

About

Enter your Letterboxd username and get film recommendations based on your history

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors