Go to file
Z User e4408a63e6 feat: add Echo voice assistant web UI
- Conversation sidebar with create/delete/history
- Chat area with streaming LLM responses (z-ai-web-dev-sdk)
- Voice input via Web Speech API with recording indicator
- Browser TTS auto-speak for assistant responses
- Settings panel (voice, TTS, sidebar toggle)
- Prisma schema: Conversation + Message models
- API routes: /api/chat/stream, /api/conversations, /api/messages
- Zustand store for state management
- Web Speech API type declarations
2026-03-31 00:42:10 +00:00
.zscripts feat: add Echo voice assistant web UI 2026-03-31 00:42:10 +00:00
db feat: add Echo voice assistant web UI 2026-03-31 00:42:10 +00:00
download Initial commit 2026-03-30 23:17:50 +00:00
examples/websocket feat: add Echo voice assistant web UI 2026-03-31 00:42:10 +00:00
mini-services feat: add Echo voice assistant web UI 2026-03-31 00:42:10 +00:00
prisma feat: add Echo voice assistant web UI 2026-03-31 00:42:10 +00:00
public feat: add Echo voice assistant web UI 2026-03-31 00:42:10 +00:00
skills Initial commit 2026-03-30 23:17:50 +00:00
src feat: add Echo voice assistant web UI 2026-03-31 00:42:10 +00:00
.env Initial commit 2026-03-30 23:17:50 +00:00
.gitignore feat: add Echo voice assistant web UI 2026-03-31 00:42:10 +00:00
bun.lock feat: add Echo voice assistant web UI 2026-03-31 00:42:10 +00:00
Caddyfile feat: add Echo voice assistant web UI 2026-03-31 00:42:10 +00:00
components.json feat: add Echo voice assistant web UI 2026-03-31 00:42:10 +00:00
eslint.config.mjs feat: add Echo voice assistant web UI 2026-03-31 00:42:10 +00:00
next.config.ts feat: add Echo voice assistant web UI 2026-03-31 00:42:10 +00:00
package.json feat: add Echo voice assistant web UI 2026-03-31 00:42:10 +00:00
postcss.config.mjs feat: add Echo voice assistant web UI 2026-03-31 00:42:10 +00:00
tailwind.config.ts feat: add Echo voice assistant web UI 2026-03-31 00:42:10 +00:00
tsconfig.json feat: add Echo voice assistant web UI 2026-03-31 00:42:10 +00:00
worklog.md feat: add Echo voice assistant web UI 2026-03-31 00:42:10 +00:00