From 97399e3464bf9d0ca236b98acc2f252e0fd88638 Mon Sep 17 00:00:00 2001 From: "Jon Radoff (Metavert)" Date: Thu, 26 Feb 2026 17:01:27 -0500 Subject: [PATCH] Add LightCMS to Server Applications LightCMS is an AI-native CMS built with Go and MongoDB, featuring REST API, MCP integration, templates, asset management, themes, and content versioning. Co-Authored-By: Claude Opus 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d6cf6392e91..84f05a3259c 100644 --- a/README.md +++ b/README.md @@ -2368,6 +2368,7 @@ _Libraries and tools for binary serialization._ - [go-proxy-cache](https://github.com/fabiocicerchia/go-proxy-cache) - Simple Reverse Proxy with Caching, written in Go, using Redis. - [gondola](https://github.com/bmf-san/gondola) - A YAML based golang reverse proxy. - [lets-proxy2](https://github.com/rekby/lets-proxy2) - Reverse proxy for handle https with issue certificates in fly from lets-encrypt. +- [LightCMS](https://github.com/jonradoff/lightcms) - AI-native CMS built with Go and MongoDB, featuring REST API, MCP integration, templates, asset management, themes, and content versioning. - [minio](https://github.com/minio/minio) - Minio is a distributed object storage server. - [Moxy](https://github.com/sinhashubham95/moxy) - Moxy is a simple mocker and proxy application server, you can create mock endpoints as well as proxy requests in case no mock exists for the endpoint. - [nginx-prometheus](https://github.com/blind-oracle/nginx-prometheus) - Nginx log parser and exporter to Prometheus.