workflows.fit
Back to n8n workflows
n8n templateFreeBy RealSimple Solutions

Convert POML to AI-Ready Prompts & Chat Messages with Zero Dependencies

POML → Prompt/Messages (No-Deps) ![Poml Logo](https://poml-team.gallerycdn.vsassets.io/extensions/poml-team/poml/0.0.7/1753436631886/Microsoft.VisualStudio.Services.Icons.Default) What this does Turns POML markup into...

DevelopmentCore NodesAILangchainSetCodeAgentLm Chat Open Ai
Loading interactive preview...

Template notes

POML → Prompt/Messages (No-Deps) ![Poml Logo](https://poml-team.gallerycdn.vsassets.io/extensions/poml-team/poml/0.0.7/1753436631886/Microsoft.VisualStudio.Services.Icons.Default) What this does

Turns POML markup into either a single Markdown prompt or chat-style messages\[] — using a zero-dependency n8n Code node. It supports variable substitution (via context), basic components (headings, lists, code, images, tables, line breaks), and optional schema-driven validation using componentSpec + attributeSpec.

Credits Created by [Real Simple Solutions](https://realsimple.dev) as an n8n template friendly POML compiler (no dependencies) for full POML feature parity. View more of our [templates here](https://joeperes.gumroad.com/)

Who’s it for

Teams who author prompts in POML and want a template-safe way to turn them into either a single Markdown prompt or chat-style messages—without installing external modules. Works on n8n Cloud and self-hosted.

What it does

This workflow converts POML into:

prompt (Markdown) for single-shot models, or messages[] (system|user|assistant) for chat APIs when speakerMode is true.