4d ago · 6 min read · This tutorial shows how to add and deploy a serverless backend to a static website by using Pages Functions. At the end of this tutorial, you'll be able to: Understand the importance of having a serv
Join discussionFeb 5 · 2 min read · You’ve built your vibe-coded website. It looks great locally. Now it’s time to launch it to the world using platforms like Vercel and other modern hosting providers. Here’s a simple deployment flow that works for most modern stacks (Next.js, React, s...
Join discussionJan 20 · 10 min read · Cloudflare offers a serverless SQLite database called “D1” that runs on the edge-network. You may or may not be familiar with it, but in this article, I’ll show you how to integrate it with a NextJS app on workers, develop it locally, and deploy it. ...
Join discussion
Jan 13 · 9 min read · I’ve recently been interested in exploring the viability of Cloudflare for both small and large-scale applications, and I’ve come to realize that not only is it very viable, but the DX is also top-notch. While the (developer platform) ecosystem is no...
Join discussion
Dec 12, 2025 · 2 min read · Intro Since I could remember if you needed a CMS for your website/webapp PHP was the simplest option, we have Wordpress, Drupal, Joomla, etc. which best case scenario it doesn't get hacked, and the pages load within 5 seconds. Though “ajax" makes see...
Join discussion
May 9, 2025 · 6 min read · 為什麼選擇 Cloudflare Pages? Cloudflare Pages 提供了以下優勢: 全球 CDN 加速,提供極快的載入速度 免費的 SSL 憑證和 DDoS 防護 支援自訂網域 每月高達 500 次建構和無限頻寬 整合 Cloudflare 的生態系統 準備工作 在開始之前,請確保您已經: 擁有一個靜態網頁生成工具專案(本文以 Material for MkDocs 為例)並推送到 GitHub 註冊 Cloudflare 帳號 了解基本的 GitHub Actions 概...
Join discussionMay 7, 2025 · 1 min read · If you’re deploying a React app (or any Node.js project) on Cloudflare Pages and encountering this common build error: npm ERR! ERESOLVE could not resolve npm ERR! While resolving: @date-io/date-fns@3.2.1 npm ERR! Found: date-fns@2.30.0 ... npm ERR! ...
Join discussionMar 18, 2025 · 4 min read · Introduction In this comprehensive guide, we'll walk through setting up and deploying a secure, scalable contact-form backend using Python Flask and Kubernetes and exposing it securely to the Internet using Cloudflare Tunnel. By the end of this tutor...
Join discussionNov 25, 2024 · 3 min read · Estos días he tenido un proyecto en el que me he decidido a probar la experiencia de usar un wordpress estático y paso a comentar mi experiencia. Desarrollo en local Para ello he empleado localwp. Local WP es una herramienta de desarrollo local pa...
Join discussion