4
39 Comments

I built an AI chrome extension to 10x your reading in 2 days... here's how

Hey IH,

After posting this survey on Twitter where I asked "would you use a chrome extension that facilitates instant article summaries?" 85% of people said yes.

A few weeks ago I started copy and pasting news articles in chatgpt to summarize. I discovered it's good way to speed up my content consumption and retain way more information. Sometimes I would come across long articles that were daunting to read so i'd minimize the tab and decide to come back to it later. By the end of the week i'd have 15 tabs open and it would give me a slight bit of anxiety. This chatgpt trick was a way to breeze through them in a fraction of the time.

After running the survey to see if others would find benefit in an abstracted version of what I was already doing, I decided at that point to get to work. In the past I have had some ideas that were momentum driven, like in crypto, but they didn't really pan out because they took too long to develop and I missed my chance to capitalize on them.

In this situation I decided to take a page from @nico_jeannen book (on Twitter) and attempt to build this as a google chrome extension in 48 hours.

Getting started

I needed to first figure out the architecture of the app, how would it work and how to build it in a practical way.

I have experience in javascript so first went to the openai api documentation to find out how it works. The docs are pretty good so it was relatively straightforward getting the api working.

I then had to figure out how to build a chrome extension, I had never done this before. I decided to watch a couple tutorials on youtube from youtubers like TiffinTech to see what was entailed in building an extension.

First roadblock

The first roadblock I hit was that most of the online tutorials were utilizing the Manifest V2 which is being deprecated and new chrome extensions need to upgrade to V3. It took quite a bit of research as this upgrade is now being enforced by Chrome.

After about an hour of Googling I figured it out and got to the point where the extension was functional. I used the Chrome://Extensions portal to test the extension in a development environment.

I used MUI to do the UI so that it could be as straightforward as possible.

Second roadblock

Initially I was looking to do one-click summaries. Where you can go to a page and click summarize and then a summary would populate in the extension. I found that since sidebar ads, comments and other unassociated content are often all wrapped in <p></p> tags the chrome extension was unable to distinguish what was an article and what was another piece of unrelated content.

Therefore, the inaccuracy rate was very high ~50%. As a workaround I included a text box in the extension. A user goes to the news article, selects the article and pastes it into the text box, then clicks summarize. This improved the accuracy rate to 99%. I developed the extension so that the user does not need to delete the ads from the article if they're embedded in the body. This is because the AI is instructed to oversee small anomalies in the article. It knows to skip over a couple ads here and there.

Once I overcame this obstacle I began testing. Trying out all types of articles; CNN, FoxNews, Wall Street Journal, Vox, you name it.

Branding

Next I needed to create a brand. I decided to go with an Orange logo with reading glasses. I chose orange so that the color pops and you always see it in your chrome extension shortcuts. It stands out as a bright orange.

I chose reading glasses to personify the logo and make the logo the attractive character as described by Russell Brunson in "Dotcom Secrets" (if you haven't read it it's a classic marketing book).

I named the logo Max. The extension is called Reader Max. The website is ReaderMax.com.

Basically you use Max to read articles, he will summarize them for you. My girlfriend and I thought it was kind of cute/quirky.

Marketing

I built this project in public. I gave status updates on twitter over the 48 hours I was building.

This method was really cool because I had a bunch of people saying they were excited to try it. It did a great job of creating momentum for the first group of testers.

I also got some great feedback from excited users. Check out a cool piece of feedback here, here and here.

Looking for feedback

if you would like to try it check it out here, ReaderMax.com

