Free tool

Build a Nextcloud Deck templatewithout sending server data anywhere.

Create stacks, labels, and starter cards, then download a portable Deckloud template JSON. The tool does not connect to your server.

Template JSON

No credentials, no upload, no server connection.

Download
{
  "schema": "deckloud-template-v1",
  "schemaVersion": 1,
  "slug": "custom-deck-board",
  "locale": "en",
  "title": "Custom Deck Board",
  "description": "A portable Deckloud template for a normal Nextcloud Deck board.",
  "category": "custom",
  "tags": [
    "custom"
  ],
  "quickCreateStackKey": "inbox",
  "compatibility": {
    "requiresBoardCreate": true,
    "includesAttachments": false,
    "includesComments": false
  },
  "board": {
    "title": "Custom Deck Board",
    "color": "0066FF"
  },
  "labels": [
    {
      "key": "quick",
      "title": "Quick",
      "color": "10B981"
    },
    {
      "key": "deep-work",
      "title": "Deep Work",
      "color": "3B82F6"
    },
    {
      "key": "waiting",
      "title": "Waiting",
      "color": "F59E0B"
    },
    {
      "key": "blocked",
      "title": "Blocked",
      "color": "EF4444"
    }
  ],
  "stacks": [
    {
      "key": "inbox",
      "title": "Inbox",
      "order": 1
    },
    {
      "key": "next",
      "title": "Next",
      "order": 2
    },
    {
      "key": "doing",
      "title": "Doing",
      "order": 3
    },
    {
      "key": "waiting",
      "title": "Waiting",
      "order": 4
    },
    {
      "key": "done",
      "title": "Done",
      "order": 5
    }
  ],
  "cards": [
    {
      "stack": "inbox",
      "title": "Capture a new task",
      "description": "Add details during review."
    },
    {
      "stack": "next",
      "title": "Pick one next action",
      "description": "Keep the next step small."
    }
  ]
}

01

Privacy-safe by design

The builder runs in the page. It does not ask for credentials and does not upload a board to Deckloud.com.

FAQ

Practical questions

Can this import into my server directly?

No. Direct server import belongs in the native app, where your account already exists.

What should I avoid putting into templates?

Avoid private client data, comments, attachments, and fixed due dates. Use reusable starter cards instead.