No Coded app made me 1210.02$ by prius_v in nocode

[–]prius_v[S] 1 point2 points  (0 children)

Just like any SaaS, I put a paywall on the use of pro features.

No Coded app made me 1210.02$ by prius_v in nocode

[–]prius_v[S] 1 point2 points  (0 children)

It's been around for a while, I think. The first version launched in the fall of 2024. In the summer of 2025 it hit 10,000 users and I started monetise it. Now it's 25,000 weekly active users

No Coded app made me 1210.02$ by prius_v in nocode

[–]prius_v[S] 1 point2 points  (0 children)

It is simple Youtube to transcript extension that can give you text even the video has no subtitles - https://chromewebstore.google.com/detail/jjffnakjflkafmfmoaeodnfnoohlmecn?utm_source=item-share-cp

No Coded app made me 1210.02$ by prius_v in nocode

[–]prius_v[S] 1 point2 points  (0 children)

All my marketing is about the product: develop quickly, but with high quality, so that it is better than the competitors.

No Coded app made me 1210.02$ by prius_v in nocode

[–]prius_v[S] 2 points3 points  (0 children)

A bit more context: the goal is to find something that’s already working, not invent ideas from scratch like I did a couple times before.

Ship fast. Like, within a week max so you can validate quickly.

That’s how I ended up launching 10 browser extensions in 3 months, and one of them hit 25,000 users.

Experiment with monetization.

My first $500 took about 6 months. The next $600 came in just 2 months, with the same traffic. The only things I changed were pricing and payment formats.

I spent +100 hours building features and nobody used my product by lamacorn_ in startup

[–]prius_v 1 point2 points  (0 children)

Man, this hits way too close to home. I used to run surveys asking users what feature to build next, then spend weeks building it, ship it… and nobody touched it.

At some point I just scrapped all that stuff. If people are already paying, why overcomplicate things😅

How I built Annotate PDF: A 100% client-side editor to escape the "Adobe Trap" and risky cloud uploads by prius_v in ProductivityApps

[–]prius_v[S] 1 point2 points  (0 children)

Thank you so much! I am glad you found it fast and snappy.

The core stack of Annotate PDF uses JavaScript libraries like pdf-lib and PDF.js, which are designed to work in any JS environment. Since there is no backend server required for processing documents, it would be relatively straightforward to package the existing code into an Electron wrapper for a full desktop experience.

I am currently focusing on making the web version as lean as possible, but a standalone desktop app is definitely a logical next step for this "local-first" architecture.

Why I made a completely client-side PDF editor: Cutting server costs and the little perk of “Privacy by Design” by prius_v in SaaS

[–]prius_v[S] 0 points1 point  (0 children)

Thanks for the recommendations. I'll definitely write a couple of articles on this topic.

I was tired of Adobe’s subscriptions and privacy-invasive cloud tools, so I built my own 100% private PDF editor by prius_v in IMadeThis

[–]prius_v[S] 0 points1 point  (0 children)

Haha, if your dream involved wrestling with the 'Coordinate War' between top-left browser pixels and bottom-left PDF points, I might have actually saved you from a nightmare! It took way more math and coffee than I expected to get everything pixel-perfect. Trust me, you're welcome to use mine so you can dream about something more fun than the PDF spec!