Skip to content

v1.0 — Initial public release

Latest

Choose a tag to compare

@tessak22 tessak22 released this 30 May 23:58

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 dev

See rivals.config.tabstack.json for a real-world config example, and the README for full setup and deployment instructions.