About

The compression tool we wished already existed

Indian government forms demand exact KB sizes for photos and signatures. Existing tools force trial-and-error with sliders, and most upload your sensitive documents to a stranger's server. FormReady fixes both.

Why we built this

In April 2025, a close friend was applying for SSC CGL. His photo kept getting rejected — first because it was 70 KB (limit: 50 KB), then because it was 18 KB (minimum: 20 KB), then because the dimensions were 2 pixels off. He was using iLovePDF and SmallPDF, both of which give you a vague slider and no way to hit a specific number.

He missed the original deadline. Got an extension by paying a late fee. Eventually applied with the same photo, manually trial-and-errored 14 times until it landed at exactly 32 KB.

The technology to solve this is trivial: a binary search loop over compression quality, running entirely in the browser. We built a prototype in a weekend. It worked.

What made us keep building was the second realisation: the existing tools were uploading sensitive documents — Aadhaar, PAN, signed contracts, visa photos — to cloud servers run by foreign companies. Convenient, sure. But every upload is a leak risk, and the privacy-cost was being borne by users who didn't know they were paying it.

FormReady is what we wanted to give him. Free single-file compression, exact KB targeting, zero upload, built for Indian forms. We open-source the compression engine on GitHub so anyone can verify the privacy claim.

The product principles

Your file never leaves your device

We don't process your file on a server. We don't store it. We don't even know what it is. The compression happens in your browser via WebAssembly, with the network tab as live proof.

Hit the exact KB you need

Forms demand exact sizes ("photo must be 20–50 KB"). Generic tools give you "low / medium / high" sliders. We accept the number, run a binary search, deliver at or under it.

Built for India, by people who fill these forms

Every preset comes from official notification PDFs. Every error message is written for someone applying at 2 AM the night before the deadline. Bilingual EN/HI from day one.

Free is genuinely free

All single-file compression — PDF, image, photo, signature — is free for everyone, no signup, no card. We pay for it with ads. Pro is for people who genuinely need batch processing.

Where we are

FormReady is a small, deliberately-paced project. Here's the timeline so far and what's next.

  1. Q2 2025

    Idea

    Friend's SSC application got rejected three times because his photo was 1 KB over. We built a quick prototype.

  2. Q3 2025

    First user testing

    Soft-tested with 30 students preparing for IBPS. Discovered the "preserve text" / "preserve photo" mode distinction matters.

  3. Q1 2026

    Brand & design system

    Locked the Razorpay-grade Indian fintech-modern direction. Built the design system, component library, brand guidelines.

  4. Q2 2026

    MVP launch

    Public beta — 6 core tools, 3 conversion utilities, 10 SEO landing pages, blog & FAQ. Currently here.

  5. Later

    Power-user features

    Once we know what users actually need, we'll add batch processing, API, and ad-free use as a paid tier. Until then, everything is free.

  6. Q4 2026

    API + scale

    Public API for EdTech and document automation. Programmatic SEO scales to 140 pages.

Verifiably private — by code

We open-source the compression engine on GitHub so anyone can audit it. The privacy claim isn't something you have to take our word for — open the source, read the network calls (there are none for file content), and verify it matches what we say. If you find a security issue, please email security@formready.in before public disclosure.

Try it

No signup, no card, no upload.