Web TS/JS SDK
The TypeScript/Javascript SDK for developing web-based apps is ready!
You can use it in vanilla TS or with some frontend framework like React, Svelte and VueJS.
For now, development presupposes the use of the โthird-partyโ mode which means your application will run in the web browser only, and inside an iframe controlled by the Broker Service Provider of the user, which behaves as the local-first PDS (Personal Data Store). Building native standalone apps from the same codebase is not ready yet, as we need to release the Tauri plugin first. It will come soon and you can start developing your app with third-party mode, as the codebase will be the same.
Where to start ?
-
ORM reference for both Graph and Discrete documents.
-
SHEX-ORM reference if you use the Graph database, SHEX is sued to define and enforce your schema.
-
Deep Signals reference for state management without persistence, or for more details on how the ORM works.