With ProcessVerse building data and processes is simple. But what's great is that it also generates usable UI components! This means that your (example) 'Customer' object has these page views instantly: Adds, Edits, Grids, Details, Hierachial Grids. You can run your app here instantly or use the API to add you your exiting site or application.
Here's an example of adding a Customer DataGrid in HTML.
<div id="dgGrid" data-type="datagrid" data-object-name="Customer" data-object-id="1234" ></div>
![]()