Skip to content
Dev with Bobby edited this page Nov 27, 2025 · 1 revision

Welcome to the Convex Panel wiki! A powerful development panel for monitoring, debugging, and managing your Convex applications.

NPM Version


๐Ÿ“‹ Table of Contents


Overview

Convex Panel is a React component that provides real-time monitoring, data inspection, and debugging capabilities for Convex applications. It seamlessly integrates into your app with a beautiful, developer-friendly interface.


โœ… Current Features

๐Ÿฅ Health View

Monitor the health and performance of your Convex application in real-time:

Metric Description
Failure Rate Track function execution failures and error rates
Cache Hit Rate Monitor cache efficiency and hit/miss ratios
Scheduler Status View scheduled function health and execution status
Lag Chart Visualize system latency and identify bottlenecks
Function Insights Performance analytics for your Convex functions

๐Ÿ“Š Data View

Browse and manage your Convex database tables:

  • Data Table - View all your tables with paginated, sortable data
  • Sorting - Sort by any column ascending or descending
  • Filtering - Advanced query filtering capabilities
  • Context Menu - Right-click actions for quick data operations
  • In-place Editing - Double-click to edit values directly

๐Ÿงช Function Runner

Test and debug your Convex functions directly from the panel:

  • Execute queries, mutations, and actions
  • Provide custom input parameters
  • View function results in real-time
  • Syntax highlighting for function code
  • Error handling and display

๐Ÿค– Ask AI

Integrated AI chatbot powered by Kapa:

  • Ask anything about Convex
  • Get instant answers and documentation
  • Code examples and best practices
  • Troubleshooting assistance

๐Ÿšง Coming Soon

๐Ÿ“ Data Management

  • Add Data - Create new documents directly from the panel
  • Edit Data - Enhanced editing capabilities with validation

๐Ÿ“ˆ Functions View

  • Code Viewer - View function source code with syntax highlighting
  • Performance Charts - Visualize function invocation rates, execution times, and error rates
  • Function Analytics - Deep insights into function behavior

โฐ Schedulers View

  • Scheduled Jobs - View all scheduled functions
  • Cron Jobs - Manage cron-based recurring tasks
  • Job History - Track execution history and status

๐Ÿ“‹ Logs View

  • All Convex Logs - Comprehensive log viewer
  • Advanced Filtering - Filter by type, function, time range
  • Log Export - Download logs in JSON format
  • Real-time Updates - Live log streaming

๐Ÿ”ฎ Future Roadmap

๐Ÿงฉ Convex Component

Native Convex component integration for even easier setup and usage.

๐ŸŒ Browser Extensions

  • Chrome Extension - Quick access to Convex Panel from any tab
  • Firefox Extension - Full browser integration

๐Ÿ–ฅ๏ธ Desktop Application

Standalone desktop application for:

  • macOS
  • Windows
  • Linux

Quick Links


Contributing

We welcome contributions! Please see our Contributing Guide for details.

License

MIT License - see LICENSE for details.