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.

Every user starts with a personal workspace. Additional workspaces start blank, then upgrade to Pro from Billing before inviting team members from Workspace Settings → Invitations.

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

Choose Upload for a managed deploy with immutable versions, or choose URL if your Press.js document is already hosted and Press.js Cloud should render that target directly.

For managed deploys, 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.

For hosted Press.js documents, continue with URL Deploys.

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.