Here is a minimal Flask example. I managed to cobble together the code for a small example to take care of the annoying “getting started” phase. Interestingly I managed to get quite a bit of the page styling done by using OpenAI codex and some combined code + natural language prompting to get it to spit out HTML and CSS for me. Now, if you want the web application to actually do anything, you’ll have to add stuff, but that’s the fun part.

Updated: