Flashcards
Spaced repetition flashcards — all data saved locally
Ready-made Decks
How to create a custom deck
Create a .json file with the following structure and upload it using the button above.
{
"name": "My Vocabulary Deck",
"description": "Optional description",
"cards": [
{
"front": "食べる",
"back": "to eat",
"reading": "たべる"
},
{
"front": "飲む",
"back": "to drink",
"reading": "のむ"
}
]
}Fields
namerequired — The deck name shown in the deck list.descriptionoptional — A short description of the deck.cardsrequired — Array of flashcard objects. Each card needsfrontandback, plus optionalreading.
- SRS scheduling is applied automatically to all cards.
- Use a text editor or spreadsheet to create large decks, then export as JSON.
Loading...