OpenDeck is an open-source contributor showcase platform built around a deck of interactive profile cards. Each card represents a developer, designer, or community member, highlighting their work, repositories, and social presence. OpenDeck is fully community-editable through GitHub and designed to grow organically with contributions.
- Contributors are represented as interactive cards displayed on a responsive grid layout.
- Each card shows the name, role, avatar, and social links.
- Clicking on a card opens a detailed profile page, displaying projects, open-source repositories, and community involvement.
- Profiles are managed via JSON files in the
/profiles/folder. - The platform is static, lightweight, and hosted on GitHub Pages.
This section explains how visitors and contributors can use OpenDeck.
Visitors can explore OpenDeck without signing up or logging in:
- Open the OpenDeck website.
- Browse the contributor cards on the homepage.
- Click any contributor card to view:
- Projects contributed to
- Open-source repositories
- Community/ETL involvement
- Click social icons on the card to visit GitHub, LinkedIn, or personal portfolio. All links open in a new tab.
Contributors can add or update their profile in the platform as follows:
- Fork the repository on GitHub.
- Clone your fork locally:
git clone <your-fork-url>
cd <repository-folder>