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
Copy file name to clipboardExpand all lines: docs/ADR/0016-hosting-choice.md
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,37 +43,37 @@ The current approach has several limitations:
43
43
44
44
[Briefly list the considered options. Each option is numbered for easy reference, with the selected option marked clearly as `(SELECTED)`. Aim for 3-5 options minimum. Always include at least "do nothing" option. A detailed description of each option can be written in the Consequences section below.]
|**Paid plans**|Free, or $5/month incl. 10M req + 30M CPU-ms ($0.30 per 1M req after)| $20/user/mo | $19/user/mo | Free (no Pro plan) |
62
+
|**DX (convenience)**| Convenient | Best for Next.js | Average | Minimal features |
63
+
|**Already in use**| Yes | Yes | No | No |
64
+
|**Team experience**| Yes | Yes | No | No |
65
65
66
66
## Consequences (Optional)
67
67
68
-
### Option 1: Cloudflare Pages (SELECTED)
68
+
### Option 1: Cloudflare Workers (SELECTED)
69
69
70
-
Cloudflare Pages is a hosting platform for static sites with a global CDN, built-in preview deployments, support for Workers/Functions and WebSocket, as well as unlimited traffic. The platform also provides strong security (WAF, DDoS protection, HTTPS/HTTP/3), which is especially important for public projects.
70
+
Cloudflare Workers is a serverless edge platform that can also host static assets via its integration with Pages. It provides a global CDN, built-in preview deployments, support for custom Workers/Functions and WebSockets, as well as unlimited static traffic. The platform also includes strong security features (WAF, DDoS protection, HTTPS/HTTP/3), which is especially important for public projects.
71
71
72
72
**Selected because:**
73
-
-Fixed Pro plan at $25/month (or $20/month with annual billing), not tied to the number of team members.
74
-
- Unlike Vercel and Netlify, the cost does not grow as the team scales.
0 commit comments