
u/nhrtrix

Started publishing reels daily as a developer and solo founder
I'm working with software development, chrome extensions and open source niche
my plan is to grow my personal brand and to promote my own SaaS products
Should I make another AI sidebar or tab manager?
Found that people are making money faster with these type of tools, while my thought was if I make something which is already too crowded, it will not get paying users... but I see almost every other "sloppy copy" tool which is too crowded already making money!
is that just because of AI or hype or what?
I built some non-AI daily life tools (extensions), got some free users though, but no paying users, even the one I was most happy about not even getting expected amount of FREE users 😏
so, do people just pay for anything hyped or that has "AI powered" these days?
if so, what do you suggest to make money faster if marketed properly? cause, otherwise I can't afford being a solo founder, I need earning to at least keep the domains active
so, seniors solo founders, give some light from your experience 😕
Finally I was able to release v4.0.0 for Encrypted Clipboard Manager extension :D
Finally I released Encrypted Clipboard Manager v4.0.0 🔥
It's definitely a BIG release for Encrypted Clipboard! 🎉
What this new version includes:
- Rich content support
- Share clipboard item
- Advanced filtering
- Significant performance improvements
- More memory efficient
Why Rich Content support is added now? - cause I really forgot about this critical feature 😞, but now Encrypted Clipboard will preserve the exact formatting of any rich content you will copy.
Now let's talk about the performance and memory efficiency improvements:
Before the sidepanel was giving around 1-3 seconds of delay to load the clipboard history each time you open it, found that there was a useless logging that was literally fetching the entire clipboard history into the memory just to log them, it's my bad that I didn't check and remove that earlier.
Then added workers with a worker-pool system for encryption/decryption, this way these CPU bound tasks will be performed inside actual threads out of the main thread, so, both encryption and decryption got significant speed improvement.
Another issue was in our search and lock/unlock system where we were still fetching all the items from IndexedDB into the memory and then performing other actions, these can cause significant memory consumption when user will have a few thousands of items, but now we're using IndexedDB Cursor so that we don't need to fetch everything at once, and instead we're performing action on one item at a time, this lowered the memory usage significantly, and the speed compromise is negligible.
There's even more new productivity features and UX improvements, I'll share them one by one with videos
Use it for FREE: https://chromewebstore.google.com/detail/encrypted-clipboard-manag/hplfhaecbalimhnmlacdbmecldhpjgli
No signup required!
Launched 3 extensions, devtools, privacy first clipboard manager, doing marketing...no paying users from any of these...What am I doing wrong? 😔
Launched 3 extensions, devtools, privacy first tool..marketing as well, no paid users yet... What am I doing wrong?
I'm a freelance dev, tried to make something useful that can become my 2nd earning source, I personally like to make non-AI daily life problem solving tools, and privacy friendly
first I made a devtool to manage localStorage, sessionStorage, Cookies and IndexedDB with better UI and UX than the clunky Chrome devtools panel, thought developers have need of this type of tools to save daily debugging time, got around 80 users, changed pricing to yearly and lifetime, no paid users yet :(
then built a clipboard manager extension with end-to-end encrypted sync across devices, it's even struggling to get free users 😔
then launched an API mocking and testing tool recently, though it has no paid plans yet, got 10 users so far, but as far as I found, the market is too crowded already, maybe I'll end up making it an always FREE tool
I did some research, and found whatever type of extensions have higher demands are already very crowded and competitive that I don't think making another one will be viable or can get paying users.
WHAT kind of problem can I solve through extensions that has higher demand and high paying intent as well? either less competitive or even if competitive, it will still get some paying users?
or should I stop making any at all and loose hope from extensions totally? as big ones are already dominating?
Launched 3 extensions, devtools, privacy first tool..marketing as well, no paid users yet... What am I doing wrong?
I'm a freelance dev, tried to make something useful that can become my 2nd earning source, I personally like to make non-AI daily life problem solving tools, and privacy friendly
first I made a devtool to manage localStorage, sessionStorage, Cookies and IndexedDB with better UI and UX than the clunky Chrome devtools panel, thought developers have need of this type of tools to save daily debugging time, got around 80 users, changed pricing to yearly and lifetime, no paid users yet :(
then built a clipboard manager extension with end-to-end encrypted sync across devices, it's even struggling to get free users 😔
then launched an API mocking and testing tool recently, though it has no paid plans yet, got 10 users so far, but as far as I found, the market is too crowded already, maybe I'll end up making it an always FREE tool
I did some research, and found whatever type of extensions have higher demands are already very crowded and competitive that I don't think making another one will be viable or can get paying users.
WHAT kind of problem can I solve through extensions that has higher demand and high paying intent as well? either less competitive or even if competitive, it will still get some paying users?
or should I stop making any at all and loose hope from extensions totally? as big ones are already dominating?
We crossed 400 members :D
We're now a family of 400+ members, congrats to all of you :D
Now you can entirely disable API interception for any website in API Pilot chrome extension
From v1.5.0 of API Pilot chrome extension, user can disable api interception for any specific website so that extension never injects the interception script to those websites
Quickly test your APIs using my API testing chrome extension
initially I made it an API interceptor and mocker extension, but later added complete API testing features as well, though it does not support chaining, graphQL yet, maybe I will add them later based on user feedback :D
would love to hear your feedback friends, here you can get it
https://chromewebstore.google.com/detail/mkmdmmlijcgakbkbpkpcekomlochkcko?utm_source=item-share-cb
Thanks a lot to all of you for the love and support :D
Here you can support me to make to the top product of the week as well :)
As developers stays mostly in the browser, so, testing APIs inside the browser is definitely a time saver, and as it's an extension, it's very lightweight and no overhead of installing a desktop application
Btw, it has API mocking feature to test your web app with mock response for any route, and you can also open the API tester in a separate window if you want to make API requests outside the browser window
It also has a performance/concurrency testing feature for any API endpoint that sends multiple requests to a given api endpoint to let you test if the API endpoint is able to handle multiple requests properly
Here you can get it: https://chromewebstore.google.com/detail/mkmdmmlijcgakbkbpkpcekomlochkcko?utm_source=item-share-cb
Please share your feedback so that I can improve the tool for developers :), thanks a lot for your time friends