A web application that allows users to convert PNG and JPG images into SVG vector files. To use it, you can drag an image file onto the homepage and then select the number of tracing steps and color scheme for the conversion. The Potrace algorithm traces the edges of the raster image and creates corresponding vector paths. These paths are then colored based on the original image colors. Potential uses include converting logos, icons, or other raster images into editable vector graphics. For photos or artworks, it can create a stylized flat vector version. It is open source, and the backend code has been released under MIT.