Redirecting
The active GeometryPilot frontend lives in public/.
This root page immediately redirects to /public/index.html so the Pages site
and local backend both resolve to the same frontend sources.
- Local full-stack:
python server.py - Frontend-only dev:
npm run frontend:dev - Production frontend: loaded from
public/
If you are not redirected automatically, open /public/index.html.