Card Preview
No cards loaded
Select a deck from the library below or paste your own content and click Parse Cards.
Card Content
Paste or type your flashcards
Deck Library
PDF Options
AI Assistant Guide
Generate cards with Claude, Gemini, or ChatGPT
If you have a browser AI extension, copy the prompt below, customize the topic, and paste the AI's output into the editor above.
Input Format Reference
Markdown
===# Optional topic heading Front text of the card here on multiple lines---Back text / answer goes here===
===
separates cards.
--- splits
front / back.
JSON
[
{
"topic": "Array Access",
"front": "Question text",
"back": "Answer text"
}
]
Aliases:
question/q for
front,
answer/a
for back.
YAML
- topic: Array Access
front: |
Question text
multiline ok
back: |
Answer text
also multiline
Use | for
literal multiline strings. Same field aliases as JSON.