3723c5bf930a78c4fca2d4c311a77d6b8afaaff9
- Create RightPanel component with browser/artifacts tab switching - Replace App.tsx with 3-column layout (auth loading/login/app states) - Replace main.tsx with globals.css import (remove index.css) - Remove Vite template files (App.css, index.css, assets/react.svg) - Fix LoginPage.tsx FormEvent type-only import for verbatimModuleSyntax - Fix vite.config.ts to use vitest/config for proper test property typing - Add tests: RightPanel (10 tests), App rendering states (7 tests)
Research Workbench
AI-powered research tool: chat + live browser + artifacts. Backed by amplifierd.
See DESIGN.md for the full architecture.
Quick Start
# 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
Description
Languages
TypeScript
51.6%
Python
24.2%
Shell
17.8%
HTML
2.7%
CSS
2%
Other
1.7%