Live · Running now

Tools

Three things I built because I needed them, left running for anyone who needs the same. They are free, they do not want your email, and they are the shortest honest answer to what I can build.
Tool 01 Online

Image editor

Upload an image and work on it without installing anything. Resize it, convert between JPEG, PNG and WebP, and pick how hard to compress. The heavy lifting happens in a Python service the API talks to over HTTP, which is the same split I would use for any CPU-bound work behind a web app.

  • Flask + Pillow
  • .NET API
  • Next.js
Open Image editor
Tool 02 Online

PDF compressor

Scanned documents and export-heavy PDFs are usually large because of their images, not their text. This strips unused objects and re-compresses the streams, and leaves the text layer alone, so the result still searches and selects the way the original did.

  • Flask + PyMuPDF
  • .NET API
  • Next.js
Open PDF compressor
Tool 03 Online

Images to PDF

Select a batch of images, put them in the order you want, and bind the result into a single PDF. Built for the case where a form wants one document and you have seven photographs.

  • Flask + PyMuPDF
  • .NET API
  • Next.js
Open Images to PDF
Also running · account needed

File share

Upload a file, get a link that shows what it is before anything downloads, and set it to expire. Uploading is mine only — but if someone sent you a link, it works without an account.

Open

Need something like this?

If you want something along these lines, or something considerably larger, tell me what it has to do.

Get in touch