hi everyone,<p>I've been working on a web app (<a href="https://velty.app" rel="nofollow">https://velty.app</a>) that lets you organize your YouTube subscriptions and videos into folders and sub-folders. It helps you find what you want to watch more easily.<p>The idea came up when I found it hard to organize my growing list of YouTube subscriptions and finding videos easily. The YouTube playlists system is limited — it lacks hierarchy and search functionality.
I wanted an app to organizing everything into folders and sub-folders to easily find videos by their duration or the channel they're from. Also, provide the same functionality on mobile and destkop.<p>I tried different methods like RSS readers, browser extensions, and bookmarks, but they all had drawbacks:<p><pre><code> - Browser extensions don't work on mobile.
- With bookmarks, filtering and sorting are challenging.
- RSS readers have limitations in organizing folders and sub-folders and lack filtering and sorting options such as duration, published date, and channel names.
</code></pre>
So, I decided to build my own solution to deal with these issues.<p>I'm keen to hear your thoughts on the idea!