Integration guides
Step-by-step setup for your stack, from Cloudflare and Vercel to Django, Rails, and Shopify. Pick the guide that matches how your site is served.
Setup with Cloudflare Workers
Deploy a Cloudflare Worker in front of your origin. It serves rendered HTML when prerendering applies, and passes through everything else.
Setup with Vercel
Run middleware on Vercel that calls Encited for HTML document requests and falls back to your SPA for everything else.
Setup with Netlify Edge Functions
Use a Netlify Edge Function to call Encited for HTML document requests and fall back to your SPA for everything else.
Setup with AWS CloudFront (Lambda@Edge)
Run a Lambda@Edge origin-request function that calls Encited for HTML document requests and falls back to your origin.
How to Integrate Pre-rendering with Next.js
Integrate pre-rendering with Next.js middleware for client-rendered routes that need complete crawler-ready HTML.
How to Integrate Pre-rendering with Nuxt
Run Encited in Nitro server middleware so client-rendered Nuxt routes return complete HTML to crawlers.
How to Integrate Pre-rendering with Express
Register Encited middleware before your Express routes so crawler requests receive rendered HTML.
How to Integrate Pre-rendering with Koa
Put Encited at the front of the Koa middleware stack so crawlers get rendered HTML before routers run.
How to Integrate Pre-rendering with Hapi
Register an onPreHandler extension that serves crawler-ready HTML before the route handler runs.
How to Integrate Pre-rendering with Django
Put Encited first in the Django middleware chain so crawler HTML requests are rendered before routing and views.
How to Integrate Pre-rendering with Laravel
Prepend Encited to the Laravel middleware pipeline so crawlers get rendered HTML before controllers run.
How to Integrate Pre-rendering with Ruby on Rails
Add Encited as the first Rack middleware so crawlers receive rendered HTML before Rails routing runs.
How to Integrate Pre-rendering with Spring Boot
Use a highest-precedence servlet filter to return crawler-ready HTML before controllers and security filters.
How to Integrate Pre-rendering with ASP.NET Core
Add Encited before endpoint mapping with a named HTTP client that preserves redirect responses from the render API.
How to Integrate Pre-rendering with Nginx
Combine maps, an Encited upstream, and the njs module to route crawler HTML requests without application-code changes.
How to Integrate Pre-rendering with Fastly VCL
Classify crawler requests in custom VCL and send only eligible public HTML requests to Encited at the edge.

Pre-rendering for Lovable through Cloudflare
Attach a Cloudflare Worker to your custom domain that serves crawlers pre-rendered HTML and forwards visitors to your Lovable project.

Pre-rendering for Base44 through Cloudflare
Attach a Cloudflare Worker to your custom domain that serves crawlers pre-rendered HTML and forwards visitors to your Base44 app.

Pre-rendering for GHL AI Studio through Cloudflare
Attach a Cloudflare Worker to your custom domain that serves crawlers pre-rendered HTML and forwards visitors to your published GHL site.
Pre-rendering for Bolt through Cloudflare
Attach a Cloudflare Worker to your custom domain that serves crawlers pre-rendered HTML and forwards visitors to your Bolt deployment.
Pre-rendering for Replit through Cloudflare
Attach a Cloudflare Worker to your custom domain that serves crawlers pre-rendered HTML and forwards visitors to your Replit deployment.
Pre-rendering for Bubble through Cloudflare
Attach a Cloudflare Worker to your custom domain that serves crawlers pre-rendered HTML and forwards visitors to your Bubble app.
Pre-rendering for Webflow through Cloudflare
Attach a Cloudflare Worker to your custom domain that serves crawlers pre-rendered HTML and forwards visitors to your published Webflow site.
Pre-rendering for Manus through Cloudflare
Attach a Cloudflare Worker to your custom domain that serves crawlers pre-rendered HTML and forwards visitors to your published Manus site.
Pre-rendering for Emergent through Cloudflare
Attach a Cloudflare Worker to your custom domain that serves crawlers pre-rendered HTML and forwards visitors to your Emergent deployment.
Pre-rendering for Shopify through Cloudflare
Keep your DNS pointing at Shopify and intercept crawler requests with a Cloudflare Worker route before they reach the store.
Pre-rendering for BigCommerce through Cloudflare
Use a proxied CNAME in your own Cloudflare zone so a Worker route runs before BigCommerce serves the page.
