Void Crawler 2.0.1

A lightweight, single-file developer CMS designed for easy file structure management, private repo navigation, and drag‑and‑drop interaction.

Overview

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.

Single‑File Setup

Only one file is required:

No backend, no dependencies, no installation. Drop the file anywhere and open it in your browser.

Drag & Drop Simplicity

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.

How It Works

The system uses the FileReader and webkitdirectory drag‑and‑drop capabilities built into modern browsers. All operations are local:

Use Cases

Prerequisites

Before using Void Crawler, ensure your environment meets the following requirements:

⚠️ 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.

Notes