Show HN: CF Local Helpers – Dashboard for Cloudflare Workers Local Dev

github.com

1 points by bimsina 9 hours ago

I got tired of writing one-off scripts every time I needed to check what's in my local KV namespace or debug a D1 query while developing Cloudflare Workers apps. So I built this.

It's a simple dashboard you mount on a route (like /dashboard) that lets you: - Browse and edit KV namespaces - Run SQL queries against D1 databases - Navigate R2 buckets and preview files - See all your env bindings in one place

Works with Hono, Itty Router, TanStack Start, or plain Workers. Just add it as a dev dependency and import it where you need it.

Stack is HTMX + TailwindCSS + DaisyUI + AlpineJS.

GitHub: https://github.com/bimsina/cf-local-helpers