System
Guide.
Documentation for the next generation of knowledge management.
Fundamentals
Core concepts of the Listal engine.
API Reference
Build on top of our relational layer.
Architecture
Deep dive into the spatial canvas.
Extensions
Custom modules and integrations.
Quick Start
01Initialize your first Dataspace
02Connecting the Spatial Canvas
03Defining Relational Schemas
04Personalizing the UI Engine
01 const listal = new Engine({
02 precision: 'millimetric',
03 sync: true,
04 mode: 'individual'
05 });
06 listal.deploy();