WebConvert – my new app

WebConvert is my web-based, local, online file converter app. It runs FFmpeg in your browser to convert media files. It uses the awesome v86 to run an Alpine Linux VM, customized with FFmpeg pre-installed, and sends your files to the VM for processing, and downloads them. This is also my first React-based project. I used … Read more

Pythonic just got a whole load better!

My online Python interpreter, Pythonic (formerly Boyan’s Online Python Interpreter), has just gotten a whole load better. How? Well, it features an all new complete rewrite in Svelte, which allows me to build more advanced features and manage the app more easily. It stopped using PyScript (I will explain later) and instead started using WebContainers, … Read more