About FormFocus
FormFocus is a collection of free, privacy-first image and document processing tools built for everyday needs — government applications, job portals, exam registrations, visa forms, and banking documents. Everything runs inside your browser, so your files never leave your device.
The Story Behind FormFocus
If you've ever filled out a government form online in India, you've probably run into this: "Upload photo, JPEG format, between 20 KB and 50 KB, dimensions 200×230 pixels." You open your phone camera — 4 MB photo. You need to turn that into 50 KB. How?
Most people end up at a cyber café, handing over personal documents to a stranger. Others bounce between three or four different websites — one for cropping, one for compressing, one for converting formats — uploading their passport photo and Aadhaar card to servers they know nothing about.
FormFocus was built to fix that. One tool, all the common tasks, zero uploads. You don't need to install software, create an account, or worry about where your photos end up. Open the website, do what you need, and close the tab.
What FormFocus Can Do
FormFocus currently offers six tools, each designed for a specific real-world task:
- Resize & Compress: Change image dimensions and compress to an exact file size. Need a photo that's exactly 40 KB? Our binary-search compression algorithm gets you within ±1 KB of your target — no more guessing.
- Photo & Signature Merger: Combine a photo and a signature into a single image, arranged side by side just the way government forms expect. Built with Fabric.js for interactive drag-and-resize editing right on the canvas.
- ID Card Stitcher: Scan or photograph the front and back of any ID card and stitch them into one clean image. Handy for applications that ask for "both sides of your ID in a single file."
- PDF Page Resizer: Upload a PDF and resize its pages to standard paper sizes (A4, Letter, etc.) or custom dimensions. Useful when a bank or university insists on a specific PDF page format.
- Format Converter: Convert between JPEG, PNG, WEBP, and PDF. Batch processing is supported — convert multiple files at once and download them in a ZIP.
- AI Background Remover: Remove backgrounds from photos using an AI model that runs locally in your browser via WebAssembly. No upload, no watermark, no resolution limit. Choose a transparent background or replace it with a solid colour.
Privacy — The Core Principle
This isn't a marketing line. FormFocus genuinely processes everything client-side. Here's what that means in practical terms:
- Your images and PDFs are never sent to any server. All processing uses the HTML5 Canvas API, JavaScript, and WebAssembly — technologies that run locally in your browser.
- Even the AI Background Remover works locally. The AI model (~88 MB) downloads once and gets cached in your browser. After that, it works offline.
- We don't store your files. When you close the tab, your data is gone.
- There's no user account, no login, and no tracking of what images you process.
If you're handling Aadhaar cards, PAN cards, passport photos, or any other personally identifiable document, this matters. You shouldn't have to choose between convenience and privacy.
The Technology
FormFocus is a static website — HTML, CSS, and JavaScript. There's no backend server, no database, and no API calls (apart from analytics and the one-time AI model download). The tools rely on several well-tested open-source libraries:
- Fabric.js powers the interactive canvases in the Merger and ID Stitcher tools.
- Cropper.js enables precise image cropping with aspect ratio locking.
- PDF.js (by Mozilla) handles PDF rendering, and jsPDF handles PDF creation.
- JSZip creates ZIP archives for batch downloads.
- ONNX Runtime (WebAssembly) runs the AI background removal model inside the browser.
The site is hosted on Cloudflare Pages and served from their global CDN, which means fast load times regardless of where you are.
Who It's For
Basically anyone who has been frustrated by image requirements on an online form. That includes:
- Students and job seekers applying for competitive exams (UPSC, SSC, Banking, Railways) or uploading documents to job portals
- Anyone applying for government IDs — passport, Aadhaar, PAN, voter ID, driving licence
- Visa applicants who need photos in very specific dimensions and file sizes
- Small business owners who need product images with clean backgrounds for online listings
- University applicants submitting admission forms that need photo + signature combos
- Bank customers opening accounts online or submitting KYC documents
- Anyone at a cyber café who'd rather process their own documents on their phone instead
Built by MorningAppLabs
FormFocus is developed and maintained by MorningAppLabs. We build practical tools that solve specific, annoying problems — and we make them free because we think basic document processing shouldn't cost money. We're a small team, and we genuinely read feedback.
If you have ideas, run into bugs, or want to say hello, reach out through the contact page or find us on X (Twitter).
Completely Free, No Strings
There are no subscriptions, no premium tiers, no "download HD for $2.99" upsells. Every tool is free to use with no file limits. We cover hosting costs through display ads — that's it. Your documents, your device, your control.