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
We use a variety of tools to make our docs site work. You could use these tools to build up your own docs site and - in most cases - do so for free or starting on a free tier.
9
+
10
+
## Content
11
+
12
+
Our content lives in a public GitHub repository, [`cloudflare-docs`](https://github.com/cloudflare/cloudflare-docs).
13
+
14
+
GitHub offers a generous [free tier](https://github.com/pricing).
15
+
16
+
## Search
17
+
18
+
We use [Algolia](https://www.algolia.com/) as our search provider.
19
+
20
+
If you have open-source docs, you can be part of the free [DocSearch program](https://docsearch.algolia.com/).
21
+
22
+
## Site framework
23
+
24
+
We use [Starlight](https://starlight.astro.build/) for our docs, which is a free, custom documentation theme supported by [Astro](https://astro.build/).
25
+
26
+
## Builds
27
+
28
+
We use [GitHub Actions](https://github.com/features/actions) to build our site, which is then [hosted](#hosting) on Cloudflare.
29
+
30
+
We are moving to [Workers CI/CD](/workers/ci-cd/), which currently runs in the background.
31
+
32
+
Both of these options include a free tier.
33
+
34
+
## Hosting
35
+
36
+
We host our content using [Cloudflare Workers](/workers/static-assets/), specifically using their built in values for [Astro sites](/workers/framework-guides/web-apps/astro/)
37
+
38
+
Workers offers a generous [free tier](/workers/platform/pricing/).
39
+
40
+
## Analytics
41
+
42
+
We send analytics to multiple destinations using [Cloudflare Zaraz](/zaraz/), which has a generous [free tier](/zaraz/pricing-info/).
43
+
44
+
:::note
45
+
46
+
If you want to opt out of analytics tracking, use the icon at the bottom of your screen.
47
+
48
+

0 commit comments