- Client: auth API wrapper (api/auth.ts) + useAuth hook with localStorage persistence
- Client: LoginPage/LoginForm with remember-me and loading states
- Client: BlogPage with hero section, rainbow spotlight cursor effect, post list
- Client: CSS rainbow gradient utilities for text/borders/backgrounds
- Server: POST /api/web/login with username/password verification + token
- Server: CORS extended to POST + Content-Type header
- Server: auth.rs token issuer, serde dependency for JSON
- Chore: gitignore Server/.vite
Co-Authored-By: Claude <noreply@anthropic.com>