Blog: AxelBase Insights
Tutorials, deep dives, and updates for the Torrent Tracker Analyzer and other open-source tools. Follow our journey on GitHub.
Introducing the Torrent Tracker Analyzer
A powerful tool to inspect .torrent files and magnet links, check tracker reachability, and export detailed reports.
Read ArticleHow Tracker Reachability Works
Learn how we test HTTP and UDP trackers in the browser, including CORS limitations and timeout handling.
Read ArticleParsing .torrent Files in the Browser
Deep dive into Bencode decoding, info-hash calculation, and multi-file torrent support using Web APIs.
Read ArticleUnderstanding Public vs Private Trackers
What makes a tracker public? How DHT and PEX affect privacy, and how to detect private torrents.
Read ArticleExporting Analysis to CSV and JSON
Generate downloadable reports with tracker status, response times, file lists, and metadata.
Read ArticleBuilding a Drag-and-Drop File Uploader
Accessible, responsive file upload with instant feedback, keyboard support, and validation.
Read ArticleDeploying SvelteKit Apps to GitHub Pages
Step-by-step guide to build, deploy, and host static SvelteKit sites for free using `adapter-static`.
Read Article