Using LLMs
Use Oviato docs with AI code editors like Cursor and GitHub Copilot
Oviato's documentation is LLM-friendly to help developers integrate with Oviato faster using AI code editors.
Use the Oviato docs llms-full.txt file
You can provide your code editor with an llms-full.txt file to use Oviato's docs as context for your code. The following steps show how to do this for Cursor.
Setup in Cursor
- Navigate to Cursor Settings → Features → Docs
- Select "Add new doc" and paste the following URL:
https://docs.oviato.com/llms-full.txt- Use
@docs → Oviatoto reference Oviato's docs in your code
What's Included
The llms-full.txt file contains:
- Complete getting started guides
- Developer dashboard setup instructions
- @oviato/connect SDK documentation (React/Next.js)
- @oviato/sdk documentation (Framework-agnostic)
- Authentication guides
- Wallet operations and transaction signing
- Code examples for all frameworks
- Changelog and version history
Benefits
Using the LLM-friendly docs file allows you to:
- Get instant code suggestions based on Oviato's latest documentation
- Ask questions about Oviato features and get accurate answers
- Generate boilerplate code that follows Oviato's best practices
- Debug faster with context-aware suggestions
- Stay up-to-date as the file is regenerated with each docs deployment
Other AI Code Editors
The llms-full.txt file works with any AI code editor that supports custom documentation sources:
- Cursor: Add via Settings → Features → Docs
- GitHub Copilot: Use with
@docsin chat (if your editor supports it) - Continue.dev: Add as a context provider
- Any LLM: Download the file and provide it as context
Download the File
You can also download the file directly and use it with any LLM:
The file is automatically regenerated on every documentation deployment to ensure it stays current with the latest changes.
Example Usage
After adding the docs to Cursor, you can:
Generate Auth Code
You: Using @docs Oviato, create a Next.js page with Oviato authentication
Cursor: [Generates code using OviConnectProvider and useOviConnect hook]Get Help with APIs
You: Using @docs Oviato, how do I sign a PSBT?
Cursor: [Provides accurate answer from the documentation about signPsbt]Debug Issues
You: Using @docs Oviato, why is my session undefined?
Cursor: [Checks common issues from docs and suggests solutions]Tips for Best Results
- Always use
@docs Oviatoto reference the documentation explicitly - Be specific about which SDK you're using (@oviato/connect or @oviato/sdk)
- Mention your framework (Next.js, Vue, etc.) for framework-specific guidance
- Reference specific features (authentication, signing, transactions) for focused help
Questions?
If you encounter any issues with the LLM-friendly documentation:
- Email us at support@oviato.com