# MintDeck > MintDeck is a flashcard app for iOS that turns study material into spaced-repetition decks. The homepage describes the product; the blog covers study science and app comparisons; the generator at /flashcard-generator converts arbitrary text into a ready-to-study deck. MintDeck publishes a machine-readable surface for agents: Link response headers on key pages, an API catalog under /.well-known, OpenAPI for the public generator endpoint, and markdown equivalents for every blog post at `/blog/{slug}/md`. ## Core surfaces - [API catalog](https://www.mintdeck.app/.well-known/api-catalog): RFC 9727 linkset advertising the public API. - [OpenAPI spec](https://www.mintdeck.app/openapi.json): OpenAPI 3.1 description of the flashcard generator. - [Agent skills index](https://www.mintdeck.app/.well-known/agent-skills/index.json): discovery index for skills MintDeck exposes. - [Flashcard generation skill](https://www.mintdeck.app/.well-known/agent-skills/flashcard-generation/SKILL.md): how to invoke the generator. - [Sitemap](https://www.mintdeck.app/sitemap.xml): all indexed URLs. ## Product pages - [Homepage](https://www.mintdeck.app/): product overview, features, pricing. - [Flashcard generator](https://www.mintdeck.app/flashcard-generator): web UI for the public generator API. - [Support](https://www.mintdeck.app/support): contact and help. - [Privacy](https://www.mintdeck.app/privacy) ยท [Terms](https://www.mintdeck.app/terms) ## Blog All posts are available as markdown at `/blog/{slug}/md`. - [Guide to flashcards](https://www.mintdeck.app/blog/flashcards-guide/md) - [The science of spaced repetition](https://www.mintdeck.app/blog/spaced-repetition-science/md) - [How to make flashcards with AI (2026)](https://www.mintdeck.app/blog/how-to-make-flashcards-ai-2026/md) - [AI flashcard generator](https://www.mintdeck.app/blog/ai-flashcard-generator/md) - [PDF to flashcards with AI (2026)](https://www.mintdeck.app/blog/pdf-to-flashcards-ai-2026/md) - [Free flashcard app for iPhone (2026)](https://www.mintdeck.app/blog/free-flashcard-app-iphone-2026/md) - [Free Quizlet alternative (2026)](https://www.mintdeck.app/blog/free-quizlet-alternative-2026/md) - [Anki alternative for iPhone](https://www.mintdeck.app/blog/anki-alternative-iphone/md) - [Best spaced-repetition apps (2026)](https://www.mintdeck.app/blog/best-spaced-repetition-apps-2026/md) - [Flashcard app for language learning](https://www.mintdeck.app/blog/flashcard-app-language-learning/md) - [College student flashcard app](https://www.mintdeck.app/blog/college-student-flashcard-app/md) - [Med student flashcard app](https://www.mintdeck.app/blog/med-student-flashcard-app/md) - [MCAT flashcard app (2026)](https://www.mintdeck.app/blog/mcat-flashcard-app-2026/md) - [Nursing flashcard app](https://www.mintdeck.app/blog/nursing-flashcard-app/md) - [Law student flashcard app (2026)](https://www.mintdeck.app/blog/law-student-flashcard-app-2026/md) - [GRE prep flashcard app (2026)](https://www.mintdeck.app/blog/gre-prep-flashcard-app-2026/md) ## Usage preferences Declared in [robots.txt](https://www.mintdeck.app/robots.txt): `search=yes, ai-train=no, ai-input=yes`. In plain terms: indexing and answer-engine citation are welcome; training on MintDeck content is not.