1. Quickstarts
  2. Puppeteer

Deploy Puppeteer with Node

You can deploy a sample Puppeteer service on Render in just a few clicks. Puppeteer helps you generate screenshots and PDFs of pages, crawl Single Page Apps (SPAs) to prerender them for SEO, and test your frontend code automatically.

For this example, we’re using a minimally modified version of Rendertron, a Node project created by Google to demo Puppeteer features.

  1. Fork render-examples/rendertron on GitHub.

  2. Create a new Web Service on Render, and give Render permission to access your new repo.

  3. Use the following values during creation:

    RuntimeNode
    Build Commandnpm install && npm run build
    Start Commandnpm run start

That’s it! Your personal Rendertron will be live on your Render URL as soon as the build finishes.

See Specifying a Node Version if you need to customize the version of Node.js used for your app.