Easy remote printing. Send files from your phone to a nearby printer — no apps, no drivers, no cloud.
- Open printer.party on the computer connected to your printer. It generates a 4-character code and QR code.
- On your phone, open printer.party and scan the QR code (or enter the code manually) to connect.
- Pick a file (PDF or image) and tap Print. The file is sent directly to the other device, which opens the browser print dialog automatically.
Files are transferred peer-to-peer using WebRTC. Nothing is uploaded to a server.
- Astro — static site generation
- Trystero — peer-to-peer connections via Nostr relays
- qr-code-styling — QR code generation
- html5-qrcode — QR code scanning via camera
- TypeScript
npm install
npm run devnpm run build
npm run preview # preview the production build locallyThe site is deployed to GitHub Pages via a GitHub Actions workflow on push to main.