Hi n8n community ![]()
I want to share something I built because I kept running into the same problem with clients:
connecting WordPress with n8n in a simple, secure and actually useful way.
I searched through WordPress plugins and most solutions did one of two things:
either they were too basic and only sent messages to n8n with almost no real session handling or security…
or they were huge, heavy plugins full of features most businesses don’t need, usually with subscriptions or hidden upsells.
So I built BravesChat.
BravesChat is a free WordPress plugin that connects your website directly with your n8n workflows, allowing you to use your own AI agents, automations and support systems inside WordPress without extra code and without depending on external SaaS platforms.
The goal was simple:
not just “another chatbot widget”.
Real control.
Real context.
Real ownership of the data.
Some key features:
→ Native webhook ready for n8n
→ Persistent sessionId with anonymous fingerprinting
→ Conversation continues even if the user reloads the page or navigates across the site
→ Markdown support for better replies and clickable links
→ Conversation history directly inside WordPress admin
→ CSV export for reporting and client management
→ GDPR-ready
→ Server-side token protection using WordPress security
→ Open source and free
One thing that mattered a lot to me:
your data stays yours.
No external servers controlling your business.
No locked platform.
No unnecessary dependency.
Also yes — it’s open source.
If you’d like to improve it, contribute, test it or break it
you’re welcome.
GitHub:
https://github.com/Carlos-Vera/BravesChat
WordPress Plugin:
https://wordpress.org/plugins/braveschat/
I’d genuinely love feedback from the n8n community because this was built thinking specifically about people who use automation seriously.
Thanks everyone ![]()
#n8n wordpress #Automation ai #OpenSource #NoCode #WorkflowAutomation