Quantipixor
A privacy‑first multi‑tool suite — compress, convert, extract, diagram, and generate mock data. Most processing stays in your browser; sensitive tasks use secure, transient API routes.
What it does
Quantipixor blends client‑side canvas processing with secure serverless APIs to deliver a wide array of tools — image editing, OCR, diagramming, and developer utilities — without sacrificing privacy. Files are processed locally whenever possible; for features that require server power (OCR, background removal, favicon generation, mock data), data is transmitted transiently and never stored.
Every tool included
Batch Image Compressor
Compress JPG, PNG, WebP, AVIF and 14+ other formats in bulk with quality control, duplicate detection, and ZIP download — all client-side.
Image Converter
Convert between JPEG, PNG, WebP, AVIF and more formats with cropping via react-easy-crop.
AI Background Removal
Remove image backgrounds using on-device AI (@imgly) or server fallback via HuggingFace and Gradio.
OCR Document Formatter
Extract text with Google Gemini, OCR.Space, or Tesseract.js. Supports English, Bengali, Arabic, Hindi, Spanish. Export as .docx.
Favicon Generator
Upload & crop an image, then server-side Sharp resizing and .ico packaging with multi-resolution output.
Image Resizer
Batch resize with aspect-ratio lock and presets for HD, Full HD, 4K, and social media sizes — 100% Canvas API.
JSON Viewer
Paste or upload .json files; card-based interactive layout with Web Worker parsing and pagination.
Random Profile Generator
Generate realistic mock profiles (name, email, address, avatar) via /api/v1/mock/profiles backed by MongoDB.
Stripe Test Customer Tool
Create Stripe test customers and attach payment methods using your own key (BYOK) — keys never stored.
Diagram Studio
Mermaid & PlantUML diagram workspace with template gallery, localStorage persistence, and high-res exports.
Supported input formats
Canvas reliably re‑encodes to JPEG, WebP and PNG. All other formats are rasterized to PNG during compression.
Privacy Statement
Image tools (compressor, converter, resizer) and JSON Viewer run entirely in your browser using the Canvas API, FileReader, and Web Workers — no data leaves your device. For OCR, background removal, favicon generation, and mock profiles, requests are sent to secure API routes over HTTPS. Transient data is processed in memory, with Upstash Redis rate limiting and Vercel Blob for temporary storage. Stripe test keys are held in‑memory only and never persisted. No cookies or tracking related to your data.