Light-weight reverse proxy implemented by using Cloudflare Workers.
-
https://example.com/,/about,/pricing,/blog/*, etc.
↳ Routed tohttps://example.webflow.io -
https://example.com/help/*
↳ Routed tohttps://intercom.help -
https://example.com/graphql,/auth/google,/auth/google/returnetc.
↳ Routed to the GraphQL API server (Google Cloud Function or Cloud Run) -
https://example.com/admin/*
↳ Routed to the admin dashboard (Cloudflare Workers Site) -
https://example.com/*the rest of the pages
↳ Routed to the main web application (Google Storage bucket or similar)