FRC 1884 Strategy
Fastify + TypeScript + SQLite scaffold for a strategy app that moves scouting, plans, and analytics off a prototype frontend and into a proper backend.
Project surface
This broadens the FRC1884 picture beyond robot code into the surrounding decision-support tooling used around events and planning.
Problem
Strategy tooling becomes brittle if it stays browser-only while ingest, storage, analytics, and event planning continue to grow.
Contribution
The repo shows an incremental migration path: keep the current UI working, add typed server-backed routes, normalize the data model, and prepare production deployment assets.
Why it matters
This broadens the FRC1884 picture beyond robot code into the surrounding decision-support tooling used around events and planning.
Contribution context
Team repository. Presented as part of the team software surface, not a claim of sole ownership.
Roles
- Backend structure
- Strategy tooling architecture
- Deployment surface
Stack
Domains
Artifacts
Evidence note
Grounded in the public `FRC1884/frc1884-strategy` README.