Free tool
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 fields
Template JSON
Live preview
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?
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.
Related
Templates
Nextcloud Deck templates, made for real boards.
Download practical Nextcloud Deck templates for kanban, GTD review, releases, bug triage, content calendars, 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