hebing.org is a completely free, no-upload, no-signup online file processing toolkit. As of 2026, we offer 30 tools spanning file merging, format conversion, image processing, PDF editing, and developer utilities — all running entirely in your browser.
The project started from a specific frustration in 2023: every "online tool" we and our friends used either uploaded files to unknown servers, was littered with ads, or quietly capped free-tier features. We decided to build the inverse: all processing in-browser, files never leave your device, free forever, no usage caps.
Our Values
These four principles aren't marketing slogans — they're commitments we implement at the code level of every tool:
🔒
Privacy First
All processing happens in your browser. We have no file upload endpoint — technically we cannot access your files.
⚡
Truly Free
No file size cap (limited only by your device memory), no daily quota, no "premium tier," no signup, free forever.
🌍
Native Multilingual
Full Chinese, English, and Arabic support — including proper right-to-left (RTL) Arabic typography.
🛠️
Always Growing
New tools launch every few weeks. Roadmap priority comes from user emails, not SEO keyword analysis.
Technical Architecture: How Local Processing Works
Browser capabilities have transformed in the last decade. All these can run in-browser without any backend:
- PDF merge, split, encrypt — pdf-lib and PDF.js (Mozilla open source);
- Excel/Word/PPT processing — SheetJS, docx, PptxGenJS for parsing Office Open XML;
- Image compression and conversion — Canvas API and WebAssembly-compiled image codecs;
- Audio/video merging — FFmpeg.wasm (FFmpeg compiled to WebAssembly);
- Cryptography (Hash, JWT) — native Web Crypto API;
- JSON/XML/regex — JavaScript built-in parsers and RegExp engine.
This means: you can disconnect from the internet and all tools still work fully. Our site uses Service Worker caching, so second visits don't even need network.
30 Tools by Category
File Merging (8)
PDF Tools (6)
Image Processing (4)
Developer Tools (12)
Project Timeline
- Early 2024: Project kicked off with just Word/PDF/Excel merging;
- Mid 2024: Added image and audio merging;
- Early 2025: Deep PDF tools (split, compress, encrypt, edit);
- Mid 2025: Developer tools series (JSON, JWT, regex, Base64);
- Early 2026: Arabic RTL completed; total tools reached 30;
- Ongoing: Continuous improvements based on user feedback.
Business Model: Ads + Voluntary Sponsorship
The Site is fully free. Operating costs (domain, CDN, fonts) come from two sources:
- Page ads: Google AdSense, placed away from core tool functionality;
- User sponsorship: a few users voluntarily support via Buy Me a Coffee — never required.
What we firmly do NOT do: paywalls, file size limits, signup-to-unlock features, watermarks — all violate why we built this.
FAQ
Why is it free?
Operating cost is low enough (no file storage, no payroll) that ads cover it. We care more about helping many people than monetizing each user.
Will it suddenly start charging?
No. Permanent free is a core commitment from day one. Any business model adjustment would be announced prominently with at least 30 days notice — and a free tier always remains.
Can you offer an API?
Not currently. All tools run in-browser with no backend API. If demand is strong, email us — we'll consider building one.
Can I use it commercially?
Yes. No usage restrictions. See Terms of Service for details.
Team and Open Source
Maintained by a small team. All third-party libraries we use are open source (pdf-lib, SheetJS, FFmpeg.wasm, etc.), and our tool page source code is fully visible in browser DevTools — no obfuscation, no encryption, no black-box logic.
Get in Touch