Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion public/__redirects
Original file line number Diff line number Diff line change
Expand Up @@ -1298,7 +1298,7 @@
/support/account-management-billing/cloudflare-billing-policy/ /billing/billing-policy/ 301
/support/account-management-billing/billing-add-on-service/ /billing/usage-based-billing/ 301
/support/account-management-billing/understanding-cloudflare-sales-tax/ /billing/sales-tax/ 301
/support/account-management-billing/ /support/troubleshooting/general-troubleshooting/cannot-locate-dashboard-account/ 301
/support/account-management-billing/ /support/troubleshooting/general-troubleshooting/cannot-locate-dashboard-account/ 301
/support/account-management-billing/cannot-locate-dashboard-account/ /support/troubleshooting/general-troubleshooting/cannot-locate-dashboard-account/ 301

# r2
Expand Down Expand Up @@ -1631,6 +1631,23 @@
/workers/static-assets/compatibility-matrix/ /workers/static-assets/migration-guides/migrate-from-pages/ 301
/workers/static-assets/migrations/vercel-to-workers/ /workers/static-assets/migration-guides/vercel-to-workers/ 301
/workers/frameworks/framework-guides/remix/ /workers/frameworks/framework-guides/react-router/ 301
/workers/frameworks/framework-guides/ /workers/frameworks/ 301
/workers/frameworks/framework-guides/astro/ /workers/frameworks/web-apps/astro/ 301
/workers/frameworks/framework-guides/nextjs/ /workers/frameworks/web-apps/nextjs/ 301
/workers/frameworks/framework-guides/react-router/ /workers/frameworks/web-apps/react-router/ 301
/workers/frameworks/framework-guides/react/ /workers/frameworks/web-apps/react/ 301
/workers/frameworks/framework-guides/redwoodsdk/ /workers/frameworks/web-apps/redwoodsdk/ 301
/workers/frameworks/framework-guides/svelte/ /workers/frameworks/web-apps/svelte/ 301
/workers/frameworks/framework-guides/tanstack/ /workers/frameworks/web-apps/tanstack/ 301
/workers/frameworks/framework-guides/vue/ /workers/frameworks/web-apps/vue/ 301
/workers/frameworks/framework-guides/angular/ /workers/frameworks/web-apps/more-web-frameworks/angular/ 301
/workers/frameworks/framework-guides/docusaurus/ /workers/frameworks/web-apps/more-web-frameworks/docusaurus/ 301
/workers/frameworks/framework-guides/gatsby/ /workers/frameworks/web-apps/more-web-frameworks/gatsby/ 301
/workers/frameworks/framework-guides/hono/ /workers/frameworks/web-apps/more-web-frameworks/hono/ 301
/workers/frameworks/framework-guides/nuxt/ /workers/frameworks/web-apps/more-web-frameworks/nuxt/ 301
/workers/frameworks/framework-guides/qwik/ /workers/frameworks/web-apps/more-web-frameworks/qwik/ 301
/workers/frameworks/framework-guides/solid/ /workers/frameworks/web-apps/more-web-frameworks/solid/ 301

/workers/testing/unit-testing/ /workers/testing/vitest-integration/write-your-first-test/ 301
/workers/testing/integration-testing/ /workers/testing/ 301
/workers/testing/vitest-integration/get-started/ /workers/testing/vitest-integration/write-your-first-test/ 301
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
pcx_content_type: navigation
title: Agents SDK
external_link: /agents/

---
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: AI & agents
pcx_content_type: navigation
title: Framework guides
external_link: /workers/frameworks/
sidebar:
order: 4
group:
hideIndex: true
---
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
pcx_content_type: navigation
title: LangChain
external_link: /workers/languages/python/packages/langchain/

---
6 changes: 6 additions & 0 deletions src/content/docs/workers/frameworks/apis/fast-api.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
pcx_content_type: navigation
title: FastAPI
external_link: /workers/languages/python/packages/fastapi/

