Skip to content

A developer toolbox containing various tools to help them in their day-to-day journey. Free. No ads. Open-source.

License

Notifications You must be signed in to change notification settings

vdtdg/dev-toolbox

Repository files navigation

Yet another dev toolbox

Except this one is free, without ads, no cookies, fully client side and lightweight !

Introduction

Welcome to Dev Toolbox, a simple, efficient, and respectful of your privacy toolbox for developers.

It's fully client-side, meaning all processing is done in your browser without the need for server-side interaction.

Bookmark it, keep a tab open while you work and have access to its tool. No need to install countless plugins on your IDEs.

You're working on a colleague's computer and need a tool a base64 conversion tool? No need to install plugins and mess with other people's environments, just open the toolbox on their browser and use the toolbox directly.

Features

  • Free: Totally free, forever.
  • Lightweight: Optimized for speed and efficiency.
  • No Ads or cookies: Enjoy an uninterrupted experience without tracking.
  • Mobile friendly: The responsive interface accommodate both mobile and desktop users.
  • Fully client-side: Your data stay on your machine, and is processed locally, ensuring privacy and security.
  • Versatile tools: Includes a variety of tools useful for developers regardless of different languages and frameworks.

Usage

Visit valerian.dtdg.fr/dev-toolbox to use the toolbox.

Run it yourself

To get started with Dev Toolbox, simply clone the repository:

git clone https://github.com/vdtdg/dev-toolbox.git
cd dev-toolbox

Set up your own .env file by copying it from the .env.template file. Fill the values with your local environment configuration.

Run with Node:

You need Node.js and npm. At least version 20.

Then, at the root level of the project, execute npm install to install dependencies.

Finally, to run locally the toolbox, execute npm start.

Go to http://localhost:3000/dev-toolbox/ to access your local version of the toolbox.

Run with docker:

docker-compose build
docker-compose up -d

Go to http://localhost/dev-toolbox/ to access your docker version of the toolbox.

Contributing

How to contribute

Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a pull request

Next features to be developed ordered by priority

License

Distributed under the GPU GPLv3 License. See LICENSE for more information.

Contact

Valérian de Thézan de Gaussan - [email protected]

About

A developer toolbox containing various tools to help them in their day-to-day journey. Free. No ads. Open-source.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages