If you find this Superapp and its tools helpful, consider supporting the development of more projects:
Easyway Tools is a Superapp designed to serve as a centralized hub where all my individual projects are gathered. Instead of scattered links and standalone sites, this platform unifies an ever-growing ecosystem of practical, open-source tools under a single roof.
It acts as the main gateway to access everything I build—from DevOps utilities and security monorepos to media converters and PDF manipulation suites.
More projects are continuously being developed and will be added to this Superapp!
Here are the projects currently gathered within the Easyway Tools Superapp:
- Kubernetes-Cloud-Cost-Estimator: Shift-left Kubernetes cost estimator with multi-cloud pricing (AWS/Azure/GCP). Features region optimization, 10 best-practice checks, interactive charts, and 9 currencies. 100% client-side, no sign-up required.
- Kubernetes Analysis & Troubleshooting: Detects critical issues, performance bottlenecks, and security vulnerabilities in K8s clusters.
- DevOps-Radar: Monitor your DevOps processes and tools from a single radar dashboard.
- OpenUptime: An open-source, practical uptime monitoring tool to keep track of your websites' accessibility.
- SAST-Monorepo: A centralized monorepo solution for Static Application Security Testing (SAST) processes.
- StemSplitStudio: A practical, web-based studio for splitting vocals and instruments from audio files.
- Video-File-Converter: Client-side video file conversion tool.
- Suno Playlist Downloader & Translator: A handy tool to download and translate playlists from Suno.
- PDF Everything: A comprehensive, privacy-first PDF manipulation suite built entirely on client-side web technologies.
This repository contains the source code for the main directory interface of the Superapp. It dynamically generates the project list using build.js and configurations in projects.txt.
- Clone the repository:
git clone https://github.com/baybarse/easytoolswebsite.git
- Navigate to the project directory:
cd easytoolswebsite - Install dependencies:
npm install
- Build the project:
node build.js
Got an idea for a new tool to add to the ecosystem? Contributions, issues, and feature requests are welcome!