Would love to get your feedback below or via DM!

  1. 2

    Congratulations on taking the initiative to turn your productivity hack into a reality with the Reader Max chrome extension! Your idea has clearly resonated with a lot of people, as evidenced by the overwhelming positive response to your Twitter survey. It's inspiring to see how you overcame the obstacles you faced during the development process and found creative solutions to make your idea work.

    Your dedication and persistence in learning new skills and building something from scratch is a testament to your entrepreneurial spirit. It's also encouraging to see how you leveraged social media to build momentum for your project and create excitement among potential users. Your transparency and openness in sharing your progress updates on Twitter is a great example of how to build a community around a product and generate interest and engagement.

    With the launch of Reader Max, you have created a valuable tool for anyone who wants to speed up their content consumption and retain more information. Your willingness to share your process and journey is not only helpful for other aspiring entrepreneurs but also a reminder that with hard work and determination, anything is possible. Keep up the great work and I look forward to seeing what other innovative ideas you will come up with in the future!

    1. 1

      thanks. assuming this was not generated by chatgpt haha. appreciate it if so.

  2. 2

    very cool. just downloaded the extension. going to try it over the next few days.

  3. 1

    This is great. I will cover this in my AI newsletter. Congrats!

    1. 1

      link it! would love to read it

  4. 1

    Great work on building the Reader Max extension in just 48 hours! It's impressive to see how you overcame the roadblocks you encountered during development. How do you plan on promoting Reader Max to reach a wider audience? Have you considered adding any additional features to the extension in the future?

    1. 1

      right now i've been focused on organic growth channels like reddit i actually just wrote a post about going #1 on reddit multiple times

      link: https://www.indiehackers.com/post/i-went-1-on-reddit-multiple-times-heres-how-a051833b90

      it's #2 top trending on indiehackers right now!

      Once the organic growth starts to fizzle out i'll reflect on what worked/didn't work and then double down on some organic methods and also start some paid methods if it makes sense.

      in terms of future features i've been crowdsourcing ideas from the community.

      right now i'm thinking an article autoselect feature to make the process simpler, also translation and thinking about some other ideas.

      Do you have any ideas?

      1. 1

        Thasnk for sharing your Reddit tips, I just checked your post and it's pretty interesting. Congrats on trending #2 on Indiehackers!

        I think the crowdsourcing idea is a great way to get feedback and improve the product. Have you thought about leveraging other online communities to promote your product, like LinkedIn or Facebook groups?

        As for features, have you considered adding integrations with other SaaS products? That could potentially attract users who are already using other tools in their workflow. Good luck with your project!

        1. 1

          i have thought about facebook but am unfamiliar with the communities tbh. are there any you think would be good to post in?

          what saas products do you think this could be integrated with?

          1. 1

            Not having any group with your target audience in mind yet, but this should related to Productivity. As for SaaS integrations, it depends on the target audience, but some possibilities could include productivity tools like Trello or Asana, or news aggregators like Feedly.

            1. 1

              thanks for the your thoughts. will definitely keep this in mind. appreciate you!

  5. 1

    For automatically grabbing from websites, I'm wondering if you could use semantic analysis to omit them. For example, in GPT-3, send a prompt "omit any mention of "ads" and anything that reads like an ad".

    Also, do you have any plans to monetize this? Seems really cool. But if it sees massive use, aren't you running a loss from all those OpenAI credits?

    Also, have a twitter? Would love to follow along with how this goes. Here's mine: https://twitter.com/TheRealEtch

    1. 1

      will play with it to see if I can get it to omit aspects that are not article related. I just followed you on twitter.

      For the AI credits, i'm making a twitter post today on how much the API costs are currently. It's been pretty affordable at the moment so I can manage subsidizing it for the time being. my twitter is @ericlamcrypto if you want to check out the API cost post. can give more in depth insights as well if interested.

      1. 1

        Great! Already followed you on twitter.

        Looking forward to seeing this tool grow.

        I'm also working on an AI tool with Evoke

  6. 1

    But it asks you to manually copy paste all the content into your extension box. Why not grab everything from page automatically?

    I just wished to open a PDF into chrome and expected it to generate summary.

    1. 1

      This was mentioned in the Second Roadblock section. Websites are inconsistent in my experience so was hard to isolate just an article on a page, while omitting ads, unassociated content etc, especially on ad heavy news websites.

      I'm looking to do this in the future. I'm constantly iterating the app.

      Do you have any ideas about how to implement a grab feature? Are you a dev?

  7. 1

    The article is about a person who created a chrome extension that summarizes articles for you. They created it because they were struggling to read long articles and retain the information. They did a survey and found that 85% of people would use this extension. They created it in 48 hours, and it includes a text box where you can paste the article you want summarized. The extension is called Reader Max.

    1. 2

      haha! so funny. thanks for posting that. made my day honestly.

    2. 1

      tl;dr would be an awesome name too!

      1. 1

        yes that would be a great name!!!

  8. 1

    that's so good brother, You worked like bullet train

    1. 1

      thank you! worked super hard on it

  9. 1

    What's your plan to monetize it?

    1. 1

      as of now i'm just giving it away for free and subsidizing the costs myself.

      i'm thinking maybe in the future freemium/premium offering if it really gains momentum but free for now. What do you think? How would you monetize it?

      1. 1

        Maybe a daily cap for free use, and unlimited for paid?

        I think also a nice UI improvement would be to have like a cursor zap gesture that identifies the content, similar to the way AdBlock or the Dev Tools element selector work. Also, record the summaries, URLs they came from, timestamp on a backend. You could produce an email digest from that (or publish it via RSS, if that's still a thing)

        1. 1

          is a cursor zap like an auto highlight feature? what would be a reasonable daily cap you think? how much would an unlimited plan be palatable for?

          1. 2

            What I was thinking of is if you have AdBlock installed, select it and choose "block element", which lets you hover over page elements (it highlights them) and you click on the element you want it to block. You could do the same thing with identifying the content on the page to feed to the AI engine. Better user experience than copy-paste.

            Comps for monetization -- I think you have comparables in the industry for this. Things like Instapaper, Pocket, or Evernote.

            1. 1

              thank you for the helpful tips and insight. seems like $4.99/mo at some point with additional features could be fair.

              love the adblock idea will look to incorporate that. thank you.

              not sure if you're a dev btw but would you have any insight into how to make a hover feature like that?

              1. 1

                Yes I am, no I don't, but you might start looking for it here because AdBlockPlus is open source. :)

                EDIT: this file is the right neighborhood. I tried it out with Dev Tools open and saw that ABP is adding an extra div at the bottom of the document and drawing the rectangle based on what the mouse is hovering over.

                1. 2

                  thank you so much for these links. you are awesome. i really appreciate this.

          2. 1

            Thinking strategically, the difference between zero recurring revenue and non-zero recurring revenue is near infinite. Better to have people sign on for a very low priced monthly subscription because it will be stickier. And continuing to add features (Kindle support, mobile, etc) will make them into net promoters.

            my $.02, anyway

            1. 1

              meaning they'll promote the new features as they roll out because it's adding value to their subscription? thank you for all your feedback btw this has been super helpful.

      2. 1

        I'm not sure how I would monetize it. Maybe we can learn from other similar tools and see how they monetize. I've collected some of them here to help you make a better decision. Please take a look.

        1. 1

          this is so helpful. thank you. i'm going to go through the list thoroughly tomorrow. will comb the reviews and see what users liked/didn't like

  10. 1

    what did you use to build the website?

Trending on Indie Hackers
Passed $7k 💵 in a month with my boring directory of job boards 56 comments How I got 1,000+ sign-ups in less than a month with social media alone 20 comments 87.7% of entrepreneurs struggle with at least one mental health issue 14 comments How to Secure #1 on Product Hunt: DO’s and DON'Ts / Experience from PitchBob – AI Pitch Deck Generator & Founders Co-Pilot 13 comments Competing with a substitute? 📌 Here are 4 ad examples you can use [from TOP to BOTTOM of funnel] 10 comments Are you wondering how to gain subscribers to a founder's X account from scratch? 9 comments