Commit Graph

343 Commits

Author SHA1 Message Date
synacktra.work@gmail.com
16ddaabb1f fix(ci): run prettier formatter 2025-12-23 01:38:47 +05:30
synacktra.work@gmail.com
e0ed712ea3 Merge branch 'main' of github.com:trycua/cua into feat/android-docker-support-&-docs 2025-12-23 01:36:43 +05:30
synacktra.work@gmail.com
32cb300443 docs: move android to QEMU docker tab 2025-12-22 18:22:18 +05:30
synacktra.work@gmail.com
c0ad2cb233 rename "cua-droid" to "cua-android-docker" 2025-12-22 17:23:44 +05:30
f-trycua
70fb231d73 Fix Computer Types explanation to clarify Cua Computer Framework is the client SDK
The Cua Computer Framework is the client SDK used to connect to and control the Computer Server running in sandboxes, not a description of the sandboxes themselves. Updated the explanation to make this relationship clear.
2025-12-21 15:04:58 +01:00
Francesco Bonacci
9bcba8b0e1 Delete docs/src/assets/logo-white2.svg 2025-12-21 14:54:00 +01:00
Francesco Bonacci
b3d1dca1ff Delete docs/src/assets/logo-black2.svg 2025-12-21 14:53:44 +01:00
f-trycua
db77d2ec65 docs: enhance documentation with framework naming, branding, and package manager improvements
- Standardize all references to "Cua Computer Framework" and "Cua Agent Framework"
- Add GitHub and Discord links to sidebar navigation with custom brand icons
- Increase logo size and apply Urbanist font to Cua branding
- Rename "Cookbook" to "Examples Cookbook" and reorder navigation sections
- Add uv as recommended Python package manager in quickstart and examples
- Remove TypeScript SDK deprecation notice and add Vercel AI SDK example
- Fix MDX syntax errors and improve documentation structure
- Apply consistent title casing to all documentation links and references
2025-12-21 14:46:19 +01:00
f-trycua
e531265751 Merge branch 'main' into f-trycua/fix-mdx-syntax-error 2025-12-21 12:09:38 +01:00
f-trycua
b0884026e9 Simplify docs 2025-12-21 12:09:35 +01:00
synacktra.work@gmail.com
353c6ad446 docs(quickstart): add Android on Docker setup and usage 2025-12-21 03:20:27 +05:30
Francesco Bonacci
c96d2d97dd Merge pull request #670 from trycua/feat/qemu-docker-support-&-docs
Add QEMU Docker support to Python SDK
2025-12-20 10:53:32 -08:00
Sarina Li
f46db59604 add gemini inference api docs 2025-12-20 00:53:22 -05:00
synacktra.work@gmail.com
0c77bf627f chore(qemu): rename "cua-windows" -> "cua-qemu-windows" 2025-12-19 18:12:14 +05:30
synacktra.work@gmail.com
2aeafa69b2 chore(qemu): rename "cua-linux" -> "cua-qemu-linx" 2025-12-19 18:07:18 +05:30
synacktra.work@gmail.com
8f85edb37d docs(quickstart): rename "QEMU on Docker" tab to "QEMU Docker" 2025-12-19 17:50:16 +05:30
synacktra.work@gmail.com
5b2174bcfa docs(quickstart): add QEMU Docker setup and usage
- Add QEMU on Docker tab to setup section with nested Linux/Windows tabs
- Include ISO download links and golden image preparation steps
- Add QEMU examples to Python Using Computer section with nested tabs
2025-12-19 14:25:56 +05:30
Sarina Li
8e044585ea fix minor docs stuff 2025-12-18 12:39:15 -05:00
Sarina Li
5472355ed1 add gemini related docs 2025-12-17 21:45:29 -05:00
Francesco Bonacci
1eeeb65b71 Merge pull request #657 from Samuvigano/docs/update-claude-models
Docs/update claude models
2025-12-17 09:32:41 -08:00
Francesco Bonacci
0ff93d6117 Merge pull request #654 from trycua/docs/add-azure-ai-foundry-claude
docs: Add Azure AI Foundry support for Claude models
2025-12-17 09:27:09 -08:00
samuele viganò
6b01e75d30 vm renamed to sandbox in docs 2025-12-13 11:56:56 -08:00
samuele viganò
4e3b8057bf docs: update Claude models and add composed examples 2025-12-13 11:53:56 -08:00
synacktra.work@gmail.com
71b7eedf7b docs: update description 2025-12-14 00:42:38 +05:30
samuele viganò
49a9a4e020 improvement to post-event contact cookbook 2025-12-13 11:09:38 -08:00
synacktra.work@gmail.com
21bc2580f8 docs: add Azure AI Foundry support for Claude models
Added documentation for accessing Claude models through Azure AI Foundry
as an alternative to direct Anthropic API access. Users can now use the
same anthropic/ prefix with Azure-hosted endpoints by configuring
ANTHROPIC_API_BASE.
2025-12-13 17:18:30 +05:30
Sarina Li
9d5d8ec4e7 fix wrong computer 2025-12-12 22:56:35 -05:00
Sarina Li
91e9c0e216 change to cloud computer 2025-12-12 22:50:53 -05:00
Sarina Li
ab34365e81 start stop clarity 2025-12-12 16:46:49 -05:00
Luca Steingen
383c13b695 Refactor Python quickstart examples to use asyncio
Updated all Python code examples in the quickstart and agent sections to use explicit async main functions and asyncio.run(). This improves clarity for asynchronous usage, ensures proper connection and disconnection of resources, and aligns with best practices for async Python code.
2025-12-11 20:54:06 -08:00
Morgan Dean
e22039a155 (hotfix): correct privacy and cookie policy links on docs 2025-12-11 16:55:51 -08:00
Dillon DuPont
7ee7ecd3b3 Run uv run pre-commit run --all-files 2025-12-09 13:24:33 -08:00
f-trycua
7fe1b16070 docs: expand CUA description with screenshot-VLM-action loop
Explain how computer-use agents work by capturing screenshots, feeding
them to a VLM, and determining the next action in a continuous loop.
2025-12-08 21:16:57 -08:00
f-trycua
4023b191ca docs: update intro page with hero image and Geist font
- Replace bg-light/bg-dark images with new hero.png
- Add "Welcome to Cua" header with sky accent color
- Switch from Inter to Geist/Geist Mono fonts
- Hide redundant "Introduction" title on home page
2025-12-08 21:10:43 -08:00
f-trycua
8865b008ab Restructure docs 2025-12-06 21:12:45 -08:00
f-trycua
8588f221a2 Fix text centering with not-prose and reset margins
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06 19:20:52 -08:00
f-trycua
74293598d0 Center text vertically in hero card
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06 19:20:26 -08:00
f-trycua
1a8af5dbb8 Fix hero border radius and use Tailwind classes
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06 19:19:56 -08:00
f-trycua
badcd9e8a3 Use inline styles for hero positioning
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06 19:18:57 -08:00
f-trycua
729c12a32f Fix text centering and card sizing in hero
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06 19:17:57 -08:00
f-trycua
f60a2a678d Make hero image smaller with fixed height
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06 19:15:20 -08:00
f-trycua
38edd3915c Add opacity card behind hero text
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06 19:14:37 -08:00
f-trycua
ab04e6a4ac Zoom hero background image with scale-150
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06 19:13:17 -08:00
f-trycua
9a29848a54 Make cards even smaller: reduce gap, icons, and font size
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06 19:11:09 -08:00
f-trycua
9336c818e7 Make cards smaller: 4 columns, no descriptions
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06 19:09:38 -08:00
f-trycua
d7160f3bcb Use separate img tags with dark: variant for theme switching
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06 19:08:45 -08:00
f-trycua
453c12dc9e Use natural image dimensions for hero banner
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06 19:08:03 -08:00
f-trycua
a1967e75f3 Improve hero image: use 3:1 aspect ratio and lighter overlay
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06 19:07:17 -08:00
f-trycua
6c04e68017 Fix image paths to use /docs/img/ prefix
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06 19:06:24 -08:00
f-trycua
f543f3dfd1 Fix hydration error by using span instead of p tag
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06 19:05:36 -08:00