v0:
- extension boiler plate setup
- on click: get current tab url -> open metaphor tab with query url
- get scroll percentage and if 80%, show popup to see similar sites?
v0 workflow examples:
- Go to a lesswrong post or some blog, click extension, boom 😂.
- Go to a SaaS page, click extension, add "Github.com" in filters and find open source alternatives.
Pre AI wrapper:
- Personal indexing: BM25 of history, and the links mentioned in those pages.
- If metaphor results are not relevant, then fallback to results from history/bookmarks.
v1:
- for articles: get pages with contradicting ideas
- similar articles but from other disciplines (AI agents -> )
Local Setup
This is a Plasmo extension project bootstrapped with plasmo init
.
pnpm dev
# or
npm run dev
Open your browser and load the appropriate development build. For example, if you are developing for the chrome browser, using manifest v3, use: build/chrome-mv3-dev
.