I have been working on Pixlane Media, a free browser-based workspace for small image, PDF, OCR and media tasks:
The core idea is simple: many everyday file tasks should not require uploading private files to another server. If someone only needs to compress an image, resize a screenshot, extract text from a document, clean up a scan, merge/compress a PDF or run a quick visual utility, the browser is often enough.
What I am trying to build
Pixlane Media is a collection of tools around a few practical workflows:
- image compression and resizing
- background removal and image cleanup
- OCR / text extraction
- document scanning helpers
- PDF merge, compression and document utilities
- small AI-assisted media tools where on-device processing makes sense
The technical direction is local-first. For supported workflows, I am using browser APIs, WebAssembly and on-device processing so files can stay on the user's machine instead of being uploaded just for a small operation.
Why this matters
A lot of free media tools are convenient, but the tradeoff is usually unclear: upload the file, wait for processing, then download the result. That is acceptable for some public files, but it feels wrong for invoices, IDs, work documents, family photos, screenshots or client assets.
I do not think every tool needs a server round trip. Some of these jobs are boring, repetitive and perfectly suitable for local browser execution.
What I would like feedback on
I would appreciate blunt feedback from other builders and developers:
- Is the local-first/privacy positioning clear from the first screen?
- Which tools feel genuinely useful, and which ones feel like noise?
- Does the site explain quickly enough that many operations run in the browser?
- Are there browser-based file tools you would expect but do not see there yet?
- Does the mobile experience feel usable for quick image/PDF tasks?
This is not a polished launch post; I am mainly looking for outside eyes before I keep expanding the toolset.
If you try it, I would especially like to know where the value proposition feels unclear or where the UI slows you down.
Top comments (1)
How does Pixlane Media handle large PDF files, are there any optimizations for performance? I'd love to swap ideas on this, following for more content on local-first tools.