A sci-fi styled web dashboard for interacting with the SpaceTraders API.
This project is a React + TypeScript frontend that allows you to view your agent, manage ships, and interact with contracts through a command-console style interface.
- Agent overview (credits, headquarters, fleet size)
- Ship console with telemetry and cargo inventory
- Contracts console for viewing, accepting, and negotiating contracts
- Delivery progress tracking and deadline countdowns
- React
- TypeScript
- Vite
- Redux Toolkit / RTK Query
- SpaceTraders API
Install dependencies:
npm installStart the dev server:
npm run devThen open:
http://localhost:5173
You will need a SpaceTraders API token.
Register an agent at:
Enter the token on the login screen to use the console.