I'm building an online forms-as-a-service for static websites. I decided recently to revive my personal static site on netlify, where I share out with friends and family my recipes and movie recommendations. I wanted a simple "contact me" form, and decided to scratch my own itch with this service, and build out the server underpinnings so I can iteratively solve more problems static sites may have.
In building out my cheap CI/CD process I wrote a simple web hook utility, using pure python and base libraries, and called it Duct-Tape-Hook: https://github.com/nullfocus/duct-tape-hook/
If this is at all useful or interesting, drop me a line!