Skip to content

Nevaberry/dioxus-ai

Repository files navigation

Dioxus AI Documentation

Model-specific documentation for Dioxus, optimized for AI coding assistants.

Purpose

AI models have different knowledge cutoffs and training data. This repository provides pruned documentation tailored to each model's knowledge gaps—only what's genuinely new or Dioxus-specific.

Benefits:

  • Reduced token usage - Don't waste context on concepts the model already knows
  • Focused content - Only novel Dioxus-specific patterns and APIs
  • Model-optimized - Each folder is curated for a specific model's blind spots

Structure

dioxus-ai-docs/
├── PROMPT.md           # Task prompt for new AI models
├── CONTRIBUTING.md     # Guidelines for adding models
├── complete/           # Full unedited documentation
│   ├── AGENTS.md       # Entry point / overview
│   └── architecture/   # Detailed architecture docs
└── <model-name>/       # Model-specific pruned docs

Usage

With Claude Code

# Point Claude to your model's folder
claude --add-dir ./claude-opus-4.5

# Or use the complete docs if your model isn't listed
claude --add-dir ./complete

With Cursor / Continue / Other AI IDEs

Add the appropriate folder to your project context:

  1. Copy the model folder into your project, or
  2. Add it to your IDE's context/reference files setting

With ChatGPT / Claude.ai / Web Interfaces

Copy-paste the contents of 00-QUICK-REFERENCE.md plus any specific files relevant to your task.

Available Model Docs

Model Tokens Knowledge Cutoff Notes
claude-opus-4.5 5,555 May 2025 Subsecond, WASM-split, Manganis focus
complete ~25,000 Full documentation, no pruning

Contributing

To add documentation for a new model:

  1. Give the AI access to this repo
  2. Paste PROMPT.md as instructions
  3. The model will generate its own pruned folder

See CONTRIBUTING.md for detailed guidelines.

Validation

A model's self-assessment of its knowledge may not be perfectly accurate. To help verify:

  1. Check the metadata - Each model folder lists what was pruned
  2. Test with real tasks - If the model struggles, it may need more docs
  3. Compare outputs - Run the same prompt with complete/ vs pruned to check

Source

Documentation sourced from the official Dioxus repository: dioxus/notes/architecture/

License

MIT

About

Documentation for AI

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published