UI Check Docs
UI Check has one connection model: AI clients connect to MCP, and app runtimes connect over WebSocket. The quick start uses @uicheck/web as the app example; choose another platform package under Platform integrations when needed.
AI client
- @uicheck/mcp - Configure @uicheck/mcp so AI can call list_clients, capture_page, and inspect_elements.
Platform integrations
- @uicheck/web - Browser DOM client for uicheck
- @uicheck/taro - Taro Mini Program client for uicheck
- @uicheck/rn - React Native client for uicheck
- uicheck_flutter - Flutter runtime client for uicheck
- uicheck_android - Android native runtime client for uicheck
- uicheck_apple - Apple native runtime client for uicheck