Build a Nextcloud Deck template
without 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.
{
"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?
What should I avoid putting into templates?
Related
Templates
Nextcloud Deck templates, made for real boards.
Download practical Nextcloud Deck board templates for personal kanban, GTD review, app releases, bug triage, content calendars, client projects, meetings, offline work, and SEO sprints.
OpenTemplate schema
Create templates that stay portable.
Create portable Nextcloud Deck board templates with stack keys, label keys, starter cards, and relative due dates.
Open