feat: implement synth overlay extension (fixes #3)#9
Closed
R-Panic wants to merge 4 commits intoentrius:mainfrom
Closed
feat: implement synth overlay extension (fixes #3)#9R-Panic wants to merge 4 commits intoentrius:mainfrom
R-Panic wants to merge 4 commits intoentrius:mainfrom
Conversation
Collaborator
|
please add Submission Requirements Demo video — Screen recording showing the dashboard in action 1-page technical explanation. Should cover what the tool does, how it works, and how it uses Synth data |
eb3fd8d to
3550461
Compare
3550461 to
eadbc68
Compare
Collaborator
|
your demo video shows a CLI. looking for a chrome extension to complete this issue |
added 2 commits
March 1, 2026 11:33
Author
Submission Requirements for the Synth OverlayInteractive Chrome Extension Mockup Demo: Technical Implementation Notes:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Implemented the Synth Overlay Chrome Extension to resolve Issue #3.
This tool injects a live probabilstic edge overlay derived directly from SynthClient. It reads the Polymarket URL/DOM context and queries the bridged FastAPI server to expose actionable mismatches in the market.
Resolves #3
Changes
extension/manifest V3 withcontent.jsperforming the DOM-injection widget logic.api.pyFastAPI local server performing theget_polymarket_daily()edge computations.pytestcoverage for the API payload validity.