Problem
On the Algora projects page, each project card currently shows the project name,
description, and links (GitHub, Twitter, website, etc.), but it is not immediately
clear which programming language or technology stack the project uses.
For example:
- ZIO → Scala
- Golem Cloud → Rust
Users have to click into the repository to find this information.
Proposed Feature
Add visible language/technology tags (badges or chips) to each project card,
displayed below the project name or description.
Examples:
- ZIO → [Scala]
- Golem Cloud → [Rust]
- [Python], [TypeScript], [Go], etc.
These tags could be:
- Derived automatically from the repository’s primary language, or
- Defined manually in the project metadata for more accuracy.
Benefits
- Improves discoverability of projects by language
- Helps users quickly find projects relevant to their tech stack
- Enhances overall UX without adding much visual clutter
Problem
On the Algora projects page, each project card currently shows the project name,
description, and links (GitHub, Twitter, website, etc.), but it is not immediately
clear which programming language or technology stack the project uses.
For example:
Users have to click into the repository to find this information.
Proposed Feature
Add visible language/technology tags (badges or chips) to each project card,
displayed below the project name or description.
Examples:
These tags could be:
Benefits