clapointe-carbonleo is moving the whole stack off Cloudflare onto Vercel
Both the user-facing app and the server behind it are changing hosting platforms - and the backend recipe is clean enough to copy.
clapointe-carbonleo has lifted this fork off Cloudflare, the hosting and edge-network provider it launched on, and onto Vercel, a rival platform popular with web teams. The move covers both halves of the app: the part users see and the server doing the work behind it.
The backend approach is tidy - one entry point that runs the same way on a laptop and in the cloud, which is exactly what you'd want to borrow if you were doing this yourself. The frontend move is routine. It wasn't entirely smooth, though: the team had to correct the live web address twice in quick succession, a sign the deployment wasn't fully pinned down before going live. Worth a glance if you're weighing the same migration on your own fork.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?