A visualization tool that shows the density of commentaries for every verse in the Torah, organized by Parasha (Torah Portion). It uses the Sefaria API to fetch real-time data.
- Interactive Heatmap: Visualizes commentary density; darker cells mean more discussion.
- Parasha Navigation: Browse by Book and Parasha.
- Deep Linking: Click any verse to open it on Sefaria.org.
- Double-click
index.htmlto open it in your browser. - No server required!
To share this with the world, you just need to host the static files (index.html, style.css, app.js).
Option 1: GitHub Pages (Recommended)
- Create a new repository on GitHub.
- Upload these files (
index.html,style.css,app.js,README.md). - Go to Settings > Pages and enable GitHub Pages from the
mainbranch.
Option 2: Netlify / Vercel
- Drag and drop this folder onto Netlify Drop or Vercel.
- It will be online instantly.
Data provided by Sefaria.org API.