A collection of essential tools to streamline your development workflow.
| Tool Name | Description | Link |
|---|---|---|
| JSON Formatter | Format and beautify your JSON data | /tools/json-formatter |
| Base64 Encode/Decode | Encode and decode Base64 data | /tools/base64 |
| URL Encode/Decode | Convert URLs to a safe format | /tools/url-encoder |
| UUID Generator | Generate random UUIDs/GUIDs | /tools/uuid-generator |
| YAML to JSON | Convert YAML to JSON format | /tools/yaml-to-json |
| Hash Generator | Generate MD5, SHA-1, SHA-256 hashes | /tools/hash-generator |
| Secure Password Generator | Secure, random password generator with strong encryption | /tools/secure-password |
| CSV to JSON | Convert CSV data to JSON format | /tools/csv-to-json |
| QRCode Generator | Generate QR codes instantly from text, URLs, or data. | /tools/qrcode |
| Text Case Conveter | Trasnform your texts into different formats. | /tools/text-case-converter |
Ensure you have the following installed:
- Clone the repository:
git clone https://github.com/your-username/dev-utilz.git cd dev-utilz - Install dependencies:
npm install # or yarn install
To start the development server, run:
npm run dev # or yarn devThis will launch the application at http://localhost:3000.
For production build:
npm run build # or yarn build
npm start # or yarn start- JWT Encoder/Decoder – Encode and decode JWT tokens.
- Regex Tester – Test and validate regular expressions.
- HTML to Markdown Converter – Convert HTML content into Markdown format.
- Markdown Previewer – Live preview for Markdown files.
- Text Case Converter – Convert text to uppercase, lowercase, camelCase, snake_case, etc.
- IP Address Lookup – Get geolocation details of an IP address.
- Timestamp Converter – Convert Unix timestamps to readable dates.
- Unit Converter – Convert between metric and imperial units.
- Color Picker & Converter – Convert HEX, RGB, and HSL color codes.
- PDF to Text Extractor – Extract text from PDF files.
This project is licensed under the MIT License.
For detailed information on all updates, improvements, and bug fixes, check the Changelog
We welcome contributions from the community! 🚀 Whether it's fixing bugs, adding new features, or improving documentation, your help is appreciated.
- Report Issues – If you find a bug or have a feature request, open an issue.
- Submit Pull Requests – Fork the repository, make your changes, and submit a pull request.
- Code Review – All contributions will be reviewed to ensure quality and maintainability before being merged.