Offline Field Work 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
Offline Field Work
Prepare
Capture Offline
Needs Sync
Follow-up
Done
JSON
Portable v1 template schema.
{
"schema": "deckloud-template-v1",
"schemaVersion": 1,
"slug": "offline-field-work-nextcloud-deck",
"locale": "en",
"title": "Offline Field Work Board for Nextcloud Deck",
"description": "A board for preparation, offline capture, sync review, follow-up, and done work in unreliable networks.",
"category": "field-work",
"tags": [
"offline",
"field-work",
"sync"
],
"quickCreateStackKey": "capture-offline",
"compatibility": {
"requiresBoardCreate": true,
"includesAttachments": false,
"includesComments": false
},
"board": {
"title": "Offline Field Work",
"color": "10B981"
},
"labels": [
{
"key": "offline",
"title": "Offline",
"color": "10B981"
},
{
"key": "needs-sync",
"title": "Needs Sync",
"color": "F59E0B"
},
{
"key": "follow-up",
"title": "Follow-up",
"color": "3B82F6"
}
],
"stacks": [
{
"key": "prepare",
"title": "Prepare",
"order": 1
},
{
"key": "capture-offline",
"title": "Capture Offline",
"order": 2
},
{
"key": "needs-sync",
"title": "Needs Sync",
"order": 3
},
{
"key": "follow-up",
"title": "Follow-up",
"order": 4
},
{
"key": "done",
"title": "Done",
"order": 5
}
],
"cards": [
{
"stack": "prepare",
"title": "Open boards before leaving network",
"description": "Load the workspace once while online so the device has the board context it needs.",
"labels": [
"offline"
]
}
]
}01
What this creates
5 stacks, 3 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