Quickstart
Get your first PDF from Press.js Cloud — using the web dashboard.
Step 1: Sign up
Section titled “Step 1: Sign up”Go to cloud.pressjs.dev and sign in with GitHub or Google. You’ll land on the dashboard.
Step 2: Create a deploy
Section titled “Step 2: Create a deploy”Click New Deploy. Give it a name and slug — this is where your document will live.
Step 3: Upload artifacts
Section titled “Step 3: Upload artifacts”Upload your built web app:
- A folder with
index.htmland assets - Or a zip archive — the dashboard will extract it
Press.js Cloud stores these as an immutable version.
Step 4: Render
Section titled “Step 4: Render”Click Render. Press.js Cloud queues the job and processes it asynchronously.
The dashboard shows the render status — queued → rendering → succeeded (or failed).
Step 5: Download the PDF
Section titled “Step 5: Download the PDF”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.
Next steps
Section titled “Next steps”- Automate with the CLI — install
pressand deploy from your terminal - CI/CD — integrate Press.js Cloud into your deployment pipeline
- Manage deploys — use versions and aliases to organize releases
- API keys — create keys for automated authentication