What is Cloudflare?
Cloudflare is a global network that acts as an intermediary between visitors and a website's server, handling DNS, CDN caching, SSL certificates and protection against attacks. It also runs code at the network edge (Workers, Pages), so it can host an entire frontend along with lightweight server functions. The same ecosystem includes Turnstile, a form check that filters out bots without a traditional CAPTCHA.
How we use it at Koda Plus
We host storefronts on Cloudflare or Vercel, with the backend and database running separately. Cloudflare is part of the stack behind the web application for insulation company Wekert and the e-commerce store for a body armour manufacturer. It also runs koda.plus itself: an Astro site with the Cloudflare adapter and a contact form handled by a server function, checked with Turnstile and delivered through Resend.
Used in
See the portfolioWhen it makes sense
- Your website or storefront needs to load quickly for visitors in different countries
- The frontend should run without a server for you to maintain
- Forms need protection from bots without an irritating CAPTCHA
- You want DNS, SSL certificates and domain protection managed in one dashboard