Hysen Labs
Open-source project
No-Suggest/NoSuggest avatar
No-Suggest

NoSuggest

A distraction-free YouTube experience. Your channels, your feed, no algorithm.

34 stars2 forksHTMLNOASSERTION
DEEP OPEN-SOURCE ANALYSIS

NoSuggest is a distraction free YouTube viewer without recommendations

A source available web client that shows only subscribed channels and search, with no algorithm or autoplay.

What NoSuggest does

NoSuggest is a free, source available YouTube viewer designed for intentional watching. The readme frames it as a distraction free experience built around a single idea: the user's channel subscriptions and their own search, and nothing else. There are no suggested videos, no autoplay, no Shorts spiral, and no recommendation algorithm pulling the viewer away from what they opened. The readme says it works as a distraction free YouTube client that strips out everything except the channels the user chooses to follow, and it positions the tool as a source available alternative for people who searched for ways to watch YouTube without recommendations. It also compares itself to PocketTube for users who want something simpler, with no browser extension required and full mobile support. For parents the project includes a Kids Mode that offers YouTube for kids without recommendations, where the chosen channels are locked behind a PIN. The repository carries 34 stars and 2 forks. The site is served at nosuggest.com. The pitch is straightforward: open it to catch up on channels, watch what you chose, and close it. That is the whole loop the project tries to protect. The tool is aimed at people who treat YouTube as a destination rather than a feed.

Features and privacy

The feature list is deliberately small. A user can follow channels by adding any YouTube channel by name, handle, or URL. A latest videos feed shows recent uploads from followed channels in one place. Search finds any video by keyword or accepts a pasted YouTube URL to play directly. A save for later function bookmarks videos to watch when time allows. No account is required, so there is nothing to sign in to and nothing to create. The app is a PWA that installs on desktop and mobile and behaves like a native app without an app store. Kids Mode is a PIN protected mode that limits navigation to approved channels only. The interface is mobile first and works on iPhone, Android, iPad, and laptop without a browser extension. On privacy, NoSuggest states it collects no personal data: no accounts, no sign in, no cookies, no tracking pixels. It uses Cloudflare Web Analytics, described as a cookie free, privacy respecting tool that records only aggregate data such as page views and country, with no individual visitors tracked. The user's data lives entirely in the browser's localStorage: the channels followed, the videos saved, a short lived video cache cleared every three hours, and the Kids Mode PIN if set. Nothing leaves the device.

How it works and source availability

NoSuggest retrieves publicly available YouTube data, the same information visible to anyone browsing YouTube, and videos play through YouTube's official embed player, so watch time and ad revenue still go to creators as normal. The readme is clear that this is a source available project rather than fully open in the classic sense. The frontend source code in this repository is made available for transparency and personal non commercial use, and the user may read and inspect it. The backend worker that handles API requests is kept private to protect service reliability and prevent abuse. That means the visible and inspectable part is the frontend, while the infrastructure layer is not published. The readme also sets a boundary: the application may not be redistributed, rebranded, or redeployed commercially or publicly without explicit permission. Support is presented as voluntary, with the project stating it is free and always will be, funded by users who find it useful. The combination of a minimal feature set, local only storage, and a privacy respecting analytics choice reflects a consistent stance that the product's value is restraint rather than features. The code is distributed under a custom license noted in the repository. The readme repeats that the frontend is the only published part of the system.

Editorial conclusion

The source is available on GitHub at https://github.com/No-Suggest/NoSuggest and its most recent update was on 2026-08-26.

DEEP OPEN-SOURCE ANALYSIS

Official sources

Community notes

Community notes