Construct complex native forms, radio lists, and date pickers for WhatsApp Business. Preview the UI in real-time and export Meta's exact `SingleColumnLayout` JSON schema instantly.
Drag handles to reorder.
Meta Cloud API Layout
Traditional WhatsApp chatbots rely on clumsy numbered menus ("Reply 1 for Sales, 2 for Support"). This conversational friction leads to massive user drop-off and frustrating typo errors. Meta's newly released WhatsApp Flows entirely replaces this paradigm by allowing developers to embed native UI components—like forms, date pickers, and dynamic radio lists—directly inside the chat interface.
By keeping the user inside the WhatsApp ecosystem rather than redirecting them to an external mobile website, you maintain a seamless, high-trust environment.
Meta requires a highly rigid JSON schema to render these screens. Our visual designer abstracts this
complexity. The generated JSON dictates the layout. It utilizes a root
SingleColumnLayout array where children are sequential UI components. Every input
requires a unique name attribute, which will be the key returned in the webhook payload
upon submission.
Combine this payload generator with platforms like Make, n8n, or Zapier. Map the incoming Flow JSON payload directly to your CRM, Google Sheets, or internal databases instantly.
Design your proprietary data flows entirely within your browser. Our tool relies entirely on local DOM manipulation and string concatenation, preventing data leaks.