Projects

Toby Speakers

A Day of Automating the Mundane
2026-05-17
Stream Deck automation for the Toby Speakers workshop — HDR toggle, CNC remote desktop, window management, and 13 scripts built in one evening.

How to add a new project

  1. In cPanel File Manager, go to public_html/projects
  2. Create a new folder (e.g. my-cool-project)
  3. Upload your HTML file and rename it to index.html
  4. Optional: add a thumb.jpg for a preview image
  5. Optional: add a meta.json for title and description:
{
  "title": "My Project Name",
  "desc": "A short description of what this is",
  "date": "2026-05-17"
}