A modern web application that allows users to easily download thumbnails from YouTube videos in various resolutions.
- Download thumbnails in multiple resolutions (HD, SD, HQ, MQ, Default)
- Real-time thumbnail preview
- Bulk download option (all resolutions in ZIP)
- Responsive design with mobile support
- Recent downloads history
- Dark mode interface
- Fast and lightweight
- Standard YouTube URLs (
youtube.com/watch?v=...
) - Short URLs (
youtu.be/...
) - YouTube Shorts (
youtube.com/shorts/...
) - Embed URLs (
youtube.com/embed/...
) - Live URLs (
youtube.com/live/...
)
- Vue 3 (Composition API)
- Tailwind CSS
- Vite
cd Backend
npm install
npm run start
cd Frontend
npm install
npm run dev
# In Frontend directory
npm run build
This project uses:
- Vue 3 with Composition API for reactive state management
- Tailwind CSS for styling
- Vite for fast development and building
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
If you find this project useful, please consider giving it a star at GitHub Repository! For issues, bugs, or feature requests, please open an issue in the GitHub repository.