nanobot-voice-interface/examples/cards
kacper 4dfb7ca3cc
Some checks failed
CI / Backend Checks (push) Failing after 36s
CI / Frontend Checks (push) Failing after 40s
feat: unify card runtime and event-driven web ui
2026-04-06 15:42:53 -04:00
..
instances feat: unify card runtime and event-driven web ui 2026-04-06 15:42:53 -04:00
templates feat: unify card runtime and event-driven web ui 2026-04-06 15:42:53 -04:00
README.md feat: add card examples and speed up rtc connect 2026-03-15 21:44:47 -04:00

Example Cards

This directory contains checked-in snapshots of the card templates and saved card instances currently used in the local Nanobot web UI setup.

Structure:

  • templates/: reusable card templates (manifest.json + template.html)
  • instances/: example saved cards (card.json + state.json)

These files are examples for reference, iteration, and testing. The running web UI loads cards from ~/.nanobot/cards, not from this directory.