# V1 Progress

## Alpha 0.1 — Foundation ✅
- [x] Project structure
- [x] Docker services
- [x] PostgreSQL schema
- [x] Redis
- [x] Accounts / sessions
- [x] CSRF / rate limit / security headers
- [x] OAuth token encryption
- [x] Twitch OAuth
- [x] YouTube OAuth
- [x] Kick adapter boundary
- [x] Event Engine
- [x] Redis Pub/Sub
- [x] Dashboard WebSocket
- [x] Widget WebSocket
- [x] Dashboard UI
- [x] Commands CRUD
- [x] Bot settings
- [x] Auto Replies API
- [x] Timers API
- [x] Blocked Words API
- [x] Development chat engine
- [x] Alerts API
- [x] OBS Alert Box
- [x] Widget token rotation
- [x] Test events

## Alpha 0.2 — Live Connectors
- [ ] Twitch EventSub worker
- [ ] Twitch send chat API
- [ ] Twitch token refresh
- [ ] YouTube live chat connector
- [ ] YouTube token refresh
- [ ] Kick OAuth
- [ ] Kick events/chat
- [ ] Unified Chat
- [ ] Timer worker
- [ ] Real moderation actions

## Alpha 0.3 — V1 Productization
- [ ] Alert editor
- [ ] Upload/media storage
- [ ] Chat widget
- [ ] Latest follower/sub widgets
- [ ] Viewer count widget
- [ ] Stream status widget
- [ ] Email verification
- [ ] Password reset
- [ ] Admin dashboard
- [ ] System status UI
- [ ] Production backups/monitoring
