# Hi2Chat Enterprise - Build 06.1 Beta Ready

## Goal
Prepare Hi2Chat for live beta deployment at `beta.hi2chat.com` and `api.beta.hi2chat.com`.

## Added
- Beta login screen
- Register screen
- Forgot password UI foundation
- Local session storage
- Logout button
- Production frontend environment file
- Production backend environment example
- Nginx configs for frontend and API/socket domain
- PM2 ecosystem config
- Deployment script sample
- Production CORS configuration
- Swagger version updated to `0.6.1-beta`

## URLs
- Frontend: `https://beta.hi2chat.com`
- API: `https://api.beta.hi2chat.com/api/v1`
- Swagger: `https://api.beta.hi2chat.com/api/docs`
- Socket: `https://api.beta.hi2chat.com/realtime`

## Notes
- Use a separate beta database: `hi2chat_beta`.
- Do not reuse production data during beta testing.
- Replace all secrets in `.env.production` before deployment.
- Email verification UI is planned; SMTP backend wiring comes in Build 06.2.
