AI-generated flashcards, ready to study
What is MazoCards?
MazoCards is a web flashcard application designed to turn material generated by ChatGPT, Gemini, Claude, or another AI assistant into a study-ready deck with spaced repetition.
Example: learning Roman history
- The learner asks an AI assistant for flashcards about Roman history.
- The assistant generates focused questions and answers.
- If it can make HTTP requests, it sends the deck to the public MazoCards API.
- MazoCards returns a temporary study URL containing up to 100 cards.
- The learner opens the link and starts a spaced-repetition session.
What happens after opening the link?
The learner can study immediately in the browser. The temporary link lasts for six hours. Google Sign-In is optional and is only needed when the learner wants to keep the deck, synchronize it across devices, and preserve future review progress.
Can an AI assistant create the deck directly?
Yes, when the assistant has a tool or environment capable of making an
outbound HTTP POST request. It sends structured JSON to
https://api.mazocards.com/v1/decks and returns the
url from the response.
If the assistant can only browse and write text, it can still generate a Markdown table and provide a prepared MazoCards import link. The learner then pastes the table and selects Import and study.
The assistant should not invent a compressed deck URL. If it cannot execute the API request, the Markdown table is the reliable fallback.
What content is MazoCards suitable for?
- Historical periods, dates, people, and events.
- Vocabulary, translations, and language production.
- Scientific definitions, formulas, and technical concepts.
- Interview questions and professional certification material.
- Any focused question-and-answer material intended for recall.