Help Wanted

Discover open source projects where your contributions truly matter

While large projects overflow with contributions, smaller initiatives eagerly await your expertise and passion

Active filters:Stars: 10+ Stars
Filters trigger API requests for better performance

Showing 30 of 7,997 opportunities to contribute

AI Summary: This issue requests the creation of responsive animation examples to demonstrate how animation utilities function across different screen sizes (mobile, tablet, desktop). Currently, only desktop-focused examples exist, and the suggested fix is to add these responsive demos to the `submissions/examples` directory.

Complexity:2/5
help wantedgood first issueanimationGSSoC-26gssoc:approvedlevel:intermediateECSoC26

Animation-first CSS framework with reusable UI components, modern effects, and zero dependencies. Lightweight, beginner-friendly, and open-source.

HTML
#animation-library#animations#css#css-framework#developer-tools#frontend#frontend-framework#good-first-contribution#good-first-issue#good-first-pr#gssoc-2026#hacktoberfest#html-css#open-source#ui-components#web-development
enhancementhelp wantedgood first issuehacktoberfestcommunitylow hanging fruitup-for-grabsfirst-timers-only

Aesthetic, minimalist platform for learning Japanese inspired by Duolingo and Monkeytype, built with Next.js and sponsored by Vercel. Beginner-friendly with plenty of good first issues - all contributions are welcome!

TypeScript
#beginner#beginner-friendly#contribute#contribution#contributions-welcome#first-contributions#first-timers-only#good-first-contribution#good-first-issue#good-first-pr#hacktoberfest#help-wanted#japanese#japanese-language#language-learning#learn-japanese#nextjs#open-source#react#up-for-grabs

AI Summary: The tool incorrectly handles repositories where the root skill marker file is named `skill.md` (lowercase). While discovery correctly identifies the file case-insensitively, the installation process hardcodes the filename as `SKILL.md` (uppercase), leading to a 404 error. The fix involves using the actual discovered filename during the fetch process.

Complexity:2/5
buggood first issueseverity: medium

One-stop shop for AI skills and agents. Search 110K+ community skills, install and track them declaratively, and deploy across all major AI coding tools (Claude Code, Codex, Cursor, Antigravity and more)

Rust
#ai-agents#ai-skills#ai-tools#antigravity#claude#claude-code#cli#codex#cursor#developer-tools#devtools#dotfiles#gemini-cli#package-manager#productivity#prompt-engineering#rust#skill-management#skills#skills-sh
help wantedgood first issuecomponentGSSoC-26gssoc:approvedlevel:intermediateECSoC26

Animation-first CSS framework with reusable UI components, modern effects, and zero dependencies. Lightweight, beginner-friendly, and open-source.

HTML
#animation-library#animations#css#css-framework#developer-tools#frontend#frontend-framework#good-first-contribution#good-first-issue#good-first-pr#gssoc-2026#hacktoberfest#html-css#open-source#ui-components#web-development

AI Summary: This issue requests the addition of documentation explaining how to implement animations in the project while adhering to accessibility best practices. Specifically, it asks for examples that demonstrate respecting user motion preferences and creating accessible animations, as there is currently no such guidance.

Complexity:2/5
help wantedgood first issueanimationGSSoC-26gssoc:approvedlevel:intermediateECSoC26

Animation-first CSS framework with reusable UI components, modern effects, and zero dependencies. Lightweight, beginner-friendly, and open-source.

HTML
#animation-library#animations#css#css-framework#developer-tools#frontend#frontend-framework#good-first-contribution#good-first-issue#good-first-pr#gssoc-2026#hacktoberfest#html-css#open-source#ui-components#web-development

One-stop shop for AI skills and agents. Search 110K+ community skills, install and track them declaratively, and deploy across all major AI coding tools (Claude Code, Codex, Cursor, Antigravity and more)

Rust
#ai-agents#ai-skills#ai-tools#antigravity#claude#claude-code#cli#codex#cursor#developer-tools#devtools#dotfiles#gemini-cli#package-manager#productivity#prompt-engineering#rust#skill-management#skills#skills-sh

