Skip to content
Press.js Press.js Press.js Docs

Quickstart

Get your first PDF from Press.js Cloud — using the web dashboard.

Go to cloud.pressjs.dev and sign in with GitHub or Google. You’ll land on the dashboard.

Click New Deploy. Give it a name and slug — this is where your document will live.

Upload your built web app:

  • A folder with index.html and assets
  • Or a zip archive — the dashboard will extract it

Press.js Cloud stores these as an immutable version.

Click Render. Press.js Cloud queues the job and processes it asynchronously.

The dashboard shows the render status — queuedrenderingsucceeded (or failed).

Once the status is succeeded, click the download button. Your PDF is ready.

That’s it. Your first Press.js Cloud PDF in under 5 minutes.