Caprover logo
Caprover one-click apps browser
Prerender logo
Prerender
Prerender uses Headless Chrome to render HTML, screenshots, PDFs, and HAR files out of any web page, in order to serve them to crawlers.
Official integration
Created - Last update

Prerender is a node server that uses Headless Chrome to render HTML, screenshots, PDFs, and HAR files out of any web page. The Prerender server listens for an http request, takes the URL and loads it in Headless Chrome, waits for the page to finish loading by waiting for the network to be idle, and then returns your content. You can choose wheter to expose it as a web app, or not.

Deployed services
prerender
tvanro/prerender-alpine:6.4.0
    3000
    always
    4
    Variables

    Enable memory cache?

    Default: 1

    $$cap_memory_cache
    Serve cache responses in memory.

    Cache Max Size

    Default: 10000

    $$cap_cache_max_size
    Max number of objects(pages) in cache.

    Cache time to live in (seconds)

    Default: 7200

    $$cap_cache_ttl
    Maximum time to live in seconds of objects(pages).

    Optional: Blacklisted domains, separated by ",". Leave empty if none.

    Default: undefined

    $$cap_blacklisted_domains
    Blacklisted domains which will not be pre rendered. E.g: yahoo.com,www.google.com
    © 2025, Built with Gatsby - Source code available on GitHub