Hey guys,
I started working on an idea few days back - it is a marketplace for private npm packages so that developers can sell their code as a npm package.
Website: https://privjs.com (inspired by npmjs, priv stands for private)
Functionality:
- Developers can simply publish their repositories to privjs.
- If the users purchase the repo, then he can simply
npm install
the package with the auth token. - If the user hadn't purchased the library then he would be denied access to the code.
Any thoughts? Feedback greatly appreciated.
Thank you
Top comments (3)
What about using Ionic for creating the UI of that marketplace? :)
I'm not quite familiar with ionic - so using the following tech stack:
ReactJs + tailwindcss
nodejs
mongodb
Cool! maybe is because Ionic is more common for mobile first websites, PWA and apps :)