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
[Docs Site] Add WorkersTemplates component and use on Quickstarts page (#22098)
* [Docs Site] Add WorkersTemplates component and use on Quickstarts page
* small refactor
* add token
* move button, handle errors and missing package.json
This component pulls in top-level folders from the [`cloudflare/templates`](https://github.com/cloudflare/templates/tree/main) repository and uses information from the `package.json` (such as `description`) to provide additional information.
Quickstarts are GitHub repositories that are designed to be a starting point for building a new Cloudflare Workers project. To start any of the projects below, run:
- A folder with this name will be created with your new project inside, pre-configured to [your Workers account](/workers/wrangler/configuration/).
23
-
24
-
-`template`
25
-
- This is the URL of the GitHub repo starter, as below. Refer to the [create-cloudflare documentation](/pages/get-started/c3/) for a full list of possible values.
26
-
27
-
## Example Projects
28
-
29
-
<WorkerStarter
30
-
title="Sentry"
31
-
repo="mhart/cf-sentry"
32
-
description="Log exceptions and errors in your Workers application to Sentry.io - an error tracking tool."
33
-
/>
34
-
35
-
<WorkerStarter
36
-
title="Image Color"
37
-
repo="xtuc/img-color-worker"
38
-
description="Retrieve the dominant color of a PNG or JPEG image."
39
-
/>
40
-
41
-
<WorkerStarter
42
-
title="Cloud Storage"
43
-
repo="conzorkingkong/cloud-storage"
44
-
description="Serve private Amazon Web Services (AWS) bucket files from a Worker script."
45
-
/>
46
-
47
-
<WorkerStarter
48
-
title="BinAST"
49
-
repo="xtuc/binast-cf-worker-template"
50
-
description="Serve a JavaScript Binary AST via a Cloudflare Worker."
51
-
/>
52
-
53
-
<WorkerStarter
54
-
title="Edge-Side Rendering"
55
-
repo="frandiox/vitessedge-template"
56
-
description="Use Vite to render pages on Cloudflare's global network with great DX. Includes i18n, markdown support and more."
57
-
/>
58
-
59
-
---
60
-
61
-
## Frameworks
62
-
63
-
<WorkerStarter
64
-
title="Apollo GraphQL Server"
65
-
repo="cloudflare/workers-graphql-server"
66
-
description="Lightning-fast, globally distributed Apollo GraphQL server, deployed on the Cloudflare global network using Cloudflare Workers."
description="The most flexible, fastest, and lightest GraphQL server for all environments, Cloudflare Workers included."
73
-
/>
74
-
75
-
<WorkerStarter
76
-
title="Flareact"
77
-
repo="flareact/flareact"
78
-
description="Flareact is an edge-rendered React framework built for Cloudflare Workers. It features file-based page routing with dynamic page paths and edge-side data fetching APIs."
79
-
/>
80
-
81
-
<WorkerStarter
82
-
title="Sunder"
83
-
repo="sunderjs/sunder-worker-template"
84
-
description="Sunder is a minimal and unopinionated framework for Service Workers. This template uses Sunder, TypeScript, Miniflare, esbuild, Jest, and Sass, as well as Workers Sites for static assets."
`A request to the GitHub API (${res.url}) was made without a token and was rate limited.\nIf you have the "gh" CLI installed, you can get a token like so: "GITHUB_TOKEN=$(gh auth token) npx astro dev"`,
0 commit comments