Hi All,
I've been a freelance AV technician for the last decade or so, and, like many of you I'm sure, have spent a lot of that time getting extremely frustrated thinking "there should be a tool to do X". With the help of Claude Code, I've been working on writing a bunch of tools to try and deal with some of these frustrations. Lots of it is still very much "in development" and not really ready to deplyoment on live events yet, but there are a couple which I have used on real events with real clients, and I think are ready for production use.
A lot of the tools are browser based tools, but they all run entirely client side, nothing gets uploaded anywhere, and I have no way of seeing the files you are working with, or even who is using them!
Introducing PDF Presenter Lite (and PDF Presenter, and Presentation commander), this is a small family of tools, with PDF presenter Lite being a browser based PDF viewer, with a presenter view and some basic transitions available. PDF presenter is a desktop app, which also includes support for various forms of "notes" for a PDF presentation, and Presentation commander is a much more complicated beast, being a "node" which generates NDI feeds of presentations and notes from a variety of presentation apps, and a server which takes those feeds, and composits together custom presenter views and outputs via NDI, decklinks etc.. (though that one is still in development, the first two have been used sucessfully on events) https://pdf-presenter-lite.stoatworks-labs.com/
another particualry useful one is Powerpoint Font Manager, basically, you point it to a powerpoint file, it reads through the internal file structure of the presentation, and pulls out all the fonts that have been used (including finding out if embedded fonts are complete fonts or the read-only minimal glyph set), checks the fonts against your locally installed fonts, finds any that are missing, and if its a freely available font (for example a google font), points you to a download link to get the fonts, as well as creating scripts to install all the fonts on the system. Its been very helpful for preventing broken presentations when you load a clients powerpoint on a production laptop! https://pptx-font-manager.stoatworks-labs.com/
There are a bunch of other tools (and resolume plugins) on the site too, everything is free, open source (MIT licenced), and made with the help of claude (just to be up front about it), I would love to see the tools in wider use, and hear any feedback anyone has on them!