K–12 Islamic Studies • Islamic History

A Complete Islamic Education System for the Next Generation

From early foundations to advanced understanding, Muslim Legacy Series helps students build identity, character, and knowledge through a structured K–12 learning journey.

Two K–12 educational programs — Islamic Curriculum and How the World Works — designed for schools, educators, and families.

Currently being piloted with schools and educators preparing for 2026 implementation.

A Complete Islamic Learning Journey — From First Steps to Confident Understanding

Most Islamic programs teach in fragments. Muslim Legacy Series is built as a complete journey.

Stage 1

Foundation

Early Years — Ages 4–6
    Love for the Qur’an
  • Arabic letter recognition
  • Sound-based reading readiness
  • Simple memorization
  • Positive Islamic identity
Children build confidence and develop a natural love for the Qur’an.
Stage 2

Core Development

Primary Years — Ages 7–12
  • Islamic Studies (beliefs, practices, character)
  • Islamic History (stories, heroes, legacy)
  • Identity development
  • Structured learning progression

Students develop strong identity, character, and understanding of their faith.

Stage 3

Advanced Understanding

Secondary Years — Ages 13+
  • Deeper Islamic understanding
  • Critical thinking and reflection
  • Historical analysis
  • Applying Islam in modern life

Students think critically, articulate their beliefs, and live Islam with confidence.

Each stage builds naturally into the next — creating a seamless journey from early Qur’an connection to confident Islamic understanding. Muslim Legacy Series is designed as a complete K–12 system, ensuring that students are not just learning in fragments, but growing through a structured and meaningful pathway. For early Qur’an foundation, we also collaborate with specialized early childhood programs to support reading readiness and engagement at the foundational stage.

See This System in Action

Built on Authentic Sources. Designed for Real Classrooms.

Muslim Legacy Series is carefully developed using authenticated Qur'an and Hadith sources, and structured to support meaningful learning across all grade levels.

Our focus is not only on what students learn, but how they grow — in understanding, character, and identity.

📚

Authenticated Foundations

  • Content is based on Qur'an and authentic Hadith
  • Carefully reviewed to avoid weak or unauthenticated narratives
  • Emphasis on clarity, accuracy, and age-appropriate understanding
🏫 Structured K–12 Design
  • Built as a complete system, not disconnected lessons
  • Clear progression from early years through advanced levels
  • Designed to support long-term learning and development
📖

Classroom-Ready Materials

  • Student Textbooks, Journals, and Teacher Manuals
  • Clean formatting and consistent structure
  • Designed for real classroom implementation
🔄

Continuous Improvement

  • Developed with feedback from educators and pilot environments
  • Refined based on real-world classroom experience
  • Built to evolve while maintaining core integrity

Muslim Legacy Series is actively being used, tested, and refined in collaboration with educators and schools preparing for broader implementation.

The curriculum aligns with established Islamic scholarship and draws from widely accepted sources within the Islamic tradition.

77
Books Published
1,681
Source Citations
K-12
Complete Coverage
100%
Mufti Authenticated

Who Is MLS For?

🏫

For Islamic Schools

A complete K-12 curriculum with teacher manuals, workbooks, and student journals. Designed for full-time and Sunday school programs with flexible pacing.

School Adoption
🏠

For Parents & Homeschoolers

Everything you need to teach Islamic Studies and History at home. Parent-friendly teacher guides, engaging student books, and structured lesson plans.

Parent Guide

Two Tracks, One Complete Education

MLS delivers two parallel curriculum tracks that work together at every grade level, building knowledge from foundations of faith to advanced analysis.

Islamic Studies

Pre-K through Grade 12 — 39 books

Aqeedah, Seerah, Quran, Hadith, Fiqh, Akhlaq. Elementary grades learn through the beloved Grandpa Siddiqui stories. Upper grades transition to Dadi Bia for deeper analytical exploration.

Explore Islamic Studies

Islamic History

Grades 1 through 12 — 36 books

