Files
research-workbench/README.md
T
Ken dc1a3aee8b refactor: rename to research-workbench, update cloudflared to research.ampbox.io
- Renamed repo from car-help to research-workbench
- Remote now points to git.ampbox.io/ken/research-workbench
- cloudflared: research.ampbox.io (app) + vnc.ampbox.io (browser)
- Updated all references from browser.ampbox.io to research.ampbox.io
2026-05-26 16:11:46 +00:00

23 lines
455 B
Markdown

# Research Workbench
AI-powered research tool: chat + live browser + artifacts. Backed by amplifierd.
See [DESIGN.md](DESIGN.md) for the full architecture.
## Quick Start
```bash
# Build
docker build -t research-workbench .
# Run
docker run -d --name research-workbench \
-p 8080:8080 \
-p 6080:6080 \
-e ANTHROPIC_API_KEY="$ANTHROPIC_API_KEY" \
research-workbench
```
**research.ampbox.io** -- the app
**vnc.ampbox.io** -- the live browser