Browser-only PDF utilities, deployed at https://pdf-utils.glitchful.dev.
All processing happens in the browser via pdf-lib — files are never uploaded anywhere.
- Merge PDFs — pick multiple PDFs, reorder them, and download a single combined file.
npm install
npm run devnpm run build
npm run previewPushes to main are built and deployed to GitHub Pages by .github/workflows/deploy.yml.
To finish wiring up the custom domain:
- In the repo: Settings → Pages → Source = GitHub Actions.
- Confirm Settings → Pages → Custom domain is set to
pdf-utils.glitchful.dev(thepublic/CNAMEfile ships this with each build). - DNS:
CNAME pdf-utils → glitchful-dev.github.io.