13 Open Issues Need Help Last updated: Sep 12, 2025

Open Issues Need Help

View All on GitHub
enhancement good first issue
good first issue frontend difficulty: easy onlydust-wave
good first issue frontend difficulty: easy onlydust-wave

AI Summary: This task requires creating a 'tags' table in a SQL database and building a RESTful API (using Node.js and potentially FastAPI or GraphQL) with CRUD endpoints for managing tags. The API should handle creating, fetching (all or by title), updating, and deleting tags, adhering to existing project coding conventions and error handling practices. The database schema should include 'id', 'title', and 'visibility' fields. The task anticipates future integration with a 'categories' feature.

Complexity: 3/5
good first issue backend onlydust-wave

AI Summary: Implement a responsive Browse Categories page for a decentralized live-streaming platform. This involves creating a reusable CategoryCard component, fetching category data from an API, displaying a grid of cards with placeholder images if needed, and ensuring correct linking to category detail pages. The task requires integration with existing frontend code (React, Next.js) and adherence to a specified design.

Complexity: 3/5
good first issue difficulty:medium onlydust-wave

AI Summary: Create a new API endpoint that retrieves user profile data (excluding sensitive information like wallet address and email) using a username instead of a wallet address. The endpoint should handle invalid usernames gracefully (returning a 404) and be optimized for performance. This is needed to support user-friendly profile URLs.

Complexity: 3/5
good first issue backend onlydust-wave

AI Summary: Build the UI for a trending explore page (/explore/trending) within a React/Next.js application. The page should display trending videos, clips, or profiles using a responsive grid layout, handle loading and empty states, and maintain visual consistency with the existing app styling. Data fetching (mocked or real) is required.

Complexity: 3/5
good first issue help wanted difficulty: easy onlydust-wave

AI Summary: Build the UI for a 'Saved' page within a decentralized live-streaming platform. This page will display a list or grid of user-saved content (videos, clips, etc.), handling loading states and empty states appropriately. The UI should be responsive and consistent with the existing design language of the application, leveraging existing components like `<Card />` and `<EmptyState />`. The task involves fetching (simulated or real) data and managing React state.

Complexity: 3/5
good first issue difficulty: easy onlydust-wave

AI Summary: Implement clickable live stream cards on the `/explore/live` page that redirect users to the streamer's profile page (`/[username]`). This requires adding an `onClick` handler or `<Link>` component to the existing card component, using the streamer's username from the stream data to construct the URL, and ensuring smooth navigation and consistent UX.

Complexity: 2/5
good first issue difficulty: easy onlydust-wave

AI Summary: Build the UI for the `/explore/live` page in a React/Next.js application. This involves fetching live stream data (using a provided mock or API function), displaying it in a responsive grid or list layout using existing components like `<LiveCard />` and `<EmptyState />`, and handling loading and empty states. The UI should adhere to the existing design system and patterns.

Complexity: 3/5
good first issue difficulty: easy onlydust-wave

AI Summary: Build the UI for a 'Watch Later' explore page in a React/Next.js application. This involves fetching a list of videos (using a mock or real function), displaying them in a grid or list format, handling loading and empty states, and ensuring consistent styling with the existing application. The page should be responsive and utilize existing components like `<Card />` and `<EmptyState />`.

Complexity: 3/5
good first issue difficulty: easy onlydust-wave

AI Summary: Update the UI and functionality of the Settings page in a decentralized live-streaming platform (StreamFi) to match a new design system. This includes adjusting colors, spacing, button styles, fixing input state inconsistencies, ensuring proper form resets, improving accessibility, and disabling the save button when no changes are made.

Complexity: 4/5
help wanted frontend onlydust-wave

AI Summary: Debug and fix build errors in the StreamFi project, a decentralized live-streaming platform built with React, Next.js, Flutter, Node.js, FastAPI, GraphQL, and Cairo (StarkNet). This involves identifying and resolving errors preventing successful compilation using `npm run build`, ensuring all dependencies are correctly installed and imported, and maintaining existing functionality.

Complexity: 4/5
bug help wanted frontend onlydust-wave