Open application
I was making some radar image formation visualizations using Python and thought that it would be nice if it was instead written in Javascript and ran on my browser. That way I could put some real-time visualizations on my blog posts. I don't have much web development experience, so I gave my Python program to Claude AI and asked it to convert it to Javascript and it did okay job. After one day of manual work I think it's working pretty well and I decided to put it up as a separate web application. Click the above image to open it. It was quite fun to be able to focus on content and leave the web frontend part mostly to the AI, I don't think I would have had enough motivation to make this without it.