Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 786 Bytes

File metadata and controls

26 lines (17 loc) · 786 Bytes

CyborgDesigner v20260512

CyborgDesigner is a JavaScript-based designer for layouts, currently including but not limited to:

  • Application Layouts
  • Dashboard Layouts
  • Database Schemas
  • Form Layouts
  • Menu Layouts
  • Report Layouts
  • AI Orchestrations

Designed to be meta-data driven using JSON objects with callbacks for renderers. Very flexible. You can create your own layouts and your own datatypes. Then the only thing you really need to code for your application is a renderer.

Live demonstration at https://cyborgunicorn.com.au

Cyborg App Builder v20260512

Cyborg App Builder is a JavaScript-based application builder, a work in progress demonstrating:

  • CyborgDesigner
  • Basic Windowing

Designed to be GUI/data driven with minimal code and infrastructure.

  • Julian