A modern, privacy-first web application that provides a wide range of utility tools under one roof. Designed for speed, privacy, and ease of use.
- 🖼️ Image Tools: Compression, resizing, and format conversion.
- 📄 PDF Tools: Merging, splitting, and converting PDFs.
- 📱 Social Media Tools: Content generators and formatters for various platforms.
- 📝 Text & Lists Tools: Case conversion, list sorting, and more.
- Core: JavaScript (ESM) & HTML5
- Styling: Vanilla CSS (Modern design patterns)
- Build Tool: Vite
- Libraries:
jspdf&pdf-lib(PDF handling)browser-image-compression(Image processing)jszip(Zipping files)file-saver(Downloading)
-
Clone the repository:
git clone https://github.com/nottherajyk/AIOT_V1.git cd AIOT_V1 -
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Build for production:
npm run build
All processing happens locally in your browser. No files are ever uploaded to any server.