AI Summary: The `init` command's recommended 'Personal config' option is a silent no-op when a shared Skillfile already defines install targets. Users are shown a success message, but their new configurations are ignored, leading to confusion and unmet expectations when installing platforms.

Complexity:2/5
buggood first issueseverity: low

One-stop shop for AI skills and agents. Search 110K+ community skills, install and track them declaratively, and deploy across all major AI coding tools (Claude Code, Codex, Cursor, Antigravity and more)

Rust
#ai-agents#ai-skills#ai-tools#antigravity#claude#claude-code#cli#codex#cursor#developer-tools#devtools#dotfiles#gemini-cli#package-manager#productivity#prompt-engineering#rust#skill-management#skills#skills-sh

AI Summary: This issue proposes a redesign of the Shell tool card in the chat/agent panel to align with Cursor's minimalist terminal-command card. The current card is considered cluttered with multiple interactive elements and hardcoded status colors, whereas the desired design emphasizes a clean header with essential information and de-emphasizes secondary actions.

Complexity:3/5
enhancementhelp wanted

An open-source cursor ai alternative

TypeScript
#anthropic#antigravity-ide#copilot#cursor-ide#developer-tools#editor#open-source#openai#vscode

AI Summary: This issue requests the addition of minimal, copy-pasteable HTML usage examples for each animation class in the project's documentation. Currently, the README explains the classes but lacks beginner-friendly examples, making it difficult for new users to understand how to apply them correctly.

Complexity:2/5
help wantedgood first issueanimationGSSoC-26gssoc:approvedlevel:intermediateECSoC26

Animation-first CSS framework with reusable UI components, modern effects, and zero dependencies. Lightweight, beginner-friendly, and open-source.

HTML
#animation-library#animations#css#css-framework#developer-tools#frontend#frontend-framework#good-first-contribution#good-first-issue#good-first-pr#gssoc-2026#hacktoberfest#html-css#open-source#ui-components#web-development

AI Summary: This issue proposes redesigning the Todo tool card in the chat interface to align with Cursor's minimal, inline task list style. The current implementation uses a bordered card, while the desired UI integrates tasks directly into the message flow without separate boxing, featuring tighter spacing and simpler status indicators.

Complexity:3/5
enhancementhelp wanted

An open-source cursor ai alternative

TypeScript
#anthropic#antigravity-ide#copilot#cursor-ide#developer-tools#editor#open-source#openai#vscode
enhancementhelp wantedgood first issuehacktoberfestcommunitylow hanging fruitup-for-grabsfirst-timers-only

Aesthetic, minimalist platform for learning Japanese inspired by Duolingo and Monkeytype, built with Next.js and sponsored by Vercel. Beginner-friendly with plenty of good first issues - all contributions are welcome!

TypeScript
#beginner#beginner-friendly#contribute#contribution#contributions-welcome#first-contributions#first-timers-only#good-first-contribution#good-first-issue#good-first-pr#hacktoberfest#help-wanted#japanese#japanese-language#language-learning#learn-japanese#nextjs#open-source#react#up-for-grabs

AI Summary: The GitHub file fetching mechanism in `crates/sources` fails to percent-encode paths containing spaces or special characters like '#'. This leads to URI parsing errors or requests for incorrect paths, while GitLab's equivalent function handles this correctly. The fix involves applying the existing `encode_url_path` function to GitHub raw download URLs.

Complexity:2/5
buggood first issueseverity: medium-high

One-stop shop for AI skills and agents. Search 110K+ community skills, install and track them declaratively, and deploy across all major AI coding tools (Claude Code, Codex, Cursor, Antigravity and more)

Rust
#ai-agents#ai-skills#ai-tools#antigravity#claude#claude-code#cli#codex#cursor#developer-tools#devtools#dotfiles#gemini-cli#package-manager#productivity#prompt-engineering#rust#skill-management#skills#skills-sh

AI Summary: This issue requests the creation of a responsive pricing card component that animates a 3D flip on hover using only HTML and CSS. The card should display plan details on the front and features/call-to-action on the back, with a smooth transition.

Complexity:3/5
help wantedgood first issueanimationGSSoC-26gssoc:approvedlevel:intermediateECSoC26

