git404hub

what is reviewiq fr?

yaksh1/reviewiq — explained in plain English

Analysis updated 2026-05-18

2TypeScriptAudience · pm founderComplexity · 3/5LicenseSetup · moderate

tl;dr

A self hosted tool that scrapes Chrome extension reviews for you and competitors, then uses AI to turn them into insights, replies, and a roadmap.

vibe map

mindmap
  root((repo))
    What it does
      Scrapes extension reviews
      Compares you vs competitors
      Drafts review replies
      Builds a roadmap
    Tech stack
      TypeScript
      Next.js
      Playwright
      SQLite
    Use cases
      Understand user sentiment
      Study competitor weaknesses
      Prioritize new features
      Draft public review replies
    Audience
      Chrome extension developers
      Indie makers
      Product founders
    AI setup
      Uses Claude Code CLI
      Bring your own API key
      Keys encrypted at rest
    Deploy
      Local dev server
      Single Fly.io container

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Track what users love and complain about in your Chrome extension's reviews over time.

VIBE 2

Compare your extension's reviews against named competitors to find positioning opportunities.

VIBE 3

Generate a prioritized feature roadmap backed by real review complaints and competitor gaps.

VIBE 4

Draft ready to post replies to every review your extension has received.

what's the stack?

TypeScriptNext.jsPlaywrightSQLite

how it stacks up fr

yaksh1/reviewiq4ssh1/mine-sweeperachawla19/intuitcode-extension
Stars222
LanguageTypeScriptTypeScriptTypeScript
Last pushed2026-01-31
MaintenanceMaintained
Setup difficultymoderatemoderatemoderate
Complexity3/52/54/5
Audiencepm foundervibe coderdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires Node 20+, Playwright Chromium, and either the claude CLI logged in or an API key for an AI provider.

You can use and modify this freely, but if you run a modified version as a network service, you must share your source code changes with its users.

in plain english

ReviewIQ is a self hosted web app for anyone who builds a Chrome extension and wants to actually understand what their users, and their competitors' users, are saying in reviews. Instead of manually reading through the Chrome Web Store one review at a time, this tool scrapes reviews for your extension and any competitors you add, then uses an AI model to turn that pile of feedback into something useful. You organize your work into projects, where one extension is marked as yours and others are marked as competitors, and every analysis compares the two. Once reviews are fetched, the app can draft replies to your reviews, write a positioning statement based on what people complain about with competing extensions, summarize overall sentiment and common praises or complaints, track how ratings and sentiment change over time, and turn your weaknesses and your competitors' gaps into a prioritized list of features worth building next, complete with quotes as evidence. It can also suggest blog or landing page ideas based on real review demand and send scheduled digests of what has changed since the last check. For the AI part, you can either use your existing Claude Code subscription on your own machine at no extra cost, or bring your own API key from a wide range of providers including Anthropic, OpenAI, and several others, or point it at any compatible endpoint. Any key you provide is encrypted before being stored and is never shown back to you in full. To run it, you need Node 20 or newer and the Playwright browser automation tool, which the setup installs for you. After cloning the repository and installing dependencies, you start it locally and open it in your browser to create your first project. The whole application, including its scraper and its small SQLite database, can also be deployed as a single container to a hosting service like Fly.io. It is released under the AGPL v3 license.

prompts (copy fr)

prompt 1
Help me set up ReviewIQ locally and connect it to my Claude Code subscription.
prompt 2
Show me how to add my Chrome extension and a competitor's extension to a new ReviewIQ project.
prompt 3
Explain how ReviewIQ turns competitor negative reviews into a positioning statement.
prompt 4
Walk me through deploying ReviewIQ as a single container on Fly.io.

Frequently asked questions

what is reviewiq fr?

A self hosted tool that scrapes Chrome extension reviews for you and competitors, then uses AI to turn them into insights, replies, and a roadmap.

What language is reviewiq written in?

Mainly TypeScript. The stack also includes TypeScript, Next.js, Playwright.

What license does reviewiq use?

You can use and modify this freely, but if you run a modified version as a network service, you must share your source code changes with its users.

How hard is reviewiq to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is reviewiq for?

Mainly pm founder.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.