An open API service indexing awesome lists of open source software.

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

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/) 😎

![screenshot.png](public/screenshot.png)

## 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.