BearCMS

Control surface scaffold

Static Next.js frontend, Hono API on Cloudflare Workers, and a minimal admin auth layer suitable for an MVP deployment.

Included now

  • Protected `/admin` page with client-side redirect to `/login`.
  • Worker endpoints for login, session check, and logout.
  • Stateless signed token session with env-configured admin credentials.
  • Unchanged public X collection endpoint at `/api/sources/x/collect`.