HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sachinneravath

no profile record

Submissions

[untitled]

1 points·by sachinneravath·2개월 전·0 comments

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

paritydeals.com
39 points·by sachinneravath·2개월 전·12 comments

[untitled]

1 points·by sachinneravath·3개월 전·0 comments

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

kelviq.com
1 points·by sachinneravath·5개월 전·0 comments

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

paritydeals.com
6 points·by sachinneravath·9개월 전·2 comments

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

paritydeals.com
1 points·by sachinneravath·10개월 전·0 comments

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

paritydeals.com
1 points·by sachinneravath·10개월 전·0 comments

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

paritydeals.com
2 points·by sachinneravath·10개월 전·0 comments

Ask HN: Why do products still skip local pricing?

1 points·by sachinneravath·11개월 전·1 comments

Show HN: I built a personal productivity tracker for Mac

timemaster.ai
4 points·by sachinneravath·2년 전·1 comments

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

lightgalleryjs.com
3 points·by sachinneravath·2년 전·1 comments

Show HN: Auto-generate JavaScript alternatives for jQuery functions

github.com
1 points·by sachinneravath·2년 전·0 comments

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

github.com
3 points·by sachinneravath·2년 전·0 comments

Show HN: ChatGPT based chatbot trained on your website content

github.com
2 points·by sachinneravath·3년 전·0 comments

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

paritydeals.com
2 points·by sachinneravath·4년 전·0 comments

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

github.com
2 points·by sachinneravath·5년 전·0 comments

Lightgallery.js – JavaScript Image Viewer

lightgalleryjs.com
3 points·by sachinneravath·5년 전·0 comments

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

github.com
1 points·by sachinneravath·5년 전·1 comments

Show HN: LightGallery – Modern JavaScript image and video gallery

lightgalleryjs.com
2 points·by sachinneravath·5년 전·0 comments

comments

sachinneravath
·4개월 전·discuss
LS was a good product until the acquisition. We ended up building our own MoR(kelviq.com)
sachinneravath
·9개월 전·discuss
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.
sachinneravath
·2년 전·discuss
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
sachinneravath
·2년 전·discuss
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.
sachinneravath
·4년 전·discuss
You can detect most of the VNPs and fall back to the original pricing if the user visits your website using a VPN.
sachinneravath
·5년 전·discuss
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.