Workflow template

Client Project Board for Nextcloud Deckas a normal Nextcloud Deck board.

Download the JSON, preview the stacks/cards, or use Deckloud's template flow when it is available. The created result is a regular board on your own Nextcloud server.

Board preview

Client Project

Intake

Scope

In Progress

Review

Waiting Client

Delivered

ClientAdminUrgentFollow-up

JSON

Portable v1 template schema.

Download
{
  "schema": "deckloud-template-v1",
  "schemaVersion": 1,
  "slug": "client-project-nextcloud-deck",
  "locale": "en",
  "title": "Client Project Board for Nextcloud Deck",
  "description": "A client-facing workflow for intake, scope, active work, review, waiting on client, and delivery.",
  "category": "client-work",
  "tags": [
    "client",
    "project",
    "review"
  ],
  "quickCreateStackKey": "intake",
  "compatibility": {
    "requiresBoardCreate": true,
    "includesAttachments": false,
    "includesComments": false
  },
  "board": {
    "title": "Client Project",
    "color": "8B5CF6"
  },
  "labels": [
    {
      "key": "client",
      "title": "Client",
      "color": "8B5CF6"
    },
    {
      "key": "admin",
      "title": "Admin",
      "color": "64748B"
    },
    {
      "key": "urgent",
      "title": "Urgent",
      "color": "EF4444"
    },
    {
      "key": "follow-up",
      "title": "Follow-up",
      "color": "F59E0B"
    }
  ],
  "stacks": [
    {
      "key": "intake",
      "title": "Intake",
      "order": 1
    },
    {
      "key": "scope",
      "title": "Scope",
      "order": 2
    },
    {
      "key": "in-progress",
      "title": "In Progress",
      "order": 3
    },
    {
      "key": "review",
      "title": "Review",
      "order": 4
    },
    {
      "key": "waiting-client",
      "title": "Waiting Client",
      "order": 5
    },
    {
      "key": "delivered",
      "title": "Delivered",
      "order": 6
    }
  ],
  "cards": [
    {
      "stack": "intake",
      "title": "Collect constraints and success criteria",
      "description": "Write the result, deadline, owner, and blocker list before work starts.",
      "labels": [
        "client"
      ]
    }
  ]
}

01

What this creates

6 stacks, 4 board labels, and 1 starter cards. Attachments and comments are intentionally omitted so the template stays portable.

02

Why it fits Deckloud

The template is just a recipe for standard Deck objects. No hosted workflow account, no relay backend, and no Deckloud-only object model.

03

Safe import rules

IDs are not stored. Stack and label keys are remapped at creation time, and due dates use relative offsets instead of stale fixed dates.

FAQ

Practical questions

Does this change my Nextcloud server schema?

No. It creates ordinary boards, stacks, labels, and cards through the normal Deck model.

Does the template include comments or attachments?

No. V1 templates are text-only because comments imply authorship and attachments vary by server/version.

Can I edit the board after creating it?

Yes. After creation it is just a normal Nextcloud Deck board.