
Algolassi
Dotnet tutorials blog
I originally started Algolassi as a place for developer tutorials and tools, but while building the Developer Tools section, I kept finding myself needing small image-editing utilities.
Instead of sending people to several different websites, I decided to try building an image editor directly into Algolassi.
It started very simply:
Upload an image
Crop it
Scale it
Rotate it
Remove a background
Compress it
Convert it to different formats
But then I started adding the little things that make an editor actually pleasant to use.
The current Image Tools editor has:
🖼️ Visual processing history
Every processed version is kept so you can go back and select previous versions.
✂️ Crop with draggable handles
The crop rectangle can be moved and resized directly on the image, with X/Y/width/height values available as well.
📍 Live pixel coordinates
Move the mouse over the image and the editor shows the actual image X/Y pixel position.
📋 Copy & Paste selections
Select a region, copy it, then paste it somewhere else in the same image.
The interesting part is the paste interaction: after pressing Ctrl+C and Ctrl+V, the copied region becomes a semi-transparent floating preview that follows the mouse. You can move it around and place it where you want, or press Esc to cancel.
↶ Undo / Redo
I'm also working on proper editor history so operations can be stepped backward and forward with the buttons or Ctrl+Z / Ctrl+Y.
🧩 Layers
There is also a Layers mode for building compositions without immediately changing the original image.
📐 Scale preview
You can change dimensions and preview the result before creating a new version.
💾 Multiple output formats
The editor can work with PNG, JPG, WebP, AVIF, TIFF, ICO and other formats supported by the tool.
The whole thing runs in the browser, so the goal is to make it useful without requiring a desktop application for small editing jobs.
There are obviously much more powerful image editors out there. 😄
That's not really the point I'm trying to solve.
I'm interested in the space between “I just need to quickly modify this image” and “I need Photoshop.”
I’d love feedback from other indie hackers:
What is one small image-editing feature you use surprisingly often that most lightweight editors don't provide?
Algolassi:
https://algolassi.online/developer-tools/image-tools/
I'm continuing to build this in public, so feedback — especially criticism — is very welcome.
Spent some time working on Algolassi today.
Most of the work was around improving the site and getting things ready for people to actually use it. I also started looking at ways to get the first few visitors instead of just building quietly and hoping someone finds it 😅
I posted Algolassi on Indie Hackers today as well, which is a small step but feels good to finally put it out there.
Still a lot to improve, but at least it’s moving forward.
Tomorrow: more content + figuring out how to get some real feedback from developers.
1 Like
Comment
I started Algolassi because I kept running into the same problem while developing: finding a simple, practical answer to a technical issue can sometimes take much longer than actually fixing it.
I work with technologies like C#, .NET, Blazor, MAUI, SQL Server and other developer tools, and I’ve been documenting the problems I solve along the way.
The idea behind Algolassi is pretty simple — create a place where developers can find practical tutorials, solutions, useful tools and things that actually help when you're stuck.
It’s still a work in progress, and I’m learning a lot about building the site itself too — content, SEO, getting readers, and even figuring out how to make people come back. 😄
I’d love to hear from other indie makers and developers: what made you start your own website or side project?
1 Like
Comment
About
Algolassi exists because I enjoy sharing what I learn while working with technologies like .NET, C#, Blazor, MAUI, SQL Server, and other developer tools.

Comment