# Niooonu > Niooonu is a free movie discovery web app — the movie hub for HD movies: watch HD movies online, browse a catalog of 98 acclaimed films from 1955 to 2025 with real posters and synopses, save titles to a personal watchlist, and take the whole library anywhere with the free Android app. No account or sign-up required. ## Pages - `/` — Home page. Hero with app download, scrolling poster strip, Latest Releases grid, and the complete All Films catalog. The primary action is downloading the Android app. - `/dashboard` — All Films. The complete catalog as a poster grid with genre filter chips, instant search (title, genre, language), and sorting (recently added / newest release / A to Z). - `/movie/:slug` — One page per film (98 pages) with the synopsis, year, genres, languages and watchlist options. Example: `/movie/dune-part-two`. ## How it works 1. Open the site — there is no login, sign-up, or account of any kind. 2. The catalog is a curated list of acclaimed films; every title automatically receives its real poster and a synopsis fetched from Wikipedia's public API (no API keys involved). 3. Tap or click any poster to open the film's page (/movie/:slug) with the synopsis, year, languages, genres and a link to the film's Wikipedia article. 4. Saving a film (bookmark icon or film page) adds it to your watchlist in one of three states: planned, watching or finished. The watchlist is stored against your browser — no login needed. 5. The header search filters the grid instantly; genre chips and sort controls narrow it further. ## Key facts - App name: Niooonu (formerly CinePulse) - Tagline: "Every Film, One Place" - What it is: a free movie hub for HD movies — legal discovery app (posters, synopses, watchlist), not a piracy site - Catalog size: 98 films, 19 genres, 12 languages, release years 1955-2025 - Cost: free - Accounts: none required — the watchlist is device-scoped - Data source: Wikipedia REST summary API for posters and synopses (attributed per film) - Android app: MovieBox2.apk, free download, Android 7.0+ - Technologies: React, Vite, Tailwind CSS, Convex (backend) ## Film catalog The full, always-up-to-date film list with one link per film is served at /llms.txt by the backend, and every film page is listed in /sitemap.xml. ## Download - Android app (direct APK): https://github.com/niooon-com/Movie-Box-Releases/releases/download/latest/MovieBox2.apk - Releases page: https://github.com/niooon-com/Movie-Box-Releases/releases/latest ## For crawlers - Sitemap: /sitemap.xml (generated from the live catalog, includes every /movie/:slug page) - Search verification: Google Search Console verified (meta tag + HTML file at /google990bffaac40f0966.html) - Crawlers that cannot execute JavaScript can fetch the same pages from the Convex site endpoints, which serve full server-rendered HTML with meta tags, JSON-LD and readable summaries: https://knowing-anteater-958.convex.site/ , https://knowing-anteater-958.convex.site/dashboard and https://knowing-anteater-958.convex.site/movie/:slug