Home › About

About Teacher Tech Tools

Teacher Tech Tools is a free, W3Schools-style reference built for one audience: teachers who want to use classroom technology well without wading through jargon.

How it works

Every guide is short, practical, and organized into tracks you can work through top to bottom. Interactive "Try it yourself" boxes let you test a prompt or setting right on the page.

How the site is built

It's plain HTML, CSS and JavaScript — no build tools, no accounts, no database. That means it opens in any browser and can be hosted free on GitHub Pages, Netlify, or any static host.

The whole site is data-driven. Sections and lessons are defined once in js/site.js, and that single list builds the navigation, sidebars, and prev/next links everywhere.

Add your own lesson

  1. Open js/site.js and add an entry to a section's lessons list (set soon: true until the page exists).
  2. Copy an existing lesson file (for example ai-lesson-planning.html) to your new filename.
  3. Update the <title>, the data-section / data-page on <body>, and the content.
  4. Remove soon: true — the sidebar and paging pick it up automatically.
Trademarks & accuracy Product names (Google Classroom, Kahoot, Tinkercad, etc.) belong to their owners and are referenced for education only. Always follow your district's approved-tools and student-data policies.