Skip to main content

Edpuzzle Answers Self-Host

A self-hosted version of the Edpuzzle Answers tool. This lets you run your own server so you can get answers for Edpuzzle assignments, skip videos, change video speed, and automatically answer questions — including open-ended ones using AI.

What does "self-hosted" mean?

It means you run the server on your own computer instead of relying on someone else's. This gives you full control and means the tool keeps working even if a public version goes down.


Before You Start

You will need to download two things if you don't have them already:

  • Python — used to run the server
  • Node.js — used to build the app

Install both before continuing. When installing Python on Windows, make sure to check "Add Python to PATH" during setup.


Which install method should I use?

Use the Easy method unless you have a specific reason not to. It handles everything automatically.

Only use the Manual method if the Easy method fails or you want more control over the setup.

Easy MethodManual Method
Best forMost peopleAdvanced users
What it doesRuns one command that does everythingYou run each step yourself
If something breaksHarder to debugEasier to see what went wrong
note

You can go to the Discord (not my discord server) or open an Issue on the Github


Pick your operating system

Manual Install


Already installed?