US UniServer

Website + API Notes

This site is static and calls your API directly from the browser.

Required Headers

Protected routes require:

{
  "X-Uniserver-Account-Key": "uacc_...",
  "X-Project-Api-Key": "unis_..." // only for project data routes
}

Client Storage

Saved in local browser storage:


      

Deploy Paths

This repo follows Vercel static conventions:

/index.html
/auth/index.html
/dashboard/index.html
/project/index.html
/docs/index.html

Important: CORS

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.