# =demo-cards — widget gallery: CARDS grid (canned data, no setup).
schema_version: 1
runtime: bridge
id: demo-cards
chip: demo-cards
title: "Demo · Cards"
icon: layout-grid
description: "Sample service tiles with status badges, canned data, zero setup."
placeholder_examples: ["Enter to load the demo cards"]
emits: Generic
bridge:
  command:
    macos: "python3 {{scripts_dir}}/bolt-demo.py cards"
    linux: "python3 {{scripts_dir}}/bolt-demo.py cards"
    windows: "python {{scripts_dir}}/bolt-demo.py cards"
  parse: json
  timeout_seconds: 5
presentation:
  widget: list
  title_field: title
  subtitle_field: subtitle
  right_widget:
    kind: cards
    mode: list_data
    bind:
      title: "{{row.name}}"
      subtitle: "{{row.meta}}"
      badge: "{{row.status}}"
actions:
  - { id: copy, kind: composer, target: row, label: Copy, insert: "{{title}}" }
