UltraVid

2024 JavaScript · Nginx · Python

UltraVid is a tool for downloading TikTok videos at the highest available quality, without watermarks. It handles the reverse-engineering of TikTok's video delivery pipeline to extract clean source files.

Motivation

Content creators and editors frequently need clean source video from TikTok for compilations, analysis, or archiving. Existing tools were unreliable, ad-heavy, or produced low-quality output. I built UltraVid to be fast, clean, and consistently reliable.

How it works

Technical details

The backend is a Python service that handles URL resolution and video extraction. Nginx sits in front as a reverse proxy and handles static file serving. The frontend is vanilla JavaScript with a minimal UI. The system is designed to be self-hosted and lightweight.