Animation-first CSS framework with reusable UI components, modern effects, and zero dependencies. Lightweight, beginner-friendly, and open-source.

HTML
#animation-library#animations#css#css-framework#developer-tools#frontend#frontend-framework#good-first-contribution#good-first-issue#good-first-pr#gssoc-2026#hacktoberfest#html-css#open-source#ui-components#web-development

AI Summary: This issue describes a bug where the `GITLAB_HOST` environment variable is not properly sanitized, leading to incorrect URL construction. Providing a scheme prefix (like `https://`) results in double-scheme URLs, causing connection errors. Conversely, a trailing slash causes authentication to fail silently because the host comparison logic breaks. The expected behavior is to normalize the `GITLAB_HOST` to a bare hostname.

Complexity:2/5
buggood first issueseverity: high

One-stop shop for AI skills and agents. Search 110K+ community skills, install and track them declaratively, and deploy across all major AI coding tools (Claude Code, Codex, Cursor, Antigravity and more)

Rust
#ai-agents#ai-skills#ai-tools#antigravity#claude#claude-code#cli#codex#cursor#developer-tools#devtools#dotfiles#gemini-cli#package-manager#productivity#prompt-engineering#rust#skill-management#skills#skills-sh

AI Summary: Users are reporting that Brave browser versions 1.92.134 and newer are failing to launch on specific Windows 7 x64 SP1 systems, exhibiting a "Command failed" error after a brief window appearance. This issue appears to be system-specific, as older Brave versions and newer versions work correctly on virtual machines and other physical machines with the same operating system configuration.

Complexity:3/5
bughelp wanted

Windows 7 API Extensions

C

AI Summary: This issue is a beginner-friendly task to add a new fun fact about Japan to a JSON file. No coding experience is required, and the contribution can be made directly from the browser in under a minute. It's labeled as a 'good first issue' and suitable for Hacktoberfest participants.

Complexity:1/5
enhancementhelp wantedgood first issuehacktoberfestcommunitylow hanging fruitup-for-grabsfirst-timers-only

Aesthetic, minimalist platform for learning Japanese inspired by Duolingo and Monkeytype, built with Next.js and sponsored by Vercel. Beginner-friendly with plenty of good first issues - all contributions are welcome!

TypeScript
#beginner#beginner-friendly#contribute#contribution#contributions-welcome#first-contributions#first-timers-only#good-first-contribution#good-first-issue#good-first-pr#hacktoberfest#help-wanted#japanese#japanese-language#language-learning#learn-japanese#nextjs#open-source#react#up-for-grabs

AI Summary: The 'Chado Phylogenetic Visualization Field Type' is appearing at the top level when creating new fields in Tripal's Page Structure. This is because the `category:` attribute was omitted for the `ChadoPhylotreeVisTypeDefault` field, causing it to not be properly categorized.

Complexity:2/5
Good First IssueGroup 1 - Tripal Content Types | Terms | Fields

The Tripal package is a suite of Drupal modules for creating biological (genomic, genetic, breeding) websites. Visit the Tripal homepage at http://tripal.info for documentation, support, and other information. The Drupal project page is at http://drupal.org/project/tripal.

PLpgSQL
#biological-data#chado#cms-extension#drupal#hacktoberfest#tripal#tripal-core

AI Summary: The `e2e:test:daemon:external` CI job is intermittently failing with exit code 201, specifically during the `runtime should discover docker workloads` test. The cause is currently unknown, and reliable local reproduction steps have not yet been identified, requiring further investigation.

Complexity:3/5
good first issue

Distributed Announce and Discovery of Multi-Agentic-Systems

Go

AI Summary: This issue proposes adding a tooltip that appears when a user hovers their mouse over 'Bricks' within the Palette. The specific implementation details are yet to be defined, and the issue is currently on hold.

Complexity:2/5
good first issueon hold

A complete overhaul of Music Blocks

TypeScript
#react#typescript
enhancementhelp wantedgood first issuehacktoberfestcommunitylow hanging fruitup-for-grabsfirst-timers-only

