Solo App Release 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
App Release
Ideas
Planned
Building
Testing
Ready
Shipped
JSON
Portable v1 template schema.
{
"schema": "deckloud-template-v1",
"schemaVersion": 1,
"slug": "solo-app-release-nextcloud-deck",
"locale": "en",
"title": "Solo App Release Board for Nextcloud Deck",
"description": "A release board for independent app builders shipping fixes, App Store updates, marketing pages, and QA.",
"category": "software",
"tags": [
"release",
"app-store",
"qa"
],
"quickCreateStackKey": "ideas",
"compatibility": {
"requiresBoardCreate": true,
"includesAttachments": false,
"includesComments": false
},
"board": {
"title": "App Release",
"color": "3B82F6"
},
"labels": [
{
"key": "bug",
"title": "Bug",
"color": "EF4444"
},
{
"key": "ux",
"title": "UX",
"color": "8B5CF6"
},
{
"key": "app-store",
"title": "App Store",
"color": "0EA5E9"
},
{
"key": "seo",
"title": "SEO",
"color": "10B981"
}
],
"stacks": [
{
"key": "ideas",
"title": "Ideas",
"order": 1
},
{
"key": "planned",
"title": "Planned",
"order": 2
},
{
"key": "building",
"title": "Building",
"order": 3
},
{
"key": "testing",
"title": "Testing",
"order": 4
},
{
"key": "ready",
"title": "Ready",
"order": 5
},
{
"key": "shipped",
"title": "Shipped",
"order": 6
}
],
"cards": [
{
"stack": "planned",
"title": "Write release notes",
"description": "Draft user-facing release notes before submission.",
"labels": [
"app-store"
],
"dueOffsetDays": 7
},
{
"stack": "testing",
"title": "Smoke test install path",
"description": "Verify cold launch, login, board load, card create, sync replay, and update path.",
"labels": [
"bug"
]
},
{
"stack": "planned",
"title": "Refresh launch page screenshots",
"description": "Update product screenshots and page copy after the build is ready.",
"labels": [
"seo"
]
}
]
}01
What this creates
6 stacks, 4 board labels, and 3 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