Localflare is a local development dashboard for Cloudflare Workers that lets you visualize and interact with your Worker resources while you build. Instead of juggling multiple CLIs and scattered logs, it gives you a unified UI for common Cloudflare primitives like D1 databases, KV namespaces, R2 buckets, Durable Objects, and Queues. The D1 experience is more than a viewer: it includes a SQL editor and a data browser with inline editing, filtering, sorting, bulk operations, and even dummy data generation so you can iterate quickly. For KV and R2 it provides practical file-and-record management, letting you view, update, delete, upload, and download as part of your normal dev loop. It also includes tools for testing queue behavior by sending messages and inspecting results, which helps validate event-driven logic without deploying.
Features
- D1 Database Studio with SQL editor and inline table editing
- KV browser to view, edit, and delete key-value pairs
- R2 file manager for uploading, downloading, and managing objects
- Queue inspector to send test messages during development
- Durable Objects viewer to inspect and interact with instances
- Zero-config setup by automatically reading wrangler.toml