get-convex/convex-backend

The open-source reactive database for app developers

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 33 minutes ago
Added to GitGenius on September 4th, 2026
Created on March 8th, 2024
Open Issues & Pull Requests: 219 (+0)
GitHub issues: Enabled
Number of forks: 811
Total Stargazers: 12,500 (+0)
Total Subscribers: 49 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 13.4 hours
Mean response time: 7.8 days
90th percentile: 9.6 days
Tracked items: 274

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 97% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 68% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 5% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 158
New in 7 days: 6
Closed in 7 days: 0
Avg open age: 298 days
Stale 30+ days: 137
Stale 90+ days: 118

Recent activity

Opened in 7 days: 6
Closed in 7 days: 0
Comments in 7 days: 2
Events in 7 days: 14

Top labels

  • bug (6)
  • good first issue (6)
  • enhancement (3)
  • help wanted (3)
  • question (2)
  • documentation (1)
  • on hold (1)

Detailed Description

Convex is a reactive database designed for web app developers to build live-updating applications with strong consistency using pure TypeScript.

Convex addresses the complexity of building dynamic applications by combining a database, server function runtime, and client libraries into a unified system. Developers write business logic as TypeScript functions that execute with strong consistency guarantees, and the reactive architecture automatically propagates data changes to connected clients. This eliminates the need to manually manage API endpoints, state synchronization, or real-time subscriptions.

Convex suits teams building applications that require live data updates, such as collaborative tools, dashboards, or LLM-powered applications. The cloud platform offers a generous free tier suitable for small applications and side projects with zero infrastructure management. For organizations requiring self-hosted deployments, Convex supports Docker and prebuilt binaries, integrating with infrastructure providers including Neon, Fly.io, Vercel, Netlify, and standard PostgreSQL or SQLite databases. The self-hosted product includes most cloud features, including the dashboard and CLI.

The project maintains active synchronization between the open-source repository and internal development, with updates synced within days. The codebase is extensively tested through multiple well-designed test frameworks including randomized testing, though these test suites are not included in the open-source offering. The team welcomes small bug fixes and actively engages with the community through Discord, where dedicated channels support self-hosting discussions and general feedback.