[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-10405":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":25,"hasPages":23,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":32,"readmeContent":33,"aiSummary":34,"trendingCount":16,"starSnapshotCount":16,"syncStatus":35,"lastSyncTime":36,"discoverSource":37},10405,"convex-backend","get-convex\u002Fconvex-backend","get-convex","The open-source reactive database for app developers","https:\u002F\u002Fdocs.convex.dev",null,"TypeScript",11913,734,48,139,0,10,83,345,57,43.6,"Other",false,"main",true,[27,28,29,30,31],"backend","convex","database","rust","typescript","2026-06-12 02:02:21","\u003Cp align=\"center\">\n\u003Cpicture>\n  \u003Csource media=\"(prefers-color-scheme: dark)\" srcset=\"https:\u002F\u002Fstatic.convex.dev\u002Flogo\u002Fconvex-logo-light.svg\" width=\"600\">\n  \u003Csource media=\"(prefers-color-scheme: light)\" srcset=\"https:\u002F\u002Fstatic.convex.dev\u002Flogo\u002Fconvex-logo.svg\" width=\"600\">\n  \u003Cimg alt=\"Convex logo\" src=\"https:\u002F\u002Fstatic.convex.dev\u002Flogo\u002Fconvex-logo.svg\" width=\"600\">\n\u003C\u002Fpicture>\n\u003C\u002Fp>\n\n[Convex](https:\u002F\u002Fconvex.dev) is the open-source reactive database designed to\nmake life easy for web app developers, whether human or LLM. Fetch data and\nperform business logic with strong consistency by writing pure TypeScript.\n\nConvex provides a database, a place to write your server functions, and client\nlibraries. It makes it easy to build and scale dynamic live-updating apps.\n[Read the docs to learn more](https:\u002F\u002Fdocs.convex.dev\u002Funderstanding\u002F).\n\nDevelopment of the Convex backend is led by the Convex team. We\n[welcome small bug fixes](.\u002FCONTRIBUTING.md) and\n[love receiving feedback](https:\u002F\u002Fdiscord.gg\u002Fconvex). We keep this repository\nsynced with any internal development work within a handful of days. Convex is a\nwell tested piece of software, with several well designed test frameworks\nincluding randomized testing. Those tests are not provided as part of the open\nsource offering.\n\n## Getting Started\n\nVisit our [documentation](https:\u002F\u002Fdocs.convex.dev\u002F) to learn more about Convex\nand follow our getting started guides.\n\nThe easiest way to build with Convex is through our\n[cloud platform](https:\u002F\u002Fwww.convex.dev\u002Fplans), which includes a generous free\ntier and lets you focus on building your application without worrying about\ninfrastructure. Many small applications and side-projects can operate entirely\non the free tier with zero cost and zero maintenance.\n\n## Self Hosting\n\nThe self-hosted product includes most features of the cloud product, including\nthe dashboard and CLI. Self-hosted Convex works well with a variety of tools\nincluding Neon, Fly.io, Vercel, Netlify, RDS, Sqlite, Postgres, and more.\n\nYou can either use Docker (recommended) or a prebuilt binary to self host\nConvex. Check out our [self-hosting guide](.\u002Fself-hosted\u002FREADME.md) for detailed\ninstructions. Community support for self-hosting is available in the\n`#self-hosted` channel on [Discord](https:\u002F\u002Fdiscord.gg\u002Fconvex).\n\n## Community & Support\n\n- Join our [Discord community](https:\u002F\u002Fdiscord.gg\u002Fconvex) for help and\n  discussions.\n- Report issues when building and using the open source Convex backend through\n  [GitHub Issues](https:\u002F\u002Fgithub.com\u002Fget-convex\u002Fconvex-backend\u002Fissues)\n- By submitting pull requests, you confirm that Convex can use, modify, copy,\n  and redistribute the contribution, under the terms of its choice.\n\n## Building from source\n\nSee [BUILD.md](.\u002FBUILD.md).\n\n## Disclaimers\n\n- If you choose to self-host, we recommend following the self-hosting guide. If\n  you are instead building from source, make sure to change your instance secret\n  and admin key from the defaults in the repo.\n- Convex is battle tested most thoroughly on Linux and Mac. On Windows, it has\n  less experience. If you run into issues, please message us on\n  [Discord](https:\u002F\u002Fconvex.dev\u002Fcommunity) in the `#self-hosted` channel.\n- Convex self-hosted builds contain a beacon to help Convex improve the product.\n  The information is minimal and anonymous and helpful to Convex, but if you\n  really want to disable it, you can set the `--disable-beacon` flag on the\n  backend binary. The beacon's messages print in the log and only include\n  - A random identifier for your deployment (not used elsewhere)\n  - Migration version of your database\n  - Git rev of the backend\n  - Uptime of the backend\n\n## Repository layout\n\n- `crates\u002F` contains Rust code\n\n  - Main binary\n    - `local_backend\u002F` is an application server on top of the `Runtime`. This is\n      the serving edge for the Convex cloud.\n\n- `npm-packages\u002F` contains both our public and internal TypeScript packages.\n  - Internal packages\n    - `udf-runtime\u002F` sets up the user-defined functions JS environment for\n      queries and mutations\n    - `system-udfs\u002F` contains functions used by the Convex system e.g. the CLI\n","Convex 是一个为应用开发者设计的开源响应式数据库。它允许开发者使用纯 TypeScript 编写数据获取和业务逻辑，确保强一致性。Convex 提供了数据库、服务器函数编写环境以及客户端库，简化了动态实时更新应用的构建与扩展过程。适用于需要快速开发且对数据一致性有高要求的Web应用场景，如在线协作工具、实时数据分析平台等。此外，Convex 支持云托管及自托管两种部署方式，其中云服务提供了一个慷慨的免费层级，让小型项目和个人开发者能够零成本地开始项目。对于希望完全控制自己基础设施的用户，则可以选择自托管方案。",2,"2026-06-11 03:28:13","top_topic"]