I need to create a highly customized multi-modal chat interface.
Can I replace the n8n standard chat interface with my own React implementation?
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.
Hi @Ralph_Gollner,
Welcome to the community
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.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.