A comprehensive collection of developer tools built with Blazor WebAssembly. All tools process data locally in your browser - no data is sent over the internet!
- Blazor Version: blazor.mydevtools.org
Note: A Vue.js version is also available at mydevtools.org (GitHub)
- 📋 JSON Formatter: Format and validate JSON with syntax highlighting
- 🔀 Diff Checker: Compare and visualize differences between texts
- 🗄️ SQL Formatter: Format SQL queries with syntax highlighting
- 🔑 GUID Generator: Generate unique GUIDs/UUIDs
- 🎲 Random Numbers: Generate random numbers with custom ranges
- 🎨 Color Converter: Convert between color formats (HEX, RGB, HSL)
- 🔒 Hash Generator: Generate secure hashes (MD5, SHA-1, SHA-256, etc.)
- 🔗 URL Encoder/Decoder: Encode and decode URLs with proper character escaping
- 📱 QR Code Generator: Create QR codes for any text or URL
- 🌿 Branch Name Formatter: Format Git branch names according to conventions
- ⏰ Cron Generator: Generate cron expressions with a visual interface
- 🔐 JWT Decoder: Decode and validate JSON Web Tokens
- 📦 Container IDs: Generate and manage container identifiers
- All processing is done locally in your browser
- No user input data is sent over the internet
- No tracking or analytics
- No data storage
- Clone the repository:
git clone https://github.com/MrCull/MyDevTools.git
cd MyDevTools- Open the solution in Visual Studio
- Run the application
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the GPL-3.0 License - see the LICENSE.txt file for details.