Dynamic Page Developer with Cloudflare & NocoDB Expertise
I need a Cloudflare Worker that intercepts requests for thousands (potentially 200k+) dynamic pages on a Webflow-hosted site, fetches the relevant data (images, prompts, etc.) from my NocoDB backend, and then serves a final HTML page—while caching at Cloudflare’s edge for speed and scalability. The site will continue to be hosted on Webflow, with Cloudflare acting as a reverse proxy to generate these extra pages dynamically.
Key Tasks
Configure Cloudflare (DNS, SSL/TLS) to point to the existing Webflow site.
Write a Worker that parses /image/:slug, fetches data from NocoDB, injects it into a Webflow-like template, and returns the fully rendered page.
Implement edge caching so repeat requests don’t hammer the backend.
Provide concise instructions on how to deploy and maintain this setup.
Job Qualifications
Job Benefits
Job Responsibilities
- I need a Cloudflare Worker that intercepts requests for thousands (potentially 200k+) dynamic pages on a Webflow-hosted site, fetches the relevant data (images, prompts, etc.) from my NocoDB backend, and then serves a final HTML page—while caching at Cloudflare’s edge for speed and scalability
- The site will continue to be hosted on Webflow, with Cloudflare acting as a reverse proxy to generate these extra pages dynamically
- Configure Cloudflare (DNS, SSL/TLS) to point to the existing Webflow site
- Write a Worker that parses /image/:slug, fetches data from NocoDB, injects it into a Webflow-like template, and returns the fully rendered page
- Implement edge caching so repeat requests don’t hammer the backend
- Provide concise instructions on how to deploy and maintain this setup