- Lets you enter a topic and start an AI-driven research job.
- Shows a list of your previous topics with status and progress.
- Click a topic to view details, logs, and results.
- Includes a Refresh button on the detail page to reload the latest state.
- Vite + React
- Shadcn UI components
-
Install dependencies: npm install
-
Environment:
- Development: create a .env file with VITE_BACKEND_BASE_URL=http://localhost:4000
- Run locally: npm run dev