`="![icon|100]("+this.program-icon+")"` # Cloudflare: Domain Registration and Website Control [Cloudflare Dashboard](https://dash.cloudflare.com/) [Purchased Domain](https://dash.cloudflare.com/0942459ba9f2a684ffe1fe75adf4ce6d) [Domain Pricing](https://dash.cloudflare.com/0942459ba9f2a684ffe1fe75adf4ce6d/domains/pricing) [Develop an App](https://cloudflareapps.com/apps/developer/docs/getting-started/create-an-app) ^ec2e3c Additional help on [[Discord]] purchase `threebluedaisies.com` for $9.15-$9.77(ish) /yr not a [[Web Hosting|Web Host]], is a [[content delivery network]] (CDN), which simply points to existing host [further explanation of what cloudflare is](https://digital.com/best-cdn-providers/cloudflare/#:~:text=Cloudflare%20is%20a%20content%20delivery%20network%20(CDN)%20and%20not%20a,the%20service%20on%20your%20own.) Connnect to Github thru Pages, outside of owned domain/URL Did this with [[Digital Garden Plug-in]], see more info [here](https://dash.cloudflare.com/0942459ba9f2a684ffe1fe75adf4ce6d/pages/view/three-blue-daisies) ![[Cloudflare workers and pages screenshot.png]] ![[Custom domain screenshot.png]] [[Passwords|Password]]: <iframe class="airtable-embed" src="https://airtable.com/embed/appgDPgP6TosV9XPw/shrIUNVC5pYkYq4rn?backgroundColor=teal&layout=card" frameborder="0" onmousewheel="" width="100%" height="133" style="background: transparent; border: 1px solid #ccc;"></iframe> ### Features ##### Databases Cloudflare's: [[Cloudflare#D1|D1]] [Access other databases](https://developers.cloudflare.com/workers/databases/connecting-to-databases/) using [[Cloudflare#Workers|workers]] - [[MySQL]] using [[Cloudflare#Cloudflare Tunnel|Cloudflare Tunnel]] ### Terms #### Cloudflare Tunnel [more info on Cloudflare](https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/) #### D1 [Cloudflare Link](https://developers.cloudflare.com/d1/) Create new serverless SQL databases to query from your [[Cloudflare#Workers and Pages|Workers and Pages]] projects. Cloudflare's native serverless database #### DNS [Cloudflare Link](https://developers.cloudflare.com/dns/) authoritative DNS service preventing anyone else from redirecting traffic intended for your domain #### Pages [Cloudflare Link](https://developers.cloudflare.com/pages/) - [limitations](https://developers.cloudflare.com/pages/platform/limits/) Deploy dynamic front-end applications Uses [[GitHub]], direct upload, or Wrangler ###### Functions [more info on Cloudflare](https://developers.cloudflare.com/pages/platform/functions/) deploy server-side code to enable dynamic functionality without running a dedicated server such as authenticating, handling form submissions, or working with middleware #### R2 [Cloudflare Link](https://developers.cloudflare.com/r2/) store large amounts of unstructured data some amount is free then it's paid #### Workers [Cloudflare Link](https://developers.cloudflare.com/workers/) Build serverless applications and deploy instantly across the globe available for free ###### Bindings allow your Workers to interact with resources on the Cloudflare developer platform, including R2, KV, Durable Objects, and D1. ###### KV [Cloudflare Link](https://developers.cloudflare.com/kv/) free and paid plans Create a global, low-latency, **key-value** data storage Workers KV is a data storage that allows you to store and retrieve data globally. With Workers KV, you can build dynamic and performant APIs and websites that support high read volumes with low latency ###### Playground The Playground is a sandbox which gives you an instant way to preview and test a Workers script directly in the browser against any site. No setup required. ###### Queue [See more info on Cloudflare](https://developers.cloudflare.com/queues/) paid plans only ###### Wrangler [Cloudflare Link](https://developers.cloudflare.com/workers/wrangler/) Workers [[Command Prompt|command-line]] interface allows you to create, test, and deploy your [[Cloudflare#Workers|Workers]] projects [How to install](https://developers.cloudflare.com/workers/wrangler/install-and-update/) using [[Nodedotjs]] and [[npm]] ___ **See Also** [[Obsidian]]