This n8n workflow enables the dynamic creation of HTML pages based on user input, leveraging OpenAI’s GPT-4 model and structured output capabilities. When a user sends a request via a webhook, the workflow captures the query and sends it to OpenAI with instructions to generate a structured JSON representing the webpage layout and content. The JSON output is then converted into HTML using another OpenAI model. The final step formats this HTML into a complete webpage with Tailwind CSS styling and responds to the user with the generated page. This workflow is ideal for building AI-driven website prototypes, custom landing pages, or interactive UI components on demand.
Dynamic Web Page Generation with OpenAI and n8n
Node Count | 6 – 10 Nodes |
---|---|
Nodes Used | @n8n/n8n-nodes-langchain.openAi, html, httpRequest, respondToWebhook, stickyNote, webhook |
Reviews
There are no reviews yet.