Some of the utilities I have written. Most are or will be available as Open Source under an MIT style license.

BootMaker
Utility that creates Bootstrap Web sites from easy to edit source formats such as MarkDown, Word, Visio, Excel and PowerPoint. Also supports output in the IETF Internet Draft format
Goedel
Goedel is a code metasyntheiser, a tool for building tools. As with most tools of its ilk, the code is self-compiling.
ProtoGen
Protogen is a tool built using Goedel that generates code and documentation for a Web Service from a specification of the API to use. This approach is a lot easier and much less error prone than the traditional coding approach.
Finite State Recognizer
Converts a state transition diagram to code. Currently supports C and C#