Hi HN! I've spent the last few months building Ketchup on nights and weekends, and I'm finally happy enough with it to share (okay it's never really enough). It's a CMS written in Go and Typescript, mostly written for fun to try to combine the best of those two languages, but also with the following feature set in mind:<p><pre><code> - Easy to install and run
- APIs for almost everything
- Built-in admin UI, write in Markdown or with a rich text editor
- Automatic HTTPS via Let's Encrypt
</code></pre>
I'd love to get some feedback on this project and suggestions or ideas (or pull requests!) on what might be useful features to add. Thanks!