AI Integration
AI Integration Overview
Use AI tools to accelerate your Oviato development workflow
Modern AI coding assistants can dramatically speed up your Oviato integration. This section covers how to configure the most popular tools for optimal Oviato development.
Quick Comparison
| Tool | Best For | Setup Complexity |
|---|---|---|
| Claude Code | Deep reasoning, complex integrations, security reviews | Low |
| Cursor | Fast iteration, multi-file editing | Low |
| Antigravity | Agentic workflows, multi-file refactors | Low |
| ChatGPT | Quick questions, code review, learning | Low |
| Codex | Automated tasks, background code generation | Low |
The LLM Documentation File
All these tools work best when given context about Oviato. We provide an optimized documentation file:
https://docs.oviato.com/llms-full.txtThis file contains:
- Complete SDK documentation (@oviato/connect and @oviato/sdk)
- Authentication and wallet operation guides
- Code examples for all frameworks
- Changelog and version history
It's automatically regenerated on each deployment to stay current. Learn more about setting it up in the LLM Documentation File guide.
Choosing the Right Tool
Use Claude Code when:
- Building complex authentication flows
- Reviewing security of wallet integrations
- Debugging tricky PSBT signing issues
- You need deep reasoning about your code
- You want to use Oviato Skills for guided development
Use Cursor when:
- Rapidly iterating on UI components
- Making changes across multiple files
- You want inline code suggestions
- Working in a VS Code-style environment
Use Antigravity when:
- You prefer agentic AI that takes action autonomously
- Working on large refactors across many files
- You want a Cursor-like experience with a different workflow
Use ChatGPT when:
- Learning Oviato concepts
- Getting quick answers about the SDK
- Reviewing code snippets
- Creating Custom GPTs for your team
Use Codex when:
- You want AI to run tasks in the background
- Automating repetitive integration work
- Running code generation from GitHub issues