Ga naar hoofdinhoud
AcademytutorialBuild your first Conduction app, end to end

Build your first Conduction app, end to end

From a blank Nextcloud to a published app in the store. Schemas, registers, and an OpenConnector flow.

TutorialApp developmentSchemasOpenRegisterOpenConnector
1 min read

A 30-minute tutorial that takes you from a fresh Nextcloud install to a published app. Placeholder while we draft the full version.

What you build

A small "incident reporter" app: one register, two schemas, a public form that posts to OpenRegister via OpenConnector, and a private inbox in Nextcloud.

Steps

  1. Install OpenRegister and OpenConnector from the Nextcloud app store
  2. Create the register with two schemas (incident, responder)
  3. Wire the public form as an OpenConnector source
  4. Map the form fields to the incident schema
  5. Build a small Vue panel in the app dir to list incidents
  6. Publish to your own app store or to apps.conduction.nl

When you are done

You have an installable Nextcloud app, a published API, and a working form. Total time: about half an hour if Nextcloud is already running.