-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
Description
We have a growing collection of open-source demos on our YouTube channel. Right now, all of these demos exist only as videos, but we want to turn them into a structured, discoverable catalog on the website. This will make it easier for learners to find relevant demos and help us showcase open-source projects more effectively.
The goal of this task is to automatically extract information about these demos from YouTube, generate structured entries for each demo, and publish them on the website as a clean catalog page.
What needs to be built
The result should be a new catalog page on the website that displays all demos in a visually clean, searchable format.
The catalog should include:
- the name of the tool/project demonstrated,
- a description of what the demo covers,
- the YouTube link,
- optional resources (repo, docs),
- area/task this tool could be used for
- and a consistent layout across all entries.
Other feature ideas are welcome.
Potential flow
- Scan our YouTube channel for demo videos
- Extract metadata
- Produce structured files that match the website's format
- Generate a new catalog page where all demos are displayed
- Provide a simple mechanism to add new demos in the future