Dec 2020 to February 2021 I built a headless CMS that servers its convent via API. The content is served in JSON format and is consumed on the client in C# and rendered with Razor CSHTML. The system feature tiny MCE rich text editor and upon saving / updating renders out a flat file JSON file that is delivered via API requests. This allows me to publish multiple website's content from one common publisher dashboard. The systems generates paginated lists of articles with common tags and categories. Media is stored in a common area and referenced by the editor which makes uploading and publishing content super easy.