Show HN: try-module.cloud – Preview and share NPM Packages from any PR
1 TorstenDittmann 0 5/19/2025, 11:27:19 PM try-module.cloud ↗
I built try-module.cloud because at work we maintain several npm packages, and collaborating across multiple teams and features is a pain. We often need to test changes from PR's or feature branches before merging, but didn’t want to publish temporary versions to the public npm registry all the time - as we have done before (probably every dev here has public package full of garbage versions because of this).
I was heavily inspired by pkg.pr.new (awesome product), but found it was missing some features we needed, most important was private packages.
Key features:
+ Build and share installable npm packages directly from any branch or pull request
+ Get a unique install URL for each commit, branch and pr
+ Keep previews private and manage access with organizations and API keys
+ Built-in support for including GitHub Actions
No comments yet