12 Open Issues Need Help Last updated: Jul 27, 2025

Open Issues Need Help

View All on GitHub
JavaScript Libraries UI Components

AI Summary: This task requires generating a React application within an Nx workspace using the `@nx/react` plugin. Then, Storybook (`@storybook/react`) needs to be configured to render a basic React component created within a library. The final step involves demonstrating the component's functionality within Storybook.

Complexity: 3/5
help wanted good first issue
JavaScript Libraries UI Components

AI Summary: The task is to automate the process of adding new contributors to the project's README file. This involves creating a script or workflow that automatically updates the README with the names and contributions of new contributors, likely using data from version control or other contributor tracking systems. The goal is to keep the README up-to-date without manual intervention.

Complexity: 4/5
documentation good first issue
JavaScript Libraries UI Components

AI Summary: The task is to create a basic documentation page listing contributors for a Vue project within an Nx workspace. This likely involves gathering contributor information (potentially from Git history or other sources) and formatting it into a simple, readable document (e.g., Markdown). The project uses Nx, a build system that may require familiarity with its commands and project structure.

Complexity: 2/5
documentation help wanted good first issue framework: vue
JavaScript Libraries UI Components

AI Summary: Create a basic documentation page listing contributors for a React project within an Nx workspace. This involves gathering contributor information (likely from Git history) and formatting it for a documentation page. The documentation will likely be integrated into the existing Nx project's documentation.

Complexity: 2/5
documentation help wanted good first issue framework: react
JavaScript Libraries UI Components

AI Summary: Create a simple documentation page listing contributors to a Svelte project. This likely involves gathering contributor names and potentially other relevant information (e.g., contribution type or GitHub username) and formatting it into a readable document, possibly using Markdown.

Complexity: 2/5
documentation help wanted good first issue framework: svelte
JavaScript Libraries UI Components

AI Summary: Create a simple documentation page listing contributors for a SolidJS project. This likely involves gathering contributor names and potentially other relevant information (e.g., GitHub usernames, contribution type) and formatting it into a readable document, possibly using Markdown.

Complexity: 2/5
documentation help wanted good first issue framework: solid
JavaScript Libraries UI Components

AI Summary: Integrate Qwik framework into an existing Nx monorepo, creating a Qwik application, a shared component, and configuring Storybook to render Qwik components. This involves using either the @analogjs/vite-plugin-nx plugin or a custom Vite integration for Qwik.

Complexity: 4/5
enhancement help wanted good first issue framework: qwik tooling: storybook
JavaScript Libraries UI Components

AI Summary: The task involves creating a new SolidJS application within an Nx workspace using the @nx/vite plugin. A basic component should be built and integrated with Storybook, either using the standard @storybook/html adapter or a SolidJS-specific Storybook solution. The goal is to have a simple component rendered within a Storybook story.

Complexity: 3/5
enhancement help wanted good first issue framework: solid tooling: storybook
JavaScript Libraries UI Components

AI Summary: This task requires creating a new Vue 3 application using the `@nx/vue` plugin within an Nx workspace, building a shared component in a library, configuring Storybook for Vue 3 using `@storybook/vue3`, and finally, adding and testing a Vue component story in Storybook. The project utilizes Vite for building.

Complexity: 3/5
help wanted good first issue
JavaScript Libraries UI Components

AI Summary: Integrate Svelte into an Nx workspace using the `@nx/svelte` plugin, create a basic Svelte component within a library, add Storybook support using `@storybook/svelte`, and verify the component renders correctly within Storybook. This involves generating a new Svelte application, creating a component, configuring Storybook, and testing the integration.

Complexity: 3/5
help wanted good first issue
JavaScript Libraries UI Components

AI Summary: This task requires creating a new web application using the Nx `@nx/web` plugin, building a basic component within a library, configuring Storybook to support plain HTML/JS stories, and testing an interactive component within Storybook. The project uses TypeScript and leverages Nx's workspace capabilities.

Complexity: 3/5
enhancement good first issue
JavaScript Libraries UI Components

AI Summary: This task requires setting up an Angular application within an Nx monorepo using the `@nx/angular` plugin. A shared UI library containing a simple component (e.g., a button) should be created and integrated with Storybook to ensure correct rendering. This involves generating the Angular app, configuring Storybook for Angular, and potentially customizing the Storybook theme.

Complexity: 3/5
enhancement good first issue