Convert POML to AI-Ready Prompts & Chat Messages with Zero Dependencies
POML → Prompt/Messages (No-Deps)  What this does Turns POML markup into...
Template notes
POML → Prompt/Messages (No-Deps)  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.