AI-Assisted Workflow
To help AI assistants (like Claude, ChatGPT, etc.) provide better support for Nillion development, we provide structured information about our platform, APIs, and development patterns.
Nillion Builder Guide LLM
The Nillion Builder Guide LLM is a specialized ChatGPT assistant trained on the Nillion docs and development patterns. Chat with it directly to learn about Nillion and start building privacy-preserving apps using Nillion solutions.
llm.txt
Our llm.txt
file contains comprehensive information about Nillion's architecture, developer tools, and integration guides. AI assistants can use this to understand:
- Core concepts like Blind Computation and Blind Modules
- Developer flow from wallet creation to app deployment
- Private Storage and Private LLMs solutions
- SDKs, tools, and code examples
- Links to detailed documentation and tutorials
Access the llm.txt: https://docs.nillion.com/llm.txt
How to Use
When working with AI assistants on Nillion projects:
- Reference the llm.txt: Point your AI assistant to
https://docs.nillion.com/llm.txt
for comprehensive context - Ask specific questions: The more specific your questions, the better assistance you'll receive
- Mention your platform: Specify if you're using Node.js, Next.js, React, or Python for targeted guidance
- Include your use case: Whether building Private Storage or Private LLMs applications
Example Prompts
Note: These prompts assume you already have a Nillion API Key. If you don't have one yet, follow the nilPay Guide to subscribe to services.
- Private Storage
- Private LLMs
- "What is Nillion Private Storage? Reference https://docs.nillion.com/llm.txt"
- "Help me build a Next.js app with Nillion Private Storage using https://docs.nillion.com/llm.txt"
- "Show me how to create Nillion Private Storage collections using https://docs.nillion.com/llm.txt"
- "I need to encrypt sensitive data. Use https://docs.nillion.com/llm.txt for guidance"
- "Help me configure nilDB nodes for my React app using https://docs.nillion.com/llm.txt"
- "Help me store healthcare data securely using Nillion https://docs.nillion.com/llm.txt"
- "What are Nillion Private LLMs? Reference https://docs.nillion.com/llm.txt"
- "Help me make private AI requests using Nillion https://docs.nillion.com/llm.txt"
- "Help me choose the right Private LLM model using https://docs.nillion.com/llm.txt"
- "I want to build a chat app with Private LLMs. Guide me using https://docs.nillion.com/llm.txt"
Contributing
If you notice gaps in AI assistant understanding of Nillion concepts, please let us know. The llm.txt is regularly updated to improve AI comprehension of our tools and documentation.