Settings

Theme

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

github.com

1 points by bimsina · 0 comments · 1 min read

Reader

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

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection