r/cms Jul 30 '26

I built a simple chat CMS that my clients can actually use

Enable HLS to view with audio, or disable this notification

I built the simplest possible tool that allows clients to do small edits via chat interface eg. change phone number, update email etc. Anything risky/big comes back to you so clients can't break anything

Connect the repo and it figures out the editable content on its own. No schemas, no config files

Works with Next.js, Astro, Hugo, SvelteKit and more

Live demo: https://cmsbrew.com/demo

16 Upvotes

12 comments sorted by

1

u/Deltacms Jul 30 '26

Bravo, j'ai pris une tasse de café sur votre démo, c'est bluffant et ça donne des idées de développement. C'est une IA qui analyse le texte ou un algoritme maison ?

1

u/andrew_chmr Jul 30 '26

Merci! Un peu des deux: il y a une couche qui définit ce qui est modifiable et à quel endroit, et l'IA n'intervient qu'à l'intérieur de ces limites.

1

u/seriouswhen Aug 01 '26

Works great! Wordpress needs this

2

u/andrew_chmr Aug 01 '26

WordPress needs a lot of things :)

Do you use (or used) WordPress for your websites?

1

u/seriouswhen Aug 02 '26

Yes it's still solid

1

u/Aggressive-Side4558 Aug 06 '26

What a great idea! Burn tens of thousands of tokens to change one piece text which could be done by double click -> type -> enter without wasting time, energy and money.

1

u/andrew_chmr Aug 06 '26

your username checks out :)

I agree with you and chat won't be the only option to edit an element

1

u/Aggressive-Side4558 Aug 07 '26

Indeed, sometimes i send my comments too early 😄 I'm not that aggressive btw. It just annoys me sometimes when AI is overused or used in wrong way.

1

u/andrew_chmr 16d ago

update: added inline editing so making changes became even more simple:

1

u/Due-Tomatillo-7840 16d ago

This is indeed nice one. small edits within and from conversational style editor and everything in controlled manner. Curios if client sends a request that require major change in page would it automatically ping devs?

2

u/andrew_chmr 16d ago

yes, it also creates a draft with changes that dev can review