Search for pages, actions, and quick links.
Vote on feature requests and help shape the product roadmap.
Total Submissions
15
Open
6
Planned
4
Completed
2
Support TOTP-based 2FA and hardware security keys for team accounts. This is a blocker for enterprise adoption and SOC2 compliance requirements.
Support dark mode variants in the email template builder so transactional emails respect user OS preferences and reduce eye strain for recipients.
Let users create their own dashboard layout by dragging, resizing, and configuring widgets. Presets for different roles like engineering, sales, support.
Allow configuring retry count, backoff strategy, and timeout per webhook endpoint. Currently all webhooks use the same global settings which isn't flexible enough.
Native Slack integration to push real-time alerts, deployment notifications, and system health updates directly into designated channels.
Add a one-click CSV export button to all analytics dashboards. Currently you have to screenshot or manually copy data which is painful for monthly reports.
Visual dashboard showing current API rate limit usage, historical patterns, and alerts when approaching thresholds. Essential for production monitoring.
The sidebar overlaps the main content area on devices under 375px width. Hamburger menu doesn't close properly on iOS Safari after navigation.
Trigger deployments and view build status directly from the dashboard. Bi-directional sync so deployment status updates in both GitHub and Flux.
Large data tables (5000+ rows) take 3-4 seconds to render. Consider virtualizing rows and implementing server-side pagination as default behavior.
Connect Stripe to manage subscriptions, view MRR, churn metrics, and handle plan upgrades/downgrades directly within the billing section.
Power users want Cmd+K command palette and keyboard shortcuts for common actions like switching pages, toggling sidebar, and creating new items.
Sync tasks bidirectionally with Jira so teams can manage work from either platform. Status changes, comments, and assignees should stay in sync.
First load JS is 847KB. Tree-shake unused Recharts modules, lazy-load heavy pages, and consider moving to dynamic imports for the icon library.
On the revenue chart, long metric names in tooltips get truncated with no way to see the full text. Tooltip container needs max-width and word-wrap.