https://github.com/sethsandaru/devtoolz
Opinionated DevToolz to increase Development Experience (DX). Built from personal preferences
https://github.com/sethsandaru/devtoolz
developer-tools devtool devtools laravel php
Last synced: 11 months ago
JSON representation
Opinionated DevToolz to increase Development Experience (DX). Built from personal preferences
- Host: GitHub
- URL: https://github.com/sethsandaru/devtoolz
- Owner: sethsandaru
- Created: 2023-09-30T12:31:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-13T06:37:52.000Z (over 2 years ago)
- Last Synced: 2025-04-03T12:58:37.269Z (11 months ago)
- Topics: developer-tools, devtool, devtools, laravel, php
- Language: CSS
- Homepage: https://tools.sethphat.dev
- Size: 844 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The DevToolz Application
Opinionated DevToolz to increase/skyrocket the Development Experience (DX).
Built from personal preferences and experience.
I'm proud to use this every day and share it with the whole world under OSS aura đĨ°đ.
No ADS, no tracking, OnlyTools đ
Live at: [https://tools.sethphat.dev/](https://tools.sethphat.dev/) đ

## DevToolz built from
- Vue 3 x TypeScript
- PHP 8.2
- Laravel 10
## Available Dev Toolz
- đ Minimalism JSON Viewer (with Tabs view)
- đĨ Encryptor: MD5, SHA1, SHA256, Base64 & Hex
- đĒ Random IDs: UUID, UUIDv4, ULID
- đĄī¸ Fake info generator (name, address, phone number,...)
- đĄ HTML to PDF
- đĄ CSV to JSON
- đĄ JSON to CSV
- đĄ Web Development Helpers:
- đ§Ž PX to REM and vice-versa
- đĄ WebP converter
Notes: đĄ in development / coming soon!
## Self-hosted
### Requirements
- [Composer](https://getcomposer.org/)
- Node 18+
### Setup
- Clone this repo
- Run `composer install`
- Copy `.env.example` => `.env`
- Run `php artisan key:generate`
- Run `npm ci && npm run build`
- Run `php artisan octane:start` to start the application
- If it asks to download RoadRunner library, let the process download it.
### Self-hosted
You'd need NGINX for reverse-proxy & SSL purpose.
### All-in-one Docker
Visit [DevToolz Image](https://github.com/sethsandaru/devtoolz/pkgs/container/devtoolz).
You can simply pull and run it in no time.
Exposes port: `80`
## License
MIT License
## Motivation
> Unlike DevUtils that you have to pay every year and the maker doesn't really listen to the audience. đĄ
I believe that these DevToolz are
- Simple, easy to implement đ
- Super helpful âī¸
- Should be open-sourced đ
Not only I skyrocket my workflows but also you too.
## Contribution
Feel free to submit your idea (over an Issue) or your Feature PR.
We'd love to have more and more tools under DevToolz đ.
## Copyright
Copyright Šī¸2023 by Seth Phat.