Aesthetic, minimalist platform for learning Japanese inspired by Duolingo and Monkeytype, built with Next.js and sponsored by Vercel. Beginner-friendly with plenty of good first issues - all contributions are welcome!

TypeScript
#beginner#beginner-friendly#contribute#contribution#contributions-welcome#first-contributions#first-timers-only#good-first-contribution#good-first-issue#good-first-pr#hacktoberfest#help-wanted#japanese#japanese-language#language-learning#learn-japanese#nextjs#open-source#react#up-for-grabs

AI Summary: The Playwright AGENTS.md documentation is missing a comprehensive reference table for all available test fixtures. This omission prevents developers from discovering and utilizing existing fixtures, potentially leading to inefficient testing practices and duplicated effort. The proposed solution is to add a detailed fixture reference section to the documentation.

Complexity:2/5
good first issuearea/docsarea/testsready-to-code

Build, Store, and Distribute your Applications and Containers

Python
#containers#docker#oci-distribution#quay

AI Summary: This issue highlights that the method for controlling looping animation iteration counts using `--ease-animation-iterations` is not clearly presented in the project's documentation. The contributor suggests adding a dedicated example to the README to demonstrate how to customize this setting globally via `:root`, including its default value and how to override it.

Complexity:2/5
enhancementhelp wantedgood first issueanimationGSSoC-26gssoc:approvedlevel:intermediateECSoC26

Animation-first CSS framework with reusable UI components, modern effects, and zero dependencies. Lightweight, beginner-friendly, and open-source.

HTML
#animation-library#animations#css#css-framework#developer-tools#frontend#frontend-framework#good-first-contribution#good-first-issue#good-first-pr#gssoc-2026#hacktoberfest#html-css#open-source#ui-components#web-development

AI Summary: The user is reporting a bug where the navbar theme does not correctly switch to light mode, remaining dark with only a slight opacity change. They have expressed interest in fixing this issue.

Complexity:2/5
help wantedgood first issueGSSoC-26gssoc:approvedlevel:intermediateECSoC26

Animation-first CSS framework with reusable UI components, modern effects, and zero dependencies. Lightweight, beginner-friendly, and open-source.

HTML
#animation-library#animations#css#css-framework#developer-tools#frontend#frontend-framework#good-first-contribution#good-first-issue#good-first-pr#gssoc-2026#hacktoberfest#html-css#open-source#ui-components#web-development

Super Productivity is an advanced todo list app with integrated Timeboxing and time tracking capabilities. It also comes with integrations for Jira, GitLab, GitHub and Open Project.

TypeScript
#android#flowmodoro#flowtime#habit-tracker#ios#issue-tracker#linux#local-first#macos#open-source#pomodoro#pomodoro-timer#privacy#productivity#task-manager#time-tracker#time-tracking#to-do-list#todo#windows

AI Summary: This issue proposes creating a pure CSS component that mimics a swipe-to-dismiss interaction for a deck of cards, similar to mobile notification lists. The implementation involves using HTML input elements (checkboxes or range sliders) to control the state of card elements, with CSS sibling selectors and transitions to animate the dismissal.

Complexity:3/5
help wantedgood first issueanimationGSSoC-26gssoc:approvedlevel:intermediateECSoC26

Animation-first CSS framework with reusable UI components, modern effects, and zero dependencies. Lightweight, beginner-friendly, and open-source.

HTML
#animation-library#animations#css#css-framework#developer-tools#frontend#frontend-framework#good-first-contribution#good-first-issue#good-first-pr#gssoc-2026#hacktoberfest#html-css#open-source#ui-components#web-development
enhancementhelp wantedgood first issuehacktoberfestcommunitylow hanging fruitup-for-grabsfirst-timers-only

Aesthetic, minimalist platform for learning Japanese inspired by Duolingo and Monkeytype, built with Next.js and sponsored by Vercel. Beginner-friendly with plenty of good first issues - all contributions are welcome!

TypeScript
#beginner#beginner-friendly#contribute#contribution#contributions-welcome#first-contributions#first-timers-only#good-first-contribution#good-first-issue#good-first-pr#hacktoberfest#help-wanted#japanese#japanese-language#language-learning#learn-japanese#nextjs#open-source#react#up-for-grabs