I wanted to be able to ask an LLM to “create a word cloud on [topic]” — LLMs are great at research, less great at layout.
So I built a purpose-built layout engine. It runs in the browser, and I’ve also wrapped it in a small Go/Fiber server using @napi-rs/canvas to expose it as an MCP server and REST API — so any LLM tool can call it directly.