# Roadmap — website
> Milestones over weeks-to-months. Reviewed at sprint boundaries.
## Now (this month)
- [ ] Production deploy (Vercel or similar) with secret-aware env config
- [ ] Multi-host visibility — surface `client_id` somewhere in the UI
## Next (this quarter)
- [ ] mem0 search panel (semantic query box, results with metadata)
- [ ] Dark mode (Tailwind v4 supports it natively; mostly a token swap)
- [ ] Per-project rules editor — read/write `.devist/rules.md` from the UI
- [ ] Diff view of changes that triggered each `advice` row
## Later (someday / maybe)
- [ ] Multi-tenant (per-user mapping table + scoped RLS)
- [ ] Workspace docs viewer (`_workspace/*.md` rendered alongside events)
- [ ] Notification rules (e.g. "ping me when severity=block")
## Done
- v0.4 ✅ Initial dashboard scaffold (auth, sidebar, 3 pages)
- v0.5 ✅ Realtime subscriptions + ack flow + column-level UPDATE policy