A curated collection of handy web-based tools — everything from file compression to visual design resources. Built for speed, simplicity, and utility.
Visit it live: tools.matob.dev
Tools by Matob is a lightweight, responsive, and extensible tool directory made with plain HTML, Bootstrap, and JavaScript. It gathers links to useful online services categorized into:
- 📦 Conversion & Compression
- 📋 Lists & Data
- 🌐 Web Tools
- 🎨 Visual Resources
Each tool includes an icon, a description, and a direct link. It’s designed to be fast, no-nonsense, and easy to update.
All sections and tools are defined in a single data.js file, then rendered dynamically into the page using vanilla JavaScript.
Want to add a new tool? Just edit the JSON-like data structure — no need to touch the HTML!
Contributions are more than welcome!
- Fork the repo.
- Create an Issue to suggest a new tool or improvement — or check for existing issues to help resolve.
- Submit a Pull Request (PR):
- Update or add tools in
data.js. - If you're suggesting visual or behavior changes, please describe your reasoning clearly in the PR.
- Update or add tools in
- Keep the formatting consistent and test your changes locally before submitting.
Let's build a smarter toolbox together! 🧰
Clone the repo and run locally with a basic HTTP server (optional):
git clone https://github.com/matob-dev/tools.matob.dev.git
cd tools.matob.dev
npx serve .Or just open index.html in your browser directly.
This project is licensed under the MIT License.
See the LICENSE file for full details.
Created with ❤️ by Matob
Built with help from ChatGPT, your friendly AI assistant 🤖
Powered by Bootstrap 5 and plain JavaScript
Deployed with Cloudflare Pages