HN user

sachinneravath

33 karma
Posts17
Comments6
View on HN
www.paritydeals.com 2mo ago

How I made $350K from an open-source JavaScript library using dual licensing

sachinneravath
39pts12
www.kelviq.com 4mo ago

Show HN: We built a zero-webhook Merchant of Record for SaaS

sachinneravath
1pts0
www.paritydeals.com 9mo ago

How I made $300K from an open-source side project using dual licensing

sachinneravath
6pts2
www.paritydeals.com 9mo ago

OpenAI doubled subscribers in India with a ₹399 ($5) plan

sachinneravath
1pts0
www.paritydeals.com 10mo ago

Why purchasing power parity pricing is a must for digital products?

sachinneravath
1pts0
www.paritydeals.com 10mo ago

Show HN: ParityDeals – Stripe billing without writing webhooks or custom scripts

sachinneravath
2pts0
news.ycombinator.com 11mo ago

Ask HN: Why do products still skip local pricing?

sachinneravath
1pts1
www.timemaster.ai 1y ago

Show HN: I built a personal productivity tracker for Mac

sachinneravath
4pts1
www.lightgalleryjs.com 2y ago

Show HN: I built a tool to track JavaScript library usage

sachinneravath
3pts1
github.com 2y ago

Show HN: Auto-generate JavaScript alternatives for jQuery functions

sachinneravath
1pts0
github.com 2y ago

Show HN: I built a tool to automatically convert jQuery code to pure JavaScript

sachinneravath
3pts0
github.com 3y ago

Show HN: ChatGPT based chatbot trained on your website content

sachinneravath
2pts0
www.paritydeals.com 3y ago

Show HN: ParityDeals – Purchasing power parity pricing for digital products

sachinneravath
2pts0
github.com 4y ago

Show HN: Tinyevents.js – A tiny event utility library

sachinneravath
2pts0
www.lightgalleryjs.com 5y ago

Lightgallery.js – JavaScript Image Viewer

sachinneravath
3pts0
github.com 5y ago

Show HN: JavaScript image viewer. Works with React, angular, & vue.js

sachinneravath
1pts1
www.lightgalleryjs.com 5y ago

Show HN: LightGallery – Modern JavaScript image and video gallery

sachinneravath
2pts0

I built this project about 10 years ago just to learn JavaScript. For a long time, it was a completely free, and I lost interest in it after a while.

Later, when I quit my full time job to build my own startup, I needed something for survival. The first project I picked up again was lightGallery. It was already quite popular back then, so I decided to rewrite it from scratch and implement dual licensing.

So, basically the trust and adoption were built over years when it was free. The monetization came much later.

Hello HN!

I'm launching my personal project, TimeMaster.ai, today. TimeMaster is an automatic time and productivity tracker for Mac.

TimeMaster runs quietly in the background, automatically tracks and categorizes your activities, and shows you precisely how your time is spent. It tags projects, creates time logs, and provides insights to boost your focus and productivity.

All tracking data is stored locally on your device and is never transmitted anywhere.

I'd love to hear what you think

Hi Everyone,

I built this tool to monitor who's using my JavaScript libraries. However, it takes a lot of effort and resources to keep the project running.

I'd love to know if it could be useful to you too. Any feedback would be really appreciated.

Sure, Cash is super cool. I wrote this library for my personal use. As I was repeating the same work on multiple projects. While removing jQuery dependency, the hardest part was finding the jQuery methods in the existing project and writing the alternative vanilla js methods without making much changes in the codebase. Yes, I agree with you the events part needs to be improved and well documented. (It actually supports namespacing.) I fixed most of the things in https://github.com/sachinchoolur/tiny-events.js and need to make the changes here as well.

My intention was not to build another JavaScript utility library. I just wanted to make my JavaScript libraries jQuery independent.