Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 851 Bytes

File metadata and controls

54 lines (41 loc) · 851 Bytes

DevToolKit

DevToolKit is a compact developer dashboard for fast access to everyday utilities.

Features

  • Global search
  • Tool categories
  • Favorites
  • Recent tools
  • Command palette with Ctrl+K
  • JSON formatter
  • JSON validator
  • JWT decoder
  • UUID generator
  • SHA-256 generator
  • Timestamp converter
  • Regex tester
  • Color converter
  • Text diff checker
  • Dark and light theme
  • Responsive layout
  • Keyboard shortcuts
  • LocalStorage persistence

Installation

npm install
npm run dev

Build

npm run build

Usage

  • Use the search field to filter tools.
  • Click categories to narrow the list.
  • Press Ctrl+K to open the command palette.
  • Press number keys to jump to a tool.

Screenshots

Soon.

Roadmap

  • Add clipboard actions for every tool
  • Add inline diff highlighting
  • Save per-tool presets