Skip to content

Developer utilities including JSON formatter, UUID generator, Base64 converter, QR code generator, hash generator, and more

License

Notifications You must be signed in to change notification settings

mingrammer/devtoolkit

Repository files navigation

logo

DevToolKit - Essential Developer Utilities

https://devtoolkit.mingrammer.com

A comprehensive collection of free online tools designed to make developers' lives easier. All tools work entirely in your browser without requiring any downloads or installations.

Buy me a coffee

Available Tools

📝 Text Processing

  • UUID Generator - Generate secure UUIDs (v4, v5) with namespace support
  • Lorem Ipsum Generator - Create placeholder text in words, sentences, or paragraphs
  • Case Converter - Transform text between camelCase, snake_case, UPPERCASE, lowercase, and more
  • Password Generator - Create strong, secure passwords with customizable options
  • Text Diff - Compare two texts and highlight differences side by side
  • Escape/Unescape Tool - Encode and decode HTML, URL, and JSON strings
  • Text to Slug - Convert text into SEO-friendly URL slugs
  • Word Counter - Count words, characters, sentences, paragraphs, and estimate reading time

🔐 Encoding & Conversion

  • Hash Generator - Generate MD5, SHA1, SHA256, SHA512, and other hash types
  • Base64 Converter - Encode and decode Base64 strings with toggle modes
  • QR Code Generator - Create QR codes for text, URLs, and other data with customizable sizes
  • Number Converter - Convert numbers between binary, decimal, hexadecimal, and octal

⏰ Time & Date

  • Unix Timestamp Converter - Convert between Unix timestamps and human-readable dates
  • Timezone Converter - Convert times between different timezones
  • Cron Generator - Create and validate cron expressions with human-readable descriptions

📊 Data Format

  • JSON to CSV Converter - Transform JSON data into CSV format for spreadsheets
  • CSV to JSON Converter - Convert CSV data into structured JSON objects
  • YAML to JSON Converter - Transform YAML configuration files to JSON
  • JSON to YAML Converter - Convert JSON into human-readable YAML format
  • CSV to YAML Converter - Transform tabular CSV data into YAML structure
  • YAML to CSV Converter - Convert YAML data into CSV for data analysis
  • JSON Formatter/Validator - Format, validate, and beautify JSON with syntax error detection
  • Locale Converter - Convert between language codes (ISO 639) and country codes (ISO 3166)
  • Number Formatter - Format numbers with currency, percentage, and thousands separators

🛠️ Developer Tools

  • Regex Tester - Test regular expressions with real-time matching and highlighting
  • Markdown Viewer - Preview markdown with syntax highlighting for code blocks
  • CIDR Calculator - Calculate network ranges, subnets, and IP address information

Getting Started

  1. Visit any tool from the sidebar navigation
  2. Enter your data in the input fields
  3. See instant results in the output area
  4. Copy results or download files as needed

Development

This project is built with React, TypeScript, and Tailwind CSS. To run locally:

# Clone the repository
git clone <repository-url>

# Install dependencies
npm install

# Start development server
npm run dev

Contributing

Contributions are welcome! Feel free to:

  • Report bugs
  • Suggest new tools
  • Submit pull requests
  • Improve documentation

License

This project is open source and available under the MIT License.

About

Developer utilities including JSON formatter, UUID generator, Base64 converter, QR code generator, hash generator, and more

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages