@@ -39,23 +39,23 @@ full directory on the [Convex website](https://convex.dev/components).
39
39
40
40
<ComponentCardList
41
41
items = { [
42
+ {
43
+ type: " link" ,
44
+ href: " https://www.convex.dev/components/workflow" ,
45
+ label: " Workflow" ,
46
+ description: " Async code flow as durable functions." ,
47
+ },
42
48
{
43
49
type: " link" ,
44
50
href: " https://www.convex.dev/components/workpool" ,
45
51
label: " Workpool" ,
46
- description: " Async work queues " ,
52
+ description: " Async durable function queue. " ,
47
53
},
48
54
{
49
55
type: " link" ,
50
56
href: " https://www.convex.dev/components/crons" ,
51
57
label: " Crons" ,
52
- description: " Schedule crons at runtime" ,
53
- },
54
- {
55
- type: " link" ,
56
- href: " https://www.convex.dev/components/workflow" ,
57
- label: " Workflow (Beta)" ,
58
- description: " Manage long-running code flows" ,
58
+ description: " Dynamic runtime cron management" ,
59
59
},
60
60
{
61
61
type: " link" ,
@@ -80,7 +80,7 @@ full directory on the [Convex website](https://convex.dev/components).
80
80
type: " link" ,
81
81
href: " https://www.convex.dev/components/migrations" ,
82
82
label: " Migrations" ,
83
- description: " Manage live data migrations" ,
83
+ description: " Define and run migrations" ,
84
84
},
85
85
{
86
86
type: " link" ,
@@ -92,7 +92,7 @@ full directory on the [Convex website](https://convex.dev/components).
92
92
type: " link" ,
93
93
href: " https://www.convex.dev/components/geospatial" ,
94
94
label: " Geospatial (Beta)" ,
95
- description: " Query points on a map " ,
95
+ description: " Store and search locations " ,
96
96
},
97
97
]}
98
98
/>
@@ -131,13 +131,25 @@ full directory on the [Convex website](https://convex.dev/components).
131
131
label: " LaunchDarkly Feature Flags" ,
132
132
description: " Sync feature flags with backend" ,
133
133
},
134
+ {
135
+ type: " link" ,
136
+ href: " https://www.convex.dev/components/polar" ,
137
+ label: " Polar" ,
138
+ description: " Add subscriptions and billing" ,
139
+ },
134
140
]}
135
141
/>
136
142
137
143
## Backend
138
144
139
145
<ComponentCardList
140
146
items = { [
147
+ {
148
+ type: " link" ,
149
+ href: " https://www.convex.dev/components/persistent-text-streaming" ,
150
+ label: " AI Agent" ,
151
+ description: " Define agents with tools and memory" ,
152
+ },
141
153
{
142
154
type: " link" ,
143
155
href: " https://www.convex.dev/components/persistent-text-streaming" ,
0 commit comments