FTC Pitstop is a web application designed to help FIRST Tech Challenge teams analyze competition data and improve their strategy by providing a centralized display for their pit. It provides team comparison tools, match analysis, and ranking insights.
- Real-time team comparisons
- Detailed ranking analysis
- Match statistics visualization
- OPR/DPR calculations
- Historical performance tracking
- Node.js (v18 or higher)
- npm or yarn
- FTC API credentials
- Clone the repository
git clone https://github.com/nesetkab/ftc-pitstop.git
cd ftc-pitstop- Install dependencies
npm install
# or
yarn install-
Duplicate
.env.local.example, rename to.env.local. Fill in your API user & pass. -
Start the development server
npm run dev
# or
yarn dev- Open http://localhost:3000 in your browser
Contributions are welcome! Please feel free to submit a Pull Request. Found bugs? Feel free to open an issue.
- Join our Discord
- DM neset on Discord: @nerrdy_
- Project Link: https://github.com/nesetkab/ftc-pitstop
Last Updated: 2025-06-18