DEV Community

Prasanna Mestha
Prasanna Mestha

Posted on

Designed landing page for my idea - NPM modules marketplace

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:

  1. Developers can simply publish their repositories to privjs.
  2. If the users purchase the repo, then he can simply npm install the package with the auth token.
  3. 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)

Collapse
 
jdnichollsc profile image
J.D Nicholls

What about using Ionic for creating the UI of that marketplace? :)

Collapse
 
prasannamesta profile image
Prasanna Mestha

I'm not quite familiar with ionic - so using the following tech stack:

ReactJs + tailwindcss
nodejs
mongodb

Collapse
 
jdnichollsc profile image
J.D Nicholls

Cool! maybe is because Ionic is more common for mobile first websites, PWA and apps :)