Accelerate downloads, analyze media metadata, and manage your history.
Powered by Cloudflare Workers and MediaInfo.js.
FastLink solves the problem of slow direct downloads by proxying traffic through Cloudflare's global edge network. It creates resume-capable links and provides detailed technical metadata for video and audio files instantly—without downloading the entire file.
| Feature | Description |
|---|---|
| 🚀 Acceleration | Proxies downloads through Cloudflare to bypass throttling and improve stability. |
| ⏯️ Resume Support | Generates links that support pausing and resuming downloads (Byte-Range headers). |
| 📊 Media Analysis | Extracts deep metadata (Resolution, Bitrate, Codecs) using MediaInfo WebAssembly. |
| 🕒 Smart History | Auto-saves your sessions. Restore previous links and metadata with a single click. |
| 🛡️ Secure Proxy | Built-in SSRF protection and browser emulation for maximum compatibility. |
| 🎨 Modern UI | A beautiful, responsive interface crafted with shadcn/ui and Tailwind CSS. |
This project is built with a modern, edge-first architecture:
- Runtime: Cloudflare Workers (Serverless Edge)
- Framework: React Router v7 (formerly Remix)
- Language: TypeScript
- UI Library: shadcn/ui
- Styling: Tailwind CSS
- Core Engine: MediaInfo.js (WASM)
- Use a Standard HTTP/HTTPS direct link to a media file.
- Or use a public Google Drive file link.
- Paste your link into the input field.
- FastLink instantly validates the URL.
- Click Generate to analyze the file and create a proxy link.
- View detailed media info or click the Download button to start.
- Access your History via the top-right menu to restore past sessions.
FastLink is released under the GNU GPLv3 license.
Special thanks to the open-source community:
- MediaInfo: Analysis powered by mediainfo.js (MediaArea.net).
- Inspiration: This project was heavily inspired by MediaPeek.
- Big thanks to luminalreason for the original concept.
- Developer: Built by Eithon.