5 Open Issues Need Help Last updated: Jun 20, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement URL parameter synchronization for active tabs within a Next.js application. The task involves using `useSearchParams` to read and update the `tab` query parameter, reflecting the currently active tab (Files, Chat, Settings) in the URL. This improves shareability, user experience, and enables deep linking.

Complexity: 3/5
enhancement good first issue frontend

AI Summary: Implement file saving functionality for a real-time collaborative coding platform. This involves enabling the download of individual files via a right-click context menu and adding a 'Save All Files' button to download all project files as a zip archive. The solution should leverage existing UI components and integrate with the platform's file management system.

Complexity: 3/5
enhancement good first issue

AI Summary: Implement user profile picture functionality. This involves allowing users to upload a profile picture, storing it securely (likely in a cloud storage service like AWS S3 or similar), and displaying the profile picture in various places throughout the application (e.g., chat screens, user lists). The existing initial-letter placeholder should be replaced with the actual profile picture.

Complexity: 3/5
enhancement good first issue

AI Summary: Create a custom 404 page for a Next.js application using Tailwind CSS. The page should display a '404 - Page Not Found' message, a short description, and a button/link to redirect users to either the homepage (if unauthenticated) or their current room (if authenticated).

Complexity: 2/5
good first issue frontend

AI Summary: Design and implement a landing page for a real-time collaborative coding platform. The page should include a hero section with a title and subtitle, sections detailing features and how the platform works, a call to action button, and a footer with links to the GitHub repository and other relevant resources. The design should be clean, responsive, and utilize Tailwind CSS and Shadcn UI components.

Complexity: 3/5
good first issue