@@ -19,43 +19,23 @@ application code.
19
19
The best way to get started with Convex is to follow the
20
20
[ getting started guides in the Convex docs] ( https://docs.convex.dev/ ) .
21
21
22
- ** Most Convex developers should be using the
23
- [ managed hosted product] ( https://www.convex.dev/plans ) .** The hosted product
24
- includes a generous free tier and provides a seamless, reliable, cost-effective
25
- platform that allows you to focus on building your application without worrying
26
- about infrastructure.
27
-
28
- ** This repository is the wild west open source version.** It's the same code
29
- used in the hosted Convex product but runs on a single machine and doesn't
30
- include the scale-out services, replicated database backend, production
31
- dashboard, or operational tooling. You are welcome to use this code to run your
32
- application, either for local testing or in production, but you are on your own
33
- managing it and ensuring the system is reliable and secure. In particular you
34
- should ensure you have strong competency with regards to:
35
-
36
- - Hosting
37
- - Traffic routing
38
- - Backups and replication
39
- - Monitoring
40
- - Upgrades
41
- - Migration between versions
22
+ ** [ Convex managed hosted product] ( https://www.convex.dev/plans ) .** The hosted
23
+ product includes a generous free tier and provides a seamless, reliable,
24
+ cost-effective platform that allows you to focus on building your application
25
+ without worrying about infrastructure.
42
26
43
27
No official support is provided for the open source version of Convex but
44
28
community support is available in the ` #open-source ` channel in the
45
29
[ Convex Discord] ( https://discord.gg/convex ) . There is a
46
30
[ self-hosting guide] ( ./SELFHOSTING.md ) available with some guidance.
47
31
48
- Development of the Convex backend is led by the Convex team and we are not
49
- actively soliciting any major contributions from the community. We of course
32
+ Development of the Convex backend is led by the Convex team. We
50
33
[ welcome bug fixes] ( ./CONTRIBUTING.md ) and
51
34
[ love receiving feedback] ( https://discord.gg/convex ) . We keep this repository
52
35
synced with any internal development work within a handful of days.
53
36
54
37
## Getting started
55
38
56
- _ We ** strongly** recommend using the hosted version of Convex to get familiar
57
- with the development workflow before attempting to run this version locally._
58
-
59
39
To get started, clone this repo:
60
40
61
41
``` sh
0 commit comments