A lightweight, single-file developer CMS designed for easy file structure management, private repo navigation, and drag‑and‑drop interaction.
This application functions as a basic developer Content Management System for browsing, reading, and managing project files. It is intentionally simple: a single HTML file (plus an optional favicon) that provides a clean interface for sorting your directory structure, loading files, and interacting with them effortlessly.
Only one file is required:
No backend, no dependencies, no installation. Drop the file anywhere and open it in your browser.
Drag a folder or file directly into the working directory. The browser reads it in real time:
This makes it ideal for private offline use, sensitive repos, or quick inspection workflows.
The system uses the FileReader and webkitdirectory drag‑and‑drop capabilities built into modern browsers. All operations are local:
Before using Void Crawler, ensure your environment meets the following requirements:
voidcrawler.php file requires PHP to run.
fileinfo extension is enabled for full functionalitywebkitdirectory)⚠️ Note: Void Crawler will not function correctly without a web server and PHP. Opening the PHP file directly in a browser may result in errors or a blank page.