@mayrlabs/toolkit-web
v0.0.6
Published
Web runtime for the DevToolkit CLI, providing essential developer utilities locally.
Downloads
716
Maintainers
Readme
@mayrlabs/toolkit-web
This package houses the standalone Next.js web application for DevToolkit.
Note for users: This package is an internal runtime and should not be installed or run directly by end-users. Instead, please use the CLI wrapper via npx @mayrlabs/toolkit@latest or install it globally with npm install -g @mayrlabs/toolkit.
Development
First, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the live editing results.
This application provides the local offline UI dashboard containing various developer-friendly tools:
- Base64 Encoding / Decoding
- Hash generations (MD5, SHA, etc.)
- JSON utilities
- JWT toolkits
- ...and more!
Stack
- Framework: Next.js (App Router)
- Styling: Vanilla CSS (No hardcoded themes)
- Linting/Formatting: Biome
License
MIT License.
