You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Deploy NuxtHub on your own infrastructure.'
56
69
cycle: ''
57
70
price: 'Custom'
58
71
features:
59
-
- 'Unlimited projects'
60
-
- 'Unlimited teams'
61
-
- 'Unlimited members'
62
-
- 'Self-host NuxtHub Admin'
63
-
- 'Priority Support'
72
+
- title: 'Unlimited projects'
73
+
icon: i-ph-app-window-fill
74
+
- title: 'Unlimited teams'
75
+
icon: i-ph-users-four-fill
76
+
- title: 'Unlimited members'
77
+
icon: i-ph-users-fill
78
+
- title: 'Self-host NuxtHub Admin'
79
+
icon: i-ph-computer-tower-fill
80
+
- title: 'Priority Support'
81
+
icon: i-ph-question-fill
64
82
button:
65
83
label: 'Contact us'
66
-
color: black
84
+
co
341A
lor: gray
67
85
to: 'mailto:hub@nuxt.com?subject=On-Premise%20Deployment&body=Hi%20NuxtHub%20Team%2C%0A%0AI%20am%20interested%20in%20deploying%20NuxtHub%20on%20my%20own%20infrastructure.%0A%0AKind%20regards%2C'
68
86
info: 'Prices does not include your <a href="https://www.cloudflare.com/plans/developer-platform/" target="_blank" class="underline underline-offset-4 dark:hover:text-white hover:text-gray-900">Cloudflare costs</a>.'
69
87
contact:
@@ -74,65 +92,143 @@ pricing:
74
92
color: gray
75
93
to: 'mailto:hub@nuxt.com?subject=Open%20Source%20Organization%20Offer&body=Hi%20NuxtHub%20Team%2C%0A%0AI%20am%20interested%20in%20the%20special%20offer%20for%20Open%20Source%20Organizations.%0A%0AKind%20regards%2C'
76
94
cloudflare:
77
-
title: 'What about Cloudflare pricing?'
78
-
description: 'You can start for free with Cloudflare and seamlessly upgrade to Workers Paid plan when needed.'
95
+
title: 'Cloudflare pricing'
96
+
description: 'You can start for free with Cloudflare and seamlessly upgrade to Workers Paid plan when needed for $5/month.'
79
97
plans:
80
-
- title: 'Cloudflare Workers (Nuxt application)'
81
-
free: >
82
-
100,000 requests / day<br>
83
-
1 MB worker size (small Nuxt app)<br>
84
-
10ms CPU time per invocation<br>
85
-
100 applications<br>
86
-
paid: >
87
-
10 million requests / month + $0.30/million<br>
88
-
10 MB worker size<br>
89
-
30s CPU time per invocation<br>
90
-
30 million CPU milliseconds + $0.02/million<br>
91
-
500 applications
92
-
to: 'https://developers.cloudflare.com/workers/platform/pricing/'
93
-
- title: 'Cloudflare D1 (Database)'
94
-
free: >
95
-
10 databases<br>
96
-
5 million rows read / day<br>
97
-
100,000 rows written / day<br>
98
-
5 GB storage
99
-
paid: >
100
-
50,000 databases<br>
101
-
25 billion rows read / month + $0.001/million<br>
102
-
50 million rows written / month + $1.00/million<br>
103
-
5 GB storage included + $0.75/GB-month
104
-
to: 'https://developers.cloudflare.com/d1/platform/pricing/'
105
-
- title: 'Cloudflare R2 (Blob)'
106
-
free: >
107
-
1 million class A requests / month (list + write)<br>
108
-
10 million class B requests / month (read)<br>
109
-
10 GB storage / month<br>
110
-
Unlimited egress (data transfer to Internet)
111
-
paid: >
112
-
1 million class A requests / month + $4.50/million<br>
113
-
10 million class B requests / month + $0.36/million<br>
114
-
10 GB storage / month + $0.015/GB-month<br>
115
-
Unlimited egress (data transfer to Internet)
116
-
to: 'https://developers.cloudflare.com/r2/pricing/'
117
-
- title: 'Cloudflare KV (KV & Cache)'
118
10000
-
free: >
119
-
100,000 read / day<br>
120
-
1,000 list / day<br>
121
-
1,000 write / day<br>
122
-
1,000 delete / day<br>
123
-
1 GB storage
124
-
paid: >
125
-
10 million read / month + $0.50/million<br>
126
-
1 million list / month + $5.00/million<br>
127
-
1 million write / month + $5.00/million<br>
128
-
1 million delete / month + $5.00/million<br>
129
-
1 GB storage + $0.50/GB-month
130
-
to: 'https://developers.cloudflare.com/kv/platform/pricing/'
98
+
- label: 'App'
99
+
icon: i-ph-app-window-fill
100
+
buttons:
101
+
- label: 'Cloudflare Workers pricing'
102
+
to: 'https://developers.cloudflare.com/workers/platform/pricing/'
103
+
columns:
104
+
- key: 'title'
105
+
label: ''
106
+
- key: 'free'
107
+
label: 'Free'
108
+
- key: 'paid'
109
+
label: 'Workers Paid ($5/month)'
110
+
rows:
111
+
- title: 'Requests'
112
+
free: '100,000 / day'
113
+
paid: '10 million / month + $0.30/million'
114
+
- title: 'Worker size'
115
+
free: '1 MB'
116
+
paid: '10 MB'
117
+
- title: 'CPU time'
118
+
free: '10ms per invocation'
119
+
paid: '30s per invocation<br>30 million CPU ms + $0.02/million'
120
+
- title: 'CPU milliseconds'
121
+
free: '100'
122
+
paid: '30 million'
123
+
- title: 'Applications'
124
+
free: '100'
125
+
paid: '500'
126
+
- label: 'DB'
127
+
icon: i-ph-database-fill
128
+
buttons:
129
+
- label: 'Cloudflare D1 pricing'
130
+
to: 'https://developers.cloudflare.com/d1/platform/pricing/'
0 commit comments