Client Project Board for Nextcloud Deck
as 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
JSON
Portable v1 template schema.
{
"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?
Does the template include comments or attachments?
Can I edit the board after creating it?
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.
OpenFree tool
Build a Nextcloud Deck template without sending server data anywhere.
Build a simple Deckloud template JSON in your browser for a Nextcloud Deck board. No account, no upload, no server credentials.
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