Info
Where to watch?
Videos
Settings & Knowledge

Preferences

Knowledge Base

About
OnRegardeQuoi Logo

OnRegardeQuoi.com is a free, private, lightweight, and open-source web app for discovering movies and TV shows through their trailers.

It takes its name from the common French phrase "On regarde quoi ?", meaning "What are we watching?".

Feel free to visit the GitHub repository to learn more about the project.

Made with ❤ by micka from Paris

Updates
v2.0 (May 30, 2026)
  • Complete UI Redesign: Replaced the navigation dock with a centralized, minimalist floating menu.
  • Code Architecture: Split the monolith file into modular HTML, CSS, JS, and Service Worker files for better maintainability.
  • Infinite Scrolling: Removed the manual "Load More" button in favor of a seamless Intersection Observer scroll.
  • Advanced Search Engine: Replaced basic visual shortcuts with power-user query tags (search by year, genre, actor, director, and country).
  • Smart Metadata: Integrated clickable tags for Cast, Directors, and Genres within the Info modal, allowing for instant deep-dive discovery.
  • Performance & Privacy: Swapped standard YouTube iframes for Lite-YouTube embeds (faster load times) and added an Invidious proxy toggle.
  • Data Management: Added the ability to backup (Export) and restore (Import) your bookmarks via JSON files.
  • True PWA: Added a dedicated Service Worker (`sw.js`) for offline support and smart local image caching with auto-cleanup.
  • OLED & Light Themes: Upgraded default to true pitch black for mobile battery savings, with an instant toggle for a clean light mode.
  • Desktop Navigation: Introduced comprehensive keyboard shortcuts (M, T, S, B, Space, Arrows) for lightning-fast browsing.

v1.5 (January 28, 2026)
  • Integrated JustWatch for streaming availability
  • Added support for URL query parameters (?q=) for direct searches (Browser, Raycast, Alfred, etc.)
  • Enhanced search functionality so you can search for actors and years
  • Introduced new category shortcuts for quick filtering (Action, Horror, Comedy, etc.)
  • Generated desktop apps using Pake (available on GitHub for macOS and Windows)

v1.4 (January 22, 2026)
  • Tailwind CSS optimization: migrated from CDN to compiled output.css for significantly faster load times
  • Simplified header with external logo.svg integration
  • New favicon and icon sets for iOS, Android, and other platforms
  • New shortcuts for direct searches on YouTube and Dailymotion
  • Improved the behavior of the close search bar button

v1.3 (November 26, 2025)
  • Changed the behavior of the Dock
  • Code optimization

v1.2 (November 21, 2025)
  • onregardequoi.com is now the official domain
  • Bookmarks feature to save movies and TV shows (sort of a watch later thing)
  • UI tweaks and optimization

v1.1 (October 16, 2025)
  • New shortcuts for IMDb, Rotten Tomatoes and Metacritic
  • New favicons/icons for all browsers, devices and platforms
  • Implemented a "Smart Hover & Tap" model that feels more native and predictable on all devices
  • Code cleaning and optimization

v1.0 (September 23, 2025)
  • Initial release with core movie/TV show browsing
  • Dynamic content loading and search functionality
  • Responsive and modern design adapted for all screen sizes
  • Persistent and time-based caching
FAQ & Shortcuts
Keyboard Shortcuts
  • M / T : Movies / TV Shows
  • S / B : Settings / Bookmarks
  • Space : Focus Search Bar
  • Arrows : Navigate Menus / Scroll
  • Esc : Close Popups / Menus
Advanced Search Tags

For power users, you can use tags to search for a specific type of movie or TV show. Combine them to refine your discovery:

  • y:year (e.g. y:1988 or y:2023)
  • g:genre (e.g. g:hor or g:horror or g:comedy or g:thriller)
  • a:actor (e.g. a:cruise or a:keanu)
  • cr:crew/director (e.g. cr:nolan or cr:tarantino)
  • c:country (e.g. c:fr or c:us or c:kr)
  • t:type (e.g. t:tv to force TV shows. Default is Movie)

Example: g:sci cr:nolan y:2014

Acknowledgments
  • The Movie Database for their API
  • JustWatch for streaming availability
  • Vercel for seamless hosting
  • Tailwind and Heroicons for CSS and SVG
  • Justin Ribeiro for lite-youtube