# Quick Start / Official Entry

Project: AnotiaWang/deep-research-web-ui

## Official Install Entry

### Docker - Official install entry

```bash
docker run -p 3000:3000 -e NUXT_PUBLIC_SERVER_MODE=true -e NUXT_AI_API_KEY=your-ai-api-key -e NUXT_WEB_SEARCH_API_KEY=your-search-api-key -e NUXT_PUBLIC_AI_PROVIDER=openai-compatible -e NUXT_PUBLIC_AI_MODEL=gpt-4o-mini -e NUXT_PUBLIC_WEB_SEARCH_PROVIDER=tavily anotia/deep-research-web:latest
```

Source: https://github.com/AnotiaWang/deep-research-web-ui#readme

## Sources

- repo: https://github.com/AnotiaWang/deep-research-web-ui
- docs: https://github.com/AnotiaWang/deep-research-web-ui#readme
