-
We’re building a Voxie design guide for AI that should allow us to quickly apply the Voxie style to wireframe prototypes. Progress is still ongoing but promising.
Three documents have been created so far:

Documentation and sample content to make the prototype easier to understand and more robust.

Flow-level management features for organizing and maintaining workflows.

A batch of new and updated node types across the workflow builder.

Improvements to how you interact with nodes on the canvas.
Refactored condition handling into three distinct node types instead of a single node with a condition_mode toggle. This solves the path management problem that occurred when switching modes on an existing node.

Added a flow priority and conflict resolution system so that when multiple flows compete to act on the same contact, the higher-priority flow wins. Allows for drag-and-drop ordering of flows per flow type.
FYI, this concept was abandoned for now, as it adds unnecessary complexity.

Built out the simulator to support all trigger event types with real event emission, so each trigger actually fires the correct data into the flow.
Added a slash-command and variable picker so you can insert dynamic variables into any text input across the workflow builder.
/ in any text input to open the variable picker
Tested design MCPs so we can use AI to get two-way translation between design and code.
Paper The best option for code to design. Produced very accurate results. Fell short on complex CSS like 3D transforms. No local files or export.
Pencil did a nice job, but not as good as Paper. Can’t pull in remote image assets. Couldn’t handle 3D CSS transforms at all. Has local file support; recommends storing design files in Git alongside code files. Has Figma import but didn’t work that great.
Tested several Figma MCPs. None are 100% there because Figma uses a custom renderer that doesn’t use actual HTML or CSS. This causes design details to get lost in translation.
Figma CLI MCP - best, no complicated setup or API key required
Figma Console MCP - seems to be the same as above but requires complicated setup. Comes with design helpers that I don’t use but might be worth exploring more.
Figma MCP via Browser MCP - requires a browser MCP to work. Haven’t tried it.
Figma Official MCP - don’t use. It’s super limited. Confusing. Has multiple connection types with different features.
