Workflow template

Solo App Release 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

App Release

Ideas

Planned

Building

Testing

Ready

Shipped

BugUXApp StoreSEO

JSON

Portable v1 template schema.

Download
{
  "schema": "deckloud-template-v1",
  "schemaVersion": 1,
  "slug": "solo-app-release-nextcloud-deck",
  "locale": "en",
  "title": "Solo App Release Board for Nextcloud Deck",
  "description": "A release board for independent app builders shipping fixes, App Store updates, marketing pages, and QA.",
  "category": "software",
  "tags": [
    "release",
    "app-store",
    "qa"
  ],
  "quickCreateStackKey": "ideas",
  "compatibility": {
    "requiresBoardCreate": true,
    "includesAttachments": false,
    "includesComments": false
  },
  "board": {
    "title": "App Release",
    "color": "3B82F6"
  },
  "labels": [
    {
      "key": "bug",
      "title": "Bug",
      "color": "EF4444"
    },
    {
      "key": "ux",
      "title": "UX",
      "color": "8B5CF6"
    },
    {
      "key": "app-store",
      "title": "App Store",
      "color": "0EA5E9"
    },
    {
      "key": "seo",
      "title": "SEO",
      "color": "10B981"
    }
  ],
  "stacks": [
    {
      "key": "ideas",
      "title": "Ideas",
      "order": 1
    },
    {
      "key": "planned",
      "title": "Planned",
      "order": 2
    },
    {
      "key": "building",
      "title": "Building",
      "order": 3
    },
    {
      "key": "testing",
      "title": "Testing",
      "order": 4
    },
    {
      "key": "ready",
      "title": "Ready",
      "order": 5
    },
    {
      "key": "shipped",
      "title": "Shipped",
      "order": 6
    }
  ],
  "cards": [
    {
      "stack": "planned",
      "title": "Write release notes",
      "description": "Draft user-facing release notes before submission.",
      "labels": [
        "app-store"
      ],
      "dueOffsetDays": 7
    },
    {
      "stack": "testing",
      "title": "Smoke test install path",
      "description": "Verify cold launch, login, board load, card create, sync replay, and update path.",
      "labels": [
        "bug"
      ]
    },
    {
      "stack": "planned",
      "title": "Refresh launch page screenshots",
      "description": "Update product screenshots and page copy after the build is ready.",
      "labels": [
        "seo"
      ]
    }
  ]
}

01

What this creates

6 stacks, 4 board labels, and 3 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.