fix(config): restore real Tabstack rivals config#105
Merged
Conversation
…p accidentally replaced with generic template Reverts the template substitution from the open-source readiness cleanup. The demo at rivaldemo.com was seeded with Competitor A/B/C placeholder entries. Restores Tabstack as self and all real competitors (Firecrawl, Browserbase, Browser Use, Stagehand, Steel, Playwright, Apify, etc.).
- rivals.config.json / rivals.config.tabstack.json:
- Fix Browserbase GitHub URL (was pointing to stagehand repo, now sdk)
- Add /reviews suffix to Perplexity and Exa ProductHunt URLs
- Remove unverifiable Parallel AI Twitter handle (x.com/p0)
- Remove fastCRW placeholder GitHub URL (github.com/us/crw)
- app/matrix/page.tsx:
- Replace static rivals.config.json import with runtime loadRivalConfig()
so matrix:false exclusions stay in sync without requiring a redeploy
- scripts/bootstrap-new-competitors.ts:
- Add 25-minute wall-clock deadline to prevent Netlify build timeouts
when bootstrapping many new competitors on a cold deploy
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
rivals.config.jsonwith a generic template (Competitor A, Competitor B, Your Company)rivaldemo.comwas redeployed, it seeded the DB with those placeholder entries — causing fake competitors to appear in the dashboardself, plus all 13 real competitors (Firecrawl, Browserbase, Browser Use, Stagehand, Steel, Playwright, Apify, LangChain, Parallel AI, Exa, Perplexity, Bright Data, Browser AI, fastCRW)After merging
The demo DB needs to be re-seeded to clear the fake entries. After deploying, trigger a fresh seed/scan run so the real competitors populate.