> ## Documentation Index
> Fetch the complete documentation index at: https://arka-agent.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Arka is an open-source AI terminal agent (PyPI package: arka-agent, GPL-2.0).
> Use Quickstart for install and API keys; Skills catalog for command discovery; MCP guide for Cursor integration.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# URL app design analyzer

> Generate an interactive design-review dashboard from a live app URL.

Generate an interactive design-review dashboard from a live app URL:

```bash theme={null}
arka url-app https://example.com --output review.html
arka url-app https://example.com --json
```

The dashboard includes page metadata, responsive/accessibility signals, and
prioritized design-change prompts. It is an actual HTML review app rather than
an `.md` summary. Recommendations remain viewport-scoped and preserve button
order. Network access is read-only; use the browser screenshot skill for
authenticated or JavaScript-heavy apps.


## Related topics

- [Design references](/guides/design-memory.md)
- [Design first, build after approval](/guides/design-first.md)
- [Responsive website screenshots](/guides/web-screenshots.md)
- [Kalshi prediction markets](/guides/kalshi.md)
- [How to code with Arka](/guides/code-with-arka.md)
