Skip to main content
Apps/OpenRegister
Stablev3.1NL · EN

OpenRegister

Schemas, registers, structured data objects. The typed-data backbone underneath every other Conduction app, and the install you reach for first.

What it does

The typed-data foundation.

Define a schema once. The app gives you an API, a UI, validation, an audit log, and a citation-stable identifier per record. Every other Conduction app reads and writes through that one source of truth.

Schemas you write once.

Define a register's shape in JSON Schema. The app generates the API, validates every write, and exposes the data to other apps that speak REST.

One backbone, every app.

Every typed object lives in one register. Other apps consume it through the same API. No syncs to maintain, no duplicate sources of truth.

REST and GraphQL, auto-generated.

Both APIs roll out of the schema. No controllers to write, no spec to update when the schema changes, no glue code between OpenRegister and the apps that consume it.

Audit log, signed and timestamped.

Every read, write, and schema change leaves a tamper-evident trail. WOO and BIO compliance evidence ships with the install, no spreadsheet exports at audit time.

Citation-stable identifiers.

Every record gets a permanent identifier the moment you create it. Department reorganisations, system migrations, and renames don't break links to your data.

Open, forever.

Issues land in public, releases are tagged, and every register you create is exportable to plain JSON. The day you uninstall is as easy as the day you installed.

Three ways OpenRegister earns its place

Schema-first, ingest-anywhere, visualised by default.

Scroll the cards. Each pins as you reach it; the next slides up to cover.

Schema-first

Typed registers from a JSON Schema.

Define a schema, get a register. REST and GraphQL endpoints generate themselves, audit logging is on by default, citation-stable IDs land on every row.

See OpenRegister
Ingest anywhere

OpenConnector fills the registers for you.

Existing system speaks REST, SOAP, GraphQL, files? OpenConnector pulls it in, validates against the schema, and writes typed rows. No glue code, no nightly batch.

See OpenConnector
Visualised by default

Every register is a MyDash data source.

MyDash reads the schemas directly. Drop a chart on a board, point it at a register, and the columns are typed. No BI database, no separate login.

See MyDash
Widgets we ship

On every Nextcloud dashboard.

Install OpenRegister and the home screen surfaces what changed in your data, what people search for, and what slipped through validation.

Recent records

Latest objects across every register the user has access to. Schema avatar, snippet, audit-stamp.

847
+12%

Schema activity

Sparkline of objects-created per schema this week. Click through to a register-by-register breakdown.

142
88
54
37
21

Top searches

What your team is looking for. Common queries with hit counts; surfaces gaps in the catalogue.

How OpenRegister plugs into the workspace

Typed data, surfaced everywhere.

Three integration paths that turn registers into the system of record across Mail, Files, workflow tools, and AI assistants.

Open an email or a file and the sidebar shows every register row that references it. One click jumps to the row, another links the email or file back to a different row. The register stays the system of record; the workspace stays where the work happens.

See the integration guide
Every feature in the box

The full spec, hover for detail.

Hover (or tab to) any feature to see the full description. Status hex shows where each one is on the maturity curve.

StableBetaComing soon

Core capabilities

JSON Schema validationDefine a register shape in JSON Schema. Every write is validated against it.
REST API, auto-generatedREST API rolls out of the schema. No controllers to write.
GraphQL endpointGraphQL endpoint also generated from the schema. Same source of truth as REST.
Schema versioningMigrations are version-stable; old clients keep working when fields are added.
Citation-stable IDsEvery record gets a permanent identifier the moment you create it.
Signed audit logAudit log is signed and timestamped. WOO and BIO compliance evidence ships with the install.
Retention policiesPer-record retention rules with automatic archival and deletion.
JSON export / importEvery register exportable to plain JSON. Import elsewhere with the same schema.

Integrations

OpenCatalogi indexingOpenCatalogi indexes every register as a searchable public catalogue entry.
OpenConnector ingestOpenConnector ingests data into registers from REST, SOAP, file drops, message queues.
MyDash dashboardsMyDash builds dashboards directly off your registers. No ETL, no separate BI tool.
DocuDesk template fieldsDocuDesk reads register fields straight into document templates and signs the result.
NLDS profile packTwelve NLDS profile packs ship in the install: BAG, BRO, BRP, KvK, RGBZ, ZTC, etc.
Federated registersCross-instance register federation over signed manifests.

Compliance & admin

WOO evidence packWOO compliance evidence (audit log + retention + citation IDs) shipped as a single export.
BIO controlsBIO control mapping covers the audit log, retention policies, role-based access.
GDPR export, per data subjectPer-subject GDPR export collects every record across registers in one ZIP.
Right-to-be-forgottenTombstone-style erasure with retention-policy-aware grace period.
CLI migration toolsSchema migration CLI: dry-run, diff, apply. Idempotent on every run.
Scheduled importsCron-style scheduled imports from external sources via OpenConnector.