From the stories of the Prophets through the great Muslim civilizations, empires, the Golden Age, colonialism, and the modern Muslim world. Culminates in DBQ capstone analysis.

Explore Islamic History

Why Muslim Legacy Series?

No other Islamic curriculum combines rigorous academic sourcing with engaging storytelling and scholarly authentication.

1,681

Inline Source Citations

Every Quranic reference, Hadith, and historical claim is cited to its original source. No unsourced claims, no ambiguity.

Mufti Authenticated

Every textbook reviewed and approved by qualified Islamic scholars through our rigorous verification process, ensuring accuracy and authenticity.

K-12

Complete Coverage

77 books spanning Pre-K through Grade 12 across both Islamic Studies and Islamic History. No gaps, no missing grades.

Narrative Pedagogy

The Grandpa Siddiqui method makes learning memorable for young students. Dadi Bia deepens understanding for older grades.

Learn More About Our Approach

Download a Free Sample Lesson

See the MLS difference for yourself. Get a complete lesson from our Grade 3 Islamic Studies textbook, including teacher notes.

The MLS Scholarly Verification System™

Every textbook in our curriculum undergoes a rigorous three-step authentication process before reaching your classroom.

Source Identification

Our 5-pass citation engine scans every claim, inserting direct references to Quran (Surah:Ayah), Hadith (collection and number), and scholarly sources.

Citation Verification

Each citation is validated against primary Islamic sources. A detailed verification report documents every finding with tagged versions and review notes.

Mufti Authentication

Qualified Islamic scholars review the complete verification package, confirming accuracy of all religious content through a structured approval process.

See Full Authentication Process

Trusted by Educators Nationwide

Islamic schools and homeschooling families across the country are adopting MLS as their primary curriculum.

25
Textbooks with Full Citations
1,731
Sourced Paragraphs
100%
Scholar Verification Pass Rate

Browse by Grade

Select a grade to explore the full book set for that level.

Islamic Studies

Pre-K K 1 2 3 4 5 6 7 8 9 10 11 12

Islamic History

1 2 3 4 5 6 7 8 9 10 11 12
💬

MLS Curriculum Assistant

×
Assalamu Alaikum! I'm the MLS Curriculum Assistant. Ask me anything about our K-12 Islamic Studies and Islamic History curriculum.
/* ── MOBILE NAV: accordion + chatbot hide ── */ (function() { var toggle = document.querySelector('.nav-toggle'); var menu = document.querySelector('.nav-menu'); if (!toggle || !menu) return; /* Re-bind hamburger (overrides main.js for mobile) */ toggle.addEventListener('click', function(e) { e.stopPropagation(); var isOpen = menu.classList.toggle('open'); document.body.classList.toggle('nav-open', isOpen); }); /* Close when clicking outside */ document.addEventListener('click', function(e) { if (!e.target.closest('.site-header') && !e.target.closest('.nav-menu')) { menu.classList.remove('open'); document.body.classList.remove('nav-open'); } }); /* Accordion: tap parent link to expand/collapse dropdown */ menu.querySelectorAll('li > a').forEach(function(link) { var dd = link.nextElementSibling; if (!dd || !dd.classList.contains('nav-dropdown')) return; link.addEventListener('click', function(e) { if (window.innerWidth > 900) return; /* desktop: do nothing */ e.preventDefault(); e.stopPropagation(); /* Close any other open dropdowns */ menu.querySelectorAll('.nav-dropdown.mob-open').forEach(function(other) { if (other !== dd) other.classList.remove('mob-open'); }); dd.classList.toggle('mob-open'); }); }); /* Clicking a leaf link (no dropdown child) closes the nav */ menu.querySelectorAll('a').forEach(function(a) { if (!a.nextElementSibling || !a.nextElementSibling.classList.contains('nav-dropdown')) { a.addEventListener('click', function() { menu.classList.remove('open'); document.body.classList.remove('nav-open'); menu.querySelectorAll('.mob-open').forEach(function(d) { d.classList.remove('mob-open'); }); }); } }); })();