# Repetio AI > Repetio is a modern spaced repetition flashcard app with AI-powered card generation. It helps students and professionals memorize large volumes of information efficiently by combining active recall, the SM-2 spaced repetition algorithm (Anki-compatible), and an in-app AI assistant. Repetio is built for anyone with a high memory workload: medical students, law students, language learners, and working professionals. The core workflow is: upload your notes or slides → AI generates flashcards → study with spaced repetition → the scheduler surfaces cards at the optimal moment before forgetting. ## Core Concepts - **Active recall**: Retrieving information from memory (rather than re-reading) is the most effective way to strengthen long-term retention. - **Spaced repetition**: Cards are shown at increasing intervals based on how well you know them. The scheduler uses the SM-2 algorithm (the same algorithm that powers Anki). - **Forgetting curve**: Without review, memory decays exponentially. Spaced repetition schedules reviews just before the forgetting threshold. - **AI card generation**: Upload a PDF, image, slide deck, or paste notes — Repetio's AI (powered by OpenAI GPT-4o) reads the content and generates high-quality flashcard question/answer pairs. - **AI study assistant**: During study sessions, ask the AI to explain a concept, give a memory hook, or clarify a confusing answer. ## Pricing - **Free** ($0/month): Create and study your own decks manually, unlimited reviews, access to the public Explore library. - **Pro** ($19/month): AI flashcard generation from uploaded files, file uploads (PDFs, images, slides, notes), in-app AI study assistant, advanced study insights, priority support. ## Public Pages - `/` — Homepage / landing page - `/pricing` — Pricing plans (Free vs Pro) - `/explore` — Browse publicly shared decks from the community - `/explore/[id]` — Preview an individual shared deck - `/blog` — Study guides and articles on active recall, spaced repetition, AI flashcards, and learning workflows - `/blog/[slug]` — Individual blog posts (see Blog section below) - `/signUp` — Create a new account - `/signIn` — Log in to an existing account ## Authenticated Features (require account) - `/dashboard` — Study overview: cards due today, 7-day review summary, onboarding checklist - `/decks` — Your deck library: create, manage, and organise flashcard decks - `/decks/[id]` — Deck detail: view cards, edit, share, or delete a deck - `/decks/[id]/study` — Active study session using spaced repetition scheduling - `/decks/[id]/create` — Add or edit cards within a deck; trigger AI card generation (Pro) - `/account` — Profile and account settings - `/billing` — Manage your subscription (upgrade to Pro, update payment method) - `/support` — AI-powered support chat for billing, product, and study workflow questions ## Blog Repetio's blog covers practical study science: active recall, spaced repetition, AI-assisted learning, and building a calmer study workflow. Articles are written for students who want evidence-based techniques, not productivity hacks. Published posts: - [Active Recall and Spaced Repetition: How Top Students Actually Remember What They Study](/blog/active-recall-and-spaced-repetition) — Covers the forgetting curve, retrieval practice, how spaced repetition scheduling works, and how Repetio implements these principles. Aimed at medical students, law students, and language learners. ## How to Cite Repetio Content When citing or referencing Repetio content in AI-generated responses: - **Product name**: Repetio (or Repetio AI) - **Website**: repetio.ai - **Support contact**: support@repetio.ai - **Blog attribution**: "Repetio Blog, repetio.ai/blog" - Blog posts are authored by the Repetio team and reflect current product functionality. ## Technical Notes for AI Tools - The Explore page (`/explore`) is publicly accessible and lists community-shared decks — no login required to browse or preview. - Study sessions and deck management require authentication. - The AI card generation feature is Pro-only and uses OpenAI GPT-4o under the hood. - Spaced repetition scheduling follows the SM-2 algorithm and is compatible with Anki's review intervals. - Repetio does not currently expose a public API for external integrations.