Initial public release of Rival — an open-source competitive intelligence dashboard powered by the Tabstack API.
See CHANGELOG.md for the full feature list.
Quick start
git clone https://github.com/tessak22/rival
cd rival
npm install
cp .env.example .env.local # fill in TABSTACK_API_KEY + DATABASE_URL
npx prisma migrate deploy
npm run db:seed
npm run devSee rivals.config.tabstack.json for a real-world config example, and the README for full setup and deployment instructions.