twill-ai-ui — Live Status
Repo: Twill-AI/twill-ai-ui Language: TypeScript · Open Issues: 119 · Default Branch: main Last Updated: 2026-03-19
Open Pull Requests (1)
- #1149 fix: add *.twill.biz to CSP connect-src for local dev tunnels — @Morty021
Recent Commits
09a15122026-03-19 — #1083 merchant chat feature (#1154) (raymondehizoba)adc4a3a2026-03-19 — #1151 show all possible transactions columns for the master portal (#1153) (raymondehizoba)ca706622026-03-19 — document analysis status indicator (#1152) (raymondehizoba)b50d1242026-03-19 — changed default merchant new name (#1150) (raymondehizoba)c53ee652026-03-18 — #1083 merchant chat feature (#1148) (raymondehizoba)10fa91d2026-03-18 — #1083 merchant chat feature (#1147) (raymondehizoba)51091af2026-03-18 — #1083 merchant chat feature (#1146) (raymondehizoba)e5b631d2026-03-18 — #1083 merchant chat feature (#1145) (raymondehizoba)47b5d2c2026-03-18 — #1083 merchant chat feature (#1144) (raymondehizoba)0a3b6262026-03-18 — #1083 merchant chat feature (#1143) (raymondehizoba)
Dependencies
{ “name”: “twill-ui”, “version”: “0.0.1”, “private”: true, “scripts”: { “dev”: “next dev —turbopack”, “build”: “next build”, “start”: “next start -p 3000”, “prod”: “next build && python3 -m http.server 3000 -d out”, “lint”: “eslint .”, “test”: “jest”, “test:watch”: “jest —watch” }, “engines”: { “node”: ”>=18.0.0” }, “dependencies”: { “@dnd-kit/
Active Tickets
See All tickets for twill-ai-ui
Notes
Dash adds architecture and implementation notes here as work progresses.
Related
- Patterns — Cross-cutting code patterns
- Debugging-Guide — Known bugs and fixes
- Architecture Decisions