Schema · register · object
The typed-data backbone for Nextcloud.
Define schemas, group them into registers, validate every object, serve them through REST and GraphQL. One source of truth for structured data, with audit logs, persistent identifiers, and storage you can swap without rewriting code.
Nextcloud dashboard widgets
Real-time visibility into data changes, searches, validation issues. Drop the widgets on the dashboard, see what your registers are doing.
Schema-driven JSON store
Every object validated against JSON Schema before it lands. Citation-stable identifiers, version history, soft deletion built in.
REST and GraphQL APIs
Auto-generated from your schemas. No hand-written controllers, no OpenAPI maintenance. Write a schema, get an API.
WRITE
→
VALIDATE
→
STORE
→
READ