Tap-to-flip study cards cycling through question/answer pairs.
| Field | Type | |
|---|---|---|
| cards | array (required) of {front, back} | required |
| accent | string (optional, hex, default "#6366f1") | optional |
| label_front | string (optional, default "QUESTION") | optional |
| label_back | string (optional, default "ANSWER") | optional |
{
"type": "flashcard_deck",
"cards": [
{
"title": "Card 1",
"body": "First card content."
},
{
"title": "Card 2",
"body": "Second card content."
}
]
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:flashcard_deck",
"displayName": "Flashcard Deck",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/flashcard_deck",
"capabilities": [
"google-apps-script-web",
"mcp-apps"
],
"description": "Tap-to-flip study cards cycling through question/answer pairs.",
"representativeQueries": [
"show a flip-card deck of question answer pairs",
"tap-to-flip study cards cycling through question/answer pairs.",
"render a flashcard deck"
]
}
The renderer is an open-source Google Apps Script web app. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.
git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →