SearchTides · API endpoint
Prerender Engine
Edge SSR for JS-heavy sites. This is the API. It does not have a public homepage — the human-facing surfaces are linked below.
Engine v1 operational
For humans
Documentation & demo
Architecture, request flow, real metrics, live before/after demo
Admin console
Manage domains, edit transforms, view stats, warm cache
Source code
GitHub repository (private)
API endpoints
GET
/healthLiveness probeGET
/render?url=<url>Render and return HTML (cached 24h)GET
/render?url=<url>&static=1Strip scripts for browser-safe previewGET
/render?url=<url>&fastCache=1Cache-only check, 200 or 404 (used by edge workers)GET
/screenshot?url=<url>Full-page PNG of the rendered pageGET
/warm[?host=<host>]Trigger sitemap cache warming*
/admin/*Authenticated admin API (Bearer token)