A private instrument for previewing HTML bundles.
An agent builds a page, zips it, and pushes it here. Seer keeps every version and hands back a URL that reloads itself the moment a new build lands.
One person's tool, kept behind a Google sign-in. No accounts, no dashboard, no product. Just a place for half-finished pages to be looked at.
It is a slop site, for sure. It also works.
To push a bundle
curl -X PUT --data-binary @bundle.zip \
-H "Authorization: Bearer $API_TOKEN" \
https://seer.build/api/bundles/your-slug
Back comes /b/your-slug/, versioned and live.