Paste source content and generate
Paste source content and generate question-answer flashcards through the flashcard generation endpoint.
AlphaLearn turns medical content into usable recall cards, then keeps those cards in a review system that can be tuned to your exam style. A student can generate a deck from notes, save it, import syllabus topics into spaced repetition, and review due topics without manually rebuilding the same study list every week.
Explain AlphaLearn as a medical flashcard workflow that starts with AI card generation and continues into customizable spaced repetition.
Paste source content and generate question-answer flashcards through the flashcard generation endpoint.
Generated cards render as flip cards with a question side and answer side.
Users can name and save generated decks.
Decks save locally through the app database first, which supports offline-first use.
When online, the same deck is saved to the user's Firestore flashcards collection with the same generated deck ID.
Saved deck metadata includes title, cards, creation timestamp, and card count.
The spaced repetition system is deliberately adjustable. Students can keep a simple 4-level cycle or expand it up to 8 levels for long-term revision. Basic mode is predictable, while adaptive mode changes the interval based on confidence after review.
Generate cards from content.
Save decks locally and sync online.
Basic versus adaptive repetition.
Custom review levels.
Paste source content and generate question-answer flashcards through the flashcard generation endpoint.
Generated cards render as flip cards with a question side and answer side.
Users can name and save generated decks.
These smaller product details are useful for long-tail SEO and for showing that the feature is practical, not just a headline.
Content source: `src/js/flashcards.js`, `src/js/spaced.js`, `src/js/db_manager.js`.
AlphaLearn turns medical content into usable recall cards, then keeps those cards in a review system that can be tuned to your exam style. A student can generate a deck from notes, save it, import syllabus topics into spaced repetition, and review due topics without manually rebuilding the same study list every week.