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
- Open
js/site.jsand add an entry to a section'slessonslist (setsoon: trueuntil the page exists). - Copy an existing lesson file (for example
ai-lesson-planning.html) to your new filename. - Update the
<title>, thedata-section/data-pageon<body>, and the content. - 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.