This site is static and calls your API directly from the browser.
Protected routes require:
{
"X-Uniserver-Account-Key": "uacc_...",
"X-Project-Api-Key": "unis_..." // only for project data routes
}
Saved in local browser storage:
This repo follows Vercel static conventions:
/index.html /auth/index.html /dashboard/index.html /project/index.html /docs/index.html
Since this website calls your API from another origin (for example
https://uniserver-roan.vercel.app to https://uniserver-hyco.onrender.com),
your API server must allow that origin via CORS middleware.