Talqo is an AI agent for any website. It can answer from configured context or call MCP tools.
| Path | Purpose |
|---|---|
apps/api |
Hono API application |
apps/web |
React web application |
apps/widget |
Embedded React widget application |
apps/docs |
Public documentation application |
apps/e2e |
Playwright cross-system browser tests |
packages/ui |
Shared presentation components and styles |
packages/typescript-config |
Shared TypeScript configuration |
bun install
export APP_SECRET=$(openssl rand -base64 32 | tr '+/' '-_' | tr -d '=')Development, integration, and E2E commands fail without APP_SECRET.
| Command | Purpose |
|---|---|
bun run dev |
Run API, web, widget, and PostgreSQL development tasks |
bun run dev:docs |
Run the documentation application |
bun run e2e |
Run browser E2E tests in Chromium |
bun run build |
Build current workspaces |
bun run quality |
Check linting and formatting |
bun run typecheck |
Type-check current workspaces |
bun run test |
Run current workspace tests |