2025-08-26 19:15:21 -04:00
2025-08-26 21:52:34 +00:00
2025-08-26 21:52:34 +00:00

Edpuzzle Translate

This repo hosts the source code to the Edpuzzle translator website hosted at translate.apexfight.net. It includes not only the front end, but also the backend code to the site.

ALL of the code, data, files, and whatever may happen to reside within this repository is licensed as per the AGPL V3.0, a copy of which is located in the LICENSE file.

Usage

Go to translate.apexfight.net and paste the link to an edpuzzle video in.

Hosting

If you want to host this yourself you need the following requirements:

  • This project probably needs nix to build and run, you could do it manually, but using nix is much easier.
  • In addition to nix, you need some sort of web server to run the frontend, i personally recommend Nginx, but you can use pretty much whatever, as the frontend is written with angular, and therefore statically loaded.
  • You will also need to have an api key to a LibreTranslate instance, OR have your own instance running.
Description
This repo hosts the source code to the Edpuzzle translator website hosted at translate.apexfight.net. It includes not only the front end, but the backend code to the site.
Readme AGPL-3.0 196 KiB
Languages
HTML 90.7%
TypeScript 8.4%
Shell 0.5%
CSS 0.4%