Merged
Conversation
> Make beautifully animated Slydes and presentations from XML with ease!
MattIPv4
approved these changes
Jan 11, 2026
Member
MattIPv4
left a comment
There was a problem hiding this comment.
✅ Commit valid, site appears to have content *
* based off https://tygo-van-den-hurk.github.io/Slyde/
Member
|
FYI, before we can accept your domain request, you need to configure your GitHub Pages site to use the requested js.org subdomain. Head to your repository settings, locate the Pages settings (under Code and Automation), and enter the js.org subdomain in the custom domain field. 📝 |
Contributor
Author
|
Fair enough! I've changed the domain in settings. Thanks for the quick review :) |
Tygo-van-den-Hurk
added a commit
to Tygo-van-den-Hurk/Slyde
that referenced
this pull request
Jan 11, 2026
The js.org domain is shorter and makes `Slyde` not a subdirectory site. I also think it looks more professional. Can be merged when they merge pull request js-org/js.org#10514 into master.
Tygo-van-den-Hurk
added a commit
to Tygo-van-den-Hurk/Slyde
that referenced
this pull request
Jan 11, 2026
The js.org domain is shorter and makes `Slyde` not a subdirectory site. I also think it looks more professional. Can be merged when they merge pull request js-org/js.org#10514 into master.
12 tasks
Member
|
Welcome https://slyde.js.org |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Make beautifully animated Slydes and presentations from XML with ease!
What is Slyde?
Slyde is a program to create professional beautifully animated presentations from XML. It is fast and easy, even for non-technical people.
This would output the following fully animated presentation:
Features
Installation
There are several ways to install Slyde: installing an npm package, pull docker image, or building from source.
NPM package installation
To install Slyde using NPM, run the following command:
You can also install Slyde in your path by adding the
--globalflag. You might need to restart your session after installation.To install Slyde using npm from GitHub' NPM registry add the
--registry=https://npm.pkg.github.com/option. This might require a personal access token from GitHub to function correctly.Docker image installation
To install and run slyde using docker, run the following command:
docker run -it --volume "$PWD:/pwd" --rm ghcr.io/tygo-van-den-hurk/slyde:latest compileBuilding from source
Warning
This option is not recommended even if you chose to install
--globalas this makes your system harder to replicate. The previous options are recommended for almost all use cases.You can install slyde as a dependency to your project, run the following commands:
You can also install Slyde in your path by adding the
--globalflag. You might need to restart your session after installation.