🚀 Features
Dynamic Views [Experimental]
Describe a particular use-case or scenario, with ad-hoc interactions (without polluting the model).
dynamic view example {
title 'Dynamic View Example'
customer -> web 'opens in browser'
web -> api 'POST request'
web <- api 'returns JSON'
}
Check example