Can I use a different Chat-Frontend?

I need to create a highly customized multi-modal chat interface.

Can I replace the n8n standard chat interface with my own React implementation?

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @Ralph_Gollner,

Welcome to the community :tada:

You can overwrite the root variables to change the default settings but if you want to change more than that you may need to fork the project and make your own changes. @n8n/chat - npm

Another option could be to create your own chat widget and send the data to an n8n workflow using the webhook triggers so that you have full control over it.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.