This is a open-source project that I created to help developers with some tools that I use in my day-to-day life. I hope you enjoy it!
If you want to contribute, feel free to fork this repository and make a pull request with your changes.
And if you have any suggestions, please let me know by creating an issue.
Status | Name | Description |
---|---|---|
Code Editor & Compiler | Write code in different languages (HTML, JS, CSS, Python, Java, C, C++, PHP, etc.) and compile it. | |
Markdown Editor | Write markdown and preview it. | |
HTML WYSIWYG Editor | Write, edit your text and get the HTML output. |
Status | Name | Description |
---|---|---|
Format Converter | Convert your images to different formats. | |
JPEG/WEBP Compressor | Reduce the size of your images for JPEG and WEBP formats. | |
Resizer | Resize your images. | |
Base64 Image Converter | Encode or decode base64 images. | |
QR Code Generator | Convert text to QR code and vice versa. | |
SVG Placeholder Generator | Generate SVG placeholders. | |
Camera Recorder | Record video from your camera. |
Status | Name | Description |
---|---|---|
Number Base Converter | Convert number bases (binary, octal, decimal, hex etc.). | |
Roman Numeral Converter | Convert roman numerals to numbers and vice versa. | |
Base64 Converter | Encode or decode base64 strings. | |
Color Converter | Convert color codes to different formats. | |
Text Case Converter | Convert text to upper, lower, capitalize, camelCase etc. | |
NATO Alphabet Converter | Convert text to NATO alphabet. | |
ASCII Binary Converter | Convert text to ASCII binary and vice versa. | |
Unicode Converter | Convert text to unicode and vice versa. | |
List Converter | Convert lists to different formats. | |
Data Type Converter | Convert between JSON, XML, YAML, TOML, CSV etc. | |
Unit Converter | Convert units of length, weight, temperature etc. | |
Date Time Converter | Convert time zones and formats. | |
Unix Timestamp Converter | Convert unix timestamps to human readable dates. | |
Currency Converter | Convert currencies with live rates. | |
Unicode To Hex | Convert unicode to hex. | |
Hex To Unicode | Convert hex to unicode. |
Status | Name | Description |
---|---|---|
File Uploader | Upload and share files. | |
Url Encoder/Decoder | Encode or decode url strings. | |
Url Parser | Parse url strings. | |
Device Information | Show Your Device Information. | |
Basic Auth Generator | Generate basic auth headers. | |
Open Graph Meta Generator | Generate open graph meta tags. | |
OTP Code Generator | Generate and validate time-based OTP (one-time password) for multi-factor authentication. | |
MIME Types | Get MIME types. | |
JWT Parser | Parse JSON Web Tokens. | |
JWT Generator | Generate JSON Web Tokens. | |
Keycode Info | Get keycode information. | |
Slugify String | Slugify your strings. | |
User Agent Parser | Parse user agent strings. | |
HTTP status code | Get HTTP status codes. | |
Outlook Safe Link Decoder | Decode outlook safe links. |
Status | Name | Description |
---|---|---|
Translator | Translate text to different languages. | |
Regex Tester | Test your regular expressions. | |
Text Diff | Compare two texts. | |
Word Counter | Count words, characters and distribution. | |
Lorem Ipsum | Generate placeholder text. | |
Random String | Generate random strings for passwords etc. | |
Text to Image | Convert text to image. | |
Text to Speech | Convert text to speech. | |
Backslash Escaper | Escape or unescape backslashes. | |
Morse Code Translator | Translate text to morse code and vice versa. | |
Binary Translator | Translate text to binary and vice versa. | |
Emoji picker | Pick emojis. | |
String Obfuscator | Obfuscate your strings. | |
Numeronym Generator | Generate numeronyms. | |
Text to ASCII Art | Convert text to ASCII art. | |
Art Text Generator | Generate art text. |
Status | Name | Description |
---|---|---|
Token Generator | Generate tokens for authentication. | |
Hash Text | Hash your text with different algorithms. | |
Bcrypt Hash Generator | Bcrypt hash generator and verifier. | |
UUID Generator | Generate UUIDs. | |
ULID Generator | Generate ULIDs. | |
Encrypt/Decrypt Text | Encrypt and decrypt text. | |
BIP39 Passphrase Generator | Generate BIP39 passphrases. | |
HMAC Generator | Generate HMACs. | |
RSA Key Generator | Generate RSA key pairs. | |
RSA Key Decoder | Decode RSA keys. | |
Password Strength Checker | Check your password strength. | |
Password Generator | Generate passwords. | |
PDF signature checker | Check PDF signatures. |
Status | Name | Description |
---|---|---|
API Tester | Test APIs. | |
Editorconfig Generator | Generate .editorconfig files. | |
Gitignore Generator | Generate .gitignore files. |
Status | Name | Description |
---|---|---|
Nginx Config Generator | Generate Nginx configuration files. | |
Dockerize helper | Generate Dockerfile and docker-compose files. | |
Docker Run To Compose | Convert docker run commands to docker-compose. | |
Ubuntu Server Configurator | Generate Ubuntu server configuration. | |
Chmod Calculator | Calculate chmod values. | |
IMAP/POP3/SMTP Tester | Test IMAP, POP3, SMTP servers. | |
Random port generator | Generate random ports. | |
Cron Expression Generator | Generate cron expressions. |
Status | Name | Description |
---|---|---|
IP Address Info | Get information about IP addresses. | |
DNS Lookup | Lookup DNS records. | |
Ping Test | Test your ping. | |
Port Scanner | Scan ports. | |
IPv4 Subnet Calculator | Calculate IPv4 subnets. | |
IPv4 Address Converter | Convert IPv4 addresses. | |
IPv4 Range Expander | Expand IPv4 ranges. | |
MAC Address Generator | Generate MAC addresses. | |
IPv6 ULA Generator | Generate IPv6 ULAs. |
Status | Name | Description |
---|---|---|
Simple Calculator | Simple calculator for basic math operations. | |
Math Evaluator | Evaluate math expressions (e.g. 2+2*2). | |
ETA Calculator | Calculate ETA. | |
Percentage Calculator | Calculate percentages. | |
PI Calculator | Calculate PI. | |
Matrix Calculator | Calculate matrices. |
Status | Name | Description |
---|---|---|
Chronometer | Measure time. | |
Network Speed Test | Test your network speed. | |
Benchmark Builder | Build benchmarks. |
Status | Name | Description |
---|---|---|
Color Picker | Pick colors from the color picker or upload an image. |
All tools are open-source and available on GitHub.
You can access the tools by clicking on the links above or by accessing the website.
Or you can clone this repository and run the project locally. Project uses Next.js, Tailwind CSS and Flowbite React UI. To run the project locally or for development, follow the steps below:
- Clone the repository
- Install the dependencies with
npm install
(this project uses node v20) - Run the project with
npm run dev
- Access the project at
http://localhost:3000
This project is licensed under the MIT License - see the LICENSE file for details.