Software · Secure File Sharing

R2 Secure Directory Indexer

A high-performance Cloudflare Worker for R2 providing token-based, scoped, hierarchical access to file storage — with a modern glassmorphism UI.

What it does

Point it at a Cloudflare R2 bucket and it gives you a clean, browsable file portal — but access is scoped by token, not wide open. Each token maps to a specific subdirectory "cage," so you can hand a client a link to their folder only, with a distinct token per client, all backed by one shared bucket. Built as an evolution of the open-source Listr2 by xolyn, developed further with Jeff Parrish PC Services and AI assistance from Claude, Gemini, and Copilot.

Built for real-world file sharing

Under the hood

Runs entirely on Cloudflare's edge — a Worker in front of an R2 bucket, no origin server to maintain. Theme preference (light/dark/system) persists in the browser via localStorage.

Cloudflare Workers Cloudflare R2 JavaScript Glassmorphism UI i18n (6 languages)