---
6 changes: 6 additions & 0 deletions src/content/docs/workers/frameworks/apis/hono.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
pcx_content_type: navigation
title: Hono
external_link: /workers/frameworks/framework-guides/hono/

---
8 changes: 8 additions & 0 deletions src/content/docs/workers/frameworks/apis/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: APIs
pcx_content_type: navigation
sidebar:
order: 3
group:
hideIndex: true
---
6 changes: 1 addition & 5 deletions src/content/docs/workers/frameworks/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
pcx_content_type: navigation
title: Frameworks
title: Framework guides
sidebar:
order: 12
head: []
Expand All @@ -24,10 +24,6 @@ import {
network.
</Description>

The following frameworks have support for Cloudflare Workers and the new [Workers Assets](/workers/static-assets/). Refer to the individual guides below for instructions on how to get started.

<DirectoryListing folder="workers/frameworks/framework-guides" />

:::note

**Static Assets for Workers is currently in open beta.**
Expand Down
5 changes: 5 additions & 0 deletions src/content/docs/workers/frameworks/mobile-apps/expo.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Expo
pcx_content_type: navigation
external_link: https://docs.expo.dev/eas/hosting/reference/worker-runtime/
---
8 changes: 8 additions & 0 deletions src/content/docs/workers/frameworks/mobile-apps/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Mobile apps
pcx_content_type: navigation
sidebar:
order: 2
group:
hideIndex: true
---
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
pcx_content_type: how-to
title: Astro
sidebar:
order: 2
tags: ["ssg", "full-stack"]
description: Create an Astro application and deploy it to Cloudflare Workers with Workers Assets.
---
Expand Down
8 changes: 8 additions & 0 deletions src/content/docs/workers/frameworks/web-apps/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Web apps
pcx_content_type: navigation
sidebar:
order: 1
group:
hideIndex: true
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: More frameworks guides...
pcx_content_type: navigation
sidebar:
order: 9
group:
hideIndex: true
---
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
pcx_content_type: how-to
title: Next.js
sidebar:
order: 4
tags: ["full-stack"]
description: Create an Next.js application and deploy it to Cloudflare Workers with Workers Assets.
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
pcx_content_type: how-to
title: React Router (formerly Remix)
sidebar:
order: 3
tags: ["full-stack"]
description: Create a React Router application and deploy it to Cloudflare Workers
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
pcx_content_type: how-to
title: React
title: React + Vite
sidebar:
order: 1
tags: ["spa"]
description: Create a React application and deploy it to Cloudflare Workers with Workers Assets.
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
pcx_content_type: how-to
title: RedwoodSDK
sidebar:
order: 6
head: []
description: Create an RedwoodSDK application and deploy it to Cloudflare Workers with Workers Assets.
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
pcx_content_type: how-to
title: Svelte
sidebar:
order: 8
tags: ["spa"]
description: Create a Svelte application and deploy it to Cloudflare Workers with Workers Assets.
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
pcx_content_type: how-to
title: TanStack Router
title: TanStack
sidebar:
order: 7
head: []
description: Create a TanStack Router application and deploy it to Cloudflare Workers with Workers Assets.
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
pcx_content_type: how-to
title: Vue
sidebar:
order: 5
tags: ["spa"]
description: Create a Vue application and deploy it to Cloudflare Workers with Workers Assets.
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -838,5 +838,5 @@ In this tutorial, you learned how to integrate Next.js with Durable Objects to b
You can check other Cloudflare tutorials or related resources:

- [Workers RPC](/workers/runtime-apis/bindings/service-bindings/rpc/).
- [Next.js and Workers Static Assets](/workers/frameworks/framework-guides/nextjs/).
- [Next.js and Workers Static Assets](/workers/frameworks/web-apps/nextjs/).
- [Build a seat booking app with SQLite in Durable Objects](/durable-objects/tutorials/build-a-seat-booking-app/).
Loading