Public EVE Online freight calculator for Solane Run.
The site is calculator-only. It does not ship the former Route Intel cockpit, About page, private ESI workflows, saved quotes, contract automation or operator tools.
GET / -> Solane Run freight calculator
GET /api/* -> proxied to Solane Engine through the web container
The calculator consumes Solane Engine endpoints:
GET /api/eve/statusGET /api/eve/systemsGET /api/eve/routeGET /api/solane/service-windowPOST /api/solane/quote/validatePOST /api/solane/quote/calculate
- Public freight sizes are focused on Solane Run core DST / BR service:
13,000 m3and60,000 m3. - NPC nullsec is not offered by the public calculator and is hidden from pickup/destination search.
- Collateral limit is
6B ISK, except13,000 m3LowSec service capped at4B ISK. - Critical non-HighSec pickup/destination systems are selectable, but the rest of the calculator is locked with a visible alert.
- Contract Review is hidden until all freight parameters are filled.
- Traffic flow and route intel are not displayed on the public site.
npm install
npm run dev:webSet VITE_API_BASE_URL=http://localhost:8001 for local API development, or
leave it empty in production so the web container calls same-origin /api/*.
npm run lint:web
npm run build:web
npm run security:web
npm run w3c:web
node scripts\verify-ui.mjs
docker compose -f infra\docker-compose.yml config
docker compose -f infra\caddy\docker-compose.yml configpowershell -ExecutionPolicy Bypass -File scripts\deploy-vps.ps1The deploy helper archives this repo and D:\PROJECT\solane-api, rebuilds
Engine before the web frontend, then verifies https://solane-run.app.
Copyright 2026 Victor A. All rights reserved.
This repository is public for visibility, but it is not open source under a permissive license. Copying, redistribution, hosting, modification or commercial use requires prior written permission.