/workerskv.gui

(WIP) A cross-platform Desktop application for exploring Workers KV Namespace data

Primary LanguageSvelteMIT LicenseMIT

Workers KV – Desktop GUI

A cross-platform Desktop application for exploring Workers KV Namespace data

Built with:

  • Svelte – UI framework
  • Svelte Kit – UI build system
  • Tauri – Desktop Application framework
  • Redis – The backing database / cache

Install

Note: Pre-built applications are available on the Releases page!

You must have Redis installed locally to use localhost servers.

Local Development

Please follow the Tauri Getting Started Guide to setup your system with the Rust toolchain.

Once complete, this application is built like a typical Node.js application – however, pnpm is used for package management.

$ pnpm install
$ pnpm run build

Note: You may use yarn or npm, but only a pnpm lockfile is included.

Screenshots

Setup or Manage Connections

setup connection details

Viewing Namespace Keys

view key properties and value