Docs for LLMs

Last Updated: August 12, 2025

We support the llms.txt convention for making documentation available to large language models and the applications that make use of them.

These files contain curated, LLM-friendly content that helps AI assistants understand and work with DigiSim's digital circuit simulation platform. Each file is optimized for different context window sizes and use cases.

Learn more about the llms.txt specification at llmstxt.org.

Root-level Files

Currently, we have the following root-level files available:

/llms.txt — a listing of the available files
/llms-full.txt — complete documentation for DigiSim platform, components, and APIs
/llms-medium.txt — compressed documentation for use with medium context windows
/llms-small.txt — highly compressed documentation for use with smaller context windows

Package-level Documentation

Detailed documentation for specific DigiSim modules:

/docs/playground/llms.txt — Circuit playground and simulator documentation
/docs/playground/llms-small.txt — Compressed playground documentation
/docs/components/llms.txt — Logic components and gates documentation
/docs/components/llms-small.txt — Compressed components documentation
/docs/api/llms.txt — API reference and integration guide
/docs/api/llms-small.txt — Compressed API documentation

Specialized Documentation

Additional technical documentation for advanced use cases:

/docs/templates/llms.txt — Educational circuit templates and learning progression
/docs/simulation/llms.txt — Simulation engine technical documentation
/docs/frontend/llms.txt — Angular frontend architecture documentation
/docs/subscription/llms.txt — Subscription system and access control

Usage Guidelines

To effectively use these LLM documentation files:

  • Choose the right version: Use llms-full.txt for comprehensive context, llms-medium.txt for balanced detail, or llms-small.txt for limited context windows
  • Package-specific docs: Reference specific module documentation when working with particular DigiSim features
  • Context optimization: Combine multiple files as needed, but be mindful of total context window limits
  • Regular updates: Documentation is updated regularly to reflect platform changes and improvements

These files are designed to help AI assistants provide accurate, contextual assistance with DigiSim's digital circuit simulation platform.