Revise Text browser extension

Launching on ProductHunt today!

Visit Website
March 25, 2025 🚀 Marketing, Scraping & Serverless: Building Tools to Track Competitors & Keywords! 🛠️ Also, JavaScript Quirks.

I apologize for the lack of updates lately! 

I've decided to keep my extension unlisted for a while to gather more user feedback and refine my marketing strategy. Relying solely on extension web store optimization will not be enough.

For that reason, I have decided to track competitors and their channels, as well as relevant keywords across social networks. One platform has shown significant related activity, but unfortunately, it doesn't support RSS feeds—my preferred method for consuming information. To tackle this, I've built a scraper along with an RSS feed generator. This tool might even evolve into a standalone product in the near future!

In the process, I’ve been exploring new technologies. I’ve started experimenting with Cloudflare serverless workers, which use JavaScript, and their straightforward KV (key-value) datastore. I learned the hard way that JavaScript doesn’t support unsigned 64-bit integers, as they get truncated to 53 bits! If you're curious, try running this line in your JavaScript console:

(10765432100123456789).toString()

I have mixed feelings about surprises like this! ☺

Back to marketing ... RSS alerts are functioning smoothly, but it seems my dedicated social network account has been flagged as probable spam. I'm hoping this is just a temporary issue due to its newness. Stay tuned for more updates!

Comment

February 27, 2025 🎨 Updated Landing Page & First Experience with Handlebars! Check it Out!

Today I made adjustments to the landing page and, as a result, gained my first experience with the Handlebars templating engine. The web page can be found at the following address:

https://revisetext.com

Comment

February 22, 2025 🚀 Extension Update Approved! Now ‘Unlisted’ on Chrome & ‘Experimental’ on Firefox—Try It Out & Share Your Feedback! 🔗

The latest extension update was approved yesterday by the Chrome Web Store. It took them 3 to 4 days, while Mozilla approved the Firefox version in a few hours. In any case, the extension is no longer in 'closed beta', it now has the official status of 'unlisted' on Chrome and 'experimental' on Firefox. However, anyone with the direct link can install it.

Chrome link:
https://chromewebstore.google.com/detail/revise-text/bmndhppkilpcmcfpeamdlggjffnoaeje

Firefox link:
https://addons.mozilla.org/en-US/firefox/addon/revise-text/

Your feedback is appreciated!

Comment

2 Comments

  1. 2

    Don't try to come up with clever words that sound great. Use direct words and say what it is and who is your ideal customer:

    Revise Text
    Free AI-powered tool for editorial writers.

    Then, when you know why your customers pay you, you can add that:

    Revise Text
    Save 10 hours a week with our free AI-powered tool for editorial writers

    1. 1

      That's valuable feedback, gracias che! Would you like to try out the extension yourself? It's still in closed beta.

Comment

February 12, 2025 Software = Art 🎨 | Browser Extension in Beta—Chrome or Firefox? Let Me Know! 🚀

Software is like a piece of art—it's never truly finished. 🎨 This is the fourth revision of the browser extension icon. The extension is currently in closed beta and ready for your testing. Are you a Chrome or Firefox user? Let me know!

Comment

February 7, 2025 Chrome Web Store Approval! Extension in Closed Beta — Comment to Try It Out

After less than three days in review, my extension has passed all security checks and is approved in the Chrome Web Store. It is in closed beta, so drop a comment if you are interested in trying it out!

Comment

February 2, 2025 First Beta Users Onboarded! Fixed Firefox Background Script Issue & Launched v0.1.2

Just onboarded the first beta users—then discovered a Firefox trait: it kills extension background scripts after a while. This meant some requests were missing the unique user ID. Fixed the bug, patched both server & extension, and v0.1.2 is live! 🚀

Comment

January 31, 2025 🚀 Launched Without Payments: Firefox Extension Ready for Beta Users! 🔍

What has happened meanwhile? Choosing an e-commerce provider and obtaining verification from their side took too long, so I decided to publish the extension without any payment options. I will expose it to a limited number of users and gather their feedback. In the meantime, I have:

✅ Opened dedicated accounts on various social networks and linked them on the extension's home page.
✅ Added Google Analytics to the home page.
✅ Improved the extension's modal dialog so that its style does not get messed up with the style of the underlying page.
✅ Separated the development from the deployment source code, which is now being minified, and updated the build scripts accordingly (for both the extension and server side).
✅ Submitted the extension to Mozilla, got verified, and uploaded the signed extension to the website.

And what now? Let's try to find some beta users.

By the way, at this moment, only the Firefox version is available. I have decided to start with that browser, as it has fewer users, and my plan is to, hopefully, increase their number gradually.

Total time dedicated to the project before the first launch: 95.5 hours. This is slightly more than two workweeks, which is not bad considering that I have chosen to work with new technologies.

Comment

About

I realized I needed this tool, so I took the initiative to build it myself.