Create a custom, beautiful web UI for your specialized AI agents directly within n8n. This advanced n8n workflow includes dynamic routing, dark/light mode, and 4 agent types.
Download this n8n workflow template and start using it instantly.
This powerful n8n workflow template dramatically simplifies delivering AI services. It solves the operational challenge of needing a dedicated frontend application to interact with sophisticated, specialized AI agents. By expertly utilizing the n8n webhook node and a heavily customized Code node, this automation dynamically generates a responsive, customizable web UI directly from your n8n instance. This setup eliminates external deployment overhead, allowing users to interact seamlessly with specialized agents—such as a Database Search Agent, a Web Search Agent, and a RAG Knowledge Agent. All queries are routed internally and processed via this robust n8n workflow architecture, demonstrating the powerful application development capabilities inherent in n8n.
The entire process is split into two connected n8n workflows: UI Display (GET) and Request Processing (POST).
agenttype (general, database, web, or rag).agenttype parameter from the incoming payload to dynamically route the execution to the appropriate specialized AI chain.agent_type.To deploy this advanced n8n template, follow these steps:
Webhook) and note its public URL. This is the URL users will access to see the interface (it must be configured as a GET request).Webhook1), which handles POST requests. Note its full public endpoint URL.Code in JavaScript n8n node (the one generating the UI). Search for const WEBHOOK_URL in the JavaScript section and replace the placeholder URL with the actual, active URL of your second webhook (Webhook1).agenttype via a POST request from the custom UI, kicking off the AI processing flow.{{ $json.body.agenttype }} to efficiently route the request to one of four parallel AI processing branches.{response: '...', agent_type: '...'}) is returned to the frontend JavaScript, making the interaction reliable.Use this powerful n8n workflow to automatically pull email lists from Google Sheets and perform batch verification using the Icypeas API. Optimize your email hygiene with this n8n template.

Use this powerful n8n workflow to fetch image URLs from Airtable, upscale them using the Real-ESRGAN AI via Replicate, and automatically store the high-resolution results in Google Drive. Get started with this n8n template today.

Automate batch web scraping using this n8n workflow. Extract URLs from Google Sheets, scrape content with Firecrawl, and save structured markdown files to Google Drive/Docs for RAG knowledge bases.

Use this comprehensive n8n workflow to merge Google Sheets data, apply complex filters, calculate performance by leader, and generate an insightful AI summary using the OpenAI n8n node.

Growth engineer focused on AI, data automation, and custom integrations. Use to turn complex ideas into simple, and scalable workflows with solid infrastructure







































