WikiSyllabus is the open-source Wikipedia of university syllabi — a global academic repository that makes it easy to search, access, and contribute syllabi from universities around the world.
To provide the core database of every university syllabus — organized, markdown-first, and community-driven.
- 📖 Open-book examinations
- 🔁 Flipped learning and flipped classrooms
- 🤝 Collaborative, community-driven education
- 🔓 Free and open access to academic information
WikiSyllabus is a fully open-source initiative maintained by volunteers from the global educational and open-source communities. Contributions are welcome from anyone.
Each syllabus file is organized in the following structure:
universities/university/branch/year/semester/xx.md
✅ Example:
universities/ktu/computer-science/2019/s8/01.md
Each .md
file must begin with YAML frontmatter like this:
---
country: "india"
university: "ktu"
branch: "computer-science"
version: "2019"
semester: 8
course_code: "cst402"
course_title: "distributed computing"
language: "english"
contributor: "@your-github-username"
---
Then continue with content like objectives, units, textbooks, references, etc.
If you’re ready to contribute, check out our 👉 Contribution Guide
Please read our 👉 Code of Conduct We’re committed to maintaining a safe, inclusive, and respectful environment for all.
This project is licensed under the MIT License.
Open an issue or tag a maintainer (e.g., @admin
) in your PR for support.