Nexca is your go-to platform for creating powerful admin panels. Manage data, share thoughts, and connect with your audience easily, whether you're an agency or an individual looking to build your brand.

5 Open Issues Need Help Last updated: Jul 18, 2025

Open Issues Need Help

View All on GitHub
Enhance Source Attribution about 2 months ago

AI Summary: Enhance the Nexca admin panel's source attribution functionality by adding a UI for managing link URLs, targets, and rel attributes for both posts and content. This involves creating a new form, updating database schemas, and modifying the display logic to handle the expanded source data while maintaining backward compatibility.

Complexity: 3/5
enhancement good first issue improvement

Nexca is your go-to platform for creating powerful admin panels. Manage data, share thoughts, and connect with your audience easily, whether you're an agency or an individual looking to build your brand.

TypeScript
Skip to Main Content about 2 months ago

AI Summary: Implement a "Skip to Main Content" link in the Nexca admin panel to improve accessibility for keyboard and screen reader users. This involves adding a hidden, focusable link at the top of the page, linking it to the main content section (adding a #main ID if necessary), and ensuring it becomes visible on focus. The implementation should ideally be done for all relevant templates within the Nexca application.

Complexity: 3/5
enhancement good first issue improvement accessibility

Nexca is your go-to platform for creating powerful admin panels. Manage data, share thoughts, and connect with your audience easily, whether you're an agency or an individual looking to build your brand.

TypeScript

AI Summary: Implement a drag-and-drop reordering feature for content blocks within the Tiptap rich text editor used in the Nexca admin panel. This requires integrating a drag handle extension from the Tiptap library, following their provided React integration guide.

Complexity: 3/5
enhancement good first issue improvement

Nexca is your go-to platform for creating powerful admin panels. Manage data, share thoughts, and connect with your audience easily, whether you're an agency or an individual looking to build your brand.

TypeScript

AI Summary: Enhance the Nexca admin panel's navigation menu by adding visual indicators (arrows) to parent menu items with children, and modifying the click behavior to prevent unintended navigation when clicking on the arrow or empty space within a parent item. The goal is to improve usability and clarity.

Complexity: 3/5
good first issue invalid improvement

Nexca is your go-to platform for creating powerful admin panels. Manage data, share thoughts, and connect with your audience easily, whether you're an agency or an individual looking to build your brand.

TypeScript

AI Summary: Integrate the Lighthouse CLI into the Nexca project's build process to automate performance, accessibility, SEO, and PWA audits. This involves adding a script to run Lighthouse, potentially configuring thresholds for acceptable scores, and integrating the results into the project's reporting or CI/CD pipeline.

Complexity: 4/5
enhancement good first issue improvement

Nexca is your go-to platform for creating powerful admin panels. Manage data, share thoughts, and connect with your audience easily, whether you're an agency or an individual looking to build your brand.

TypeScript