BypassBuddy is a powerful, modular link resolution tool designed to bypass ad-shorteners and reveal the final destination URL instantly. It features a premium, aesthetic user interface and a robust backend powered by FastAPI.
- Instant Resolution: Bypasses common ad-shorteners and link lockers.
- Premium UI: A clean, "Claude-like" aesthetic with dark mode support, smooth animations, and mobile responsiveness.
- Modular Architecture: Easily extensible system where each bypass module is independent.
- Dynamic Support: The UI automatically updates to show the count of supported domains.
- Developer Friendly: Built with FastAPI, including automatic Swagger documentation at
/docs.
- Backend: Python (FastAPI, Uvicorn)
- Frontend: HTML5, Vanilla JS, TailwindCSS
- Networking:
curl_cffifor advanced browser impersonation (TLS fingerprinting). - Parsing:
BeautifulSoup4andlxml.
-
Clone the repository:
git clone https://github.com/<your-username>/BypassBuddy.git cd BypassBuddy
-
Create a virtual environment:
python -m venv .venv # Windows .venv\Scripts\activate # Linux/Mac source .venv/bin/activate
-
Install dependencies:
pip install -r requirements.txt
-
Run the server:
python -m uvicorn app.main:app --reload
-
Open the App: Visit
http://localhost:8000in your browser.
Simply paste a supported short link into the input field and click "Resolve". The application will process the link and display the final destination.
This tool is for educational purposes only. Use it responsibly and only on links you are authorized to access.