Status: Maintained | Version: 1.5
www.onregardequoi.com
OnRegardeQuoi is a free, open-source, and minimalist web app that helps you discover movies and TV shows through their trailers.
It takes its name from the French phrase On regarde quoi ? meaning What are we watching?
The goal is to provide a simple and light trailer-focused experience, not to replace more comprehensive movie databases.
- Browse Movies & TV Shows – Easily switch between movies and TV Shows
- Smart Categories – Discover content in categories such as Trending Now, Coming Soon, All-Time Greats, and more
- Instant Trailer Playback – Watch the trailer directly in the app. You can access all available videos from TMDB and find quick links to YouTube or Dailymotion
- Responsive Design – Seamless experience on desktop, tablet, or phone
- Fast & Lightweight – Built with HTML, CSS and JavaScript with no heavy frameworks
- Smart Caching – Time-based local storage caching for faster loading on return visits
- Detailed Information – Access synopsis, genres, runtime, rating, cast, and director for any title
- Watch Later – Bookmark your selection to view them later
- Where to Watch – Find where to stream, buy, or rent through JustWatch integration
- Quick Search Integration – Add OnRegardeQuoi as a custom search engine in your browser, Raycast, Alfred, etc.
https://www.onregardequoi.com/?q={query} - No Account - No account is required and no cookies are used
Simply visit onregardequoi.com and start exploring, no setup required.
Use the amazing Pake command line to create your own lightweight and fast desktop app for OnRegardeQuoi on macOS, Windows, or Linux. Check the Pake GitHub for more information about this very useful tool.
Run this project locally with a free API key from The Movie Database (TMDB):
- Download all the files
- Edit the
index.htmlfile and paste your API key into thedevKeyconstant:
devKey = 'YOUR_TMDB_API_KEY_GOES_HERE';- Run the
index.htmlfile in your web browser
Deploy your own instance for free on Vercel:
- Fork this repository
- Sign up for a free account at Vercel
- Import your forked repository
- Add your TMDB API key as an environment variable named
TMDB_API_KEY - Deploy!
OnRegardeQuoi uses specific filters for each category to ensure high-quality and relevant content, such as a minimum rating or vote count. This is why listings may differ from those on the main TMDB website. These criteria will certainly evolve over time (feel free to share your thoughts on this matter; I'm clearly open to suggestions!).
- No Personal Data – There is no collection, storage, or transmission of any information, and no cookies or trackers are used. Only the privacy friendly script GoatCounter is tested (which is blocked by uBlock Origin anyway 😄)
- Local Storage – Movie and TV show data cached locally on your device for performance. Can be cleared anytime from browser settings or the app's "Refresh ↻" button
- Third-Party Services – Videos stream via YouTube's privacy-enhanced mode (
youtube-nocookie.com), subject to YouTube's privacy policy obviously..
Found a bug or have a feature request? Open an issue.
- The Movie Database (TMDB) – Comprehensive movie and TV show data
- JustWatch- Streaming availability
- Vercel – Seamless and free hosting
This project is licensed under the MIT License - see the LICENSE file for details. This project relies on third-party APIs and services such as TMDB, JustWatch, etc. Users must comply with each service's terms of service when using this application.








