NCERT is a flat directory of merged NCERT textbook PDFs for India's school curriculum (Pre-Primary through Class XII). It is a static site — every page is pre-built; PDFs are not hosted on this domain, only on GitHub Releases.
Why this exists
The official NCERT site (ncert.nic.in)
works, but each chapter is a separate download. This site offers one
merged PDF per book, built from the official chapter PDFs via
qpdf in a GitHub Action. No popups, no ads, no required
sign-in.
Copyright
NCERT material is freely redistributable per NCERT's policy — these are the official chapter PDFs from ncert.nic.in merged for convenience. NCERT logos and trademarks belong to NCERT.
How it's built
A monthly GitHub Action downloads chapter PDFs from ncert.nic.in,
merges them with qpdf --empty --pages …, and uploads the
resulting {class}-{subject}-{lang}.pdf bundles as a
GitHub Release. The site links to those release assets.
oriz family
NCERT is one of the apps in the oriz family. Use the family menu in the footer to jump between them.
Source code
MIT-licensed, hosted at github.com/chirag127/oriz-ncert-app. Issues and PRs welcome.