This is a template repository for sharing Anki flashcard decks with the OpenAnki community.
- Use this template - Click "Use this template" to create your own deck repository
- Upload your decks - Drag & drop
.apkgfiles into semester/topic folders - Commit - That's it! The index is auto-generated
/
βββ semester_1/
β βββ anatomy.apkg
β βββ biochemistry.apkg
βββ semester_2/
β βββ pharmacology.apkg
βββ index.json β Auto-generated!
- You add decks to folders (create new folders as needed)
- GitHub Actions automatically scans all folders
- index.json is regenerated with the complete file list
- OpenAnki users add your repo and can browse/download decks
- Use descriptive folder names (they become category titles)
- Use underscores or hyphens in folder names:
semester_1orclinical-medicine - Include deck subject in the filename:
anatomy_basics.apkg - Keep individual decks under 50MB for fast downloads
Create a meta.json in any folder to customize display:
{
"display_name": "First Semester - Preclinical",
"description": "Foundation courses"
}The GitHub Action can optionally read deck metadata:
{
"path": "semester_1/anatomy.apkg",
"name": "Complete Anatomy",
"size_mb": 12.5
}- Fork this repository
- Add your decks
- Submit a pull request
Decks shared here should respect copyright. Only share:
- Your own original content
- Open-licensed materials
- Materials you have permission to redistribute