# SlexKit > Markdown-friendly reactive UI runtime for AI output ## LLM Documentation Files - [Full documentation](/llms-full.txt): all canonical English docs pages in one text file. - [Component reference](/llms-components.txt): component docs index plus generated props/state reference. - [Runtime docs](/llms-runtime.txt): runtime, host integration, and secure rendering docs. - [ToolHost docs](/llms-toolhost.txt): structured user-input UI docs. - [Authoring rules](/llms-authoring.txt): concise rules for Markdown `slex` fences. - [AI manifest](/slexkit-ai-manifest.json): structured page, component, and hash metadata. SlexKit raw docs are Markdown (`.md`) with explicit `slex` fences. The interactive layer is the fenced `slex` source inside each Markdown page. Version: 0.2.0 ## Table of Contents ### Guides - [README](/README.md): Root package overview and installation matrix. - [SlexKit Introduction](/docs/guides/intro.md): What SlexKit is and where it fits. - [Quick Start](/docs/guides/quick-start.md): Install SlexKit and render a first Markdown-friendly Slex source. - [Integration](/docs/guides/integration.md): React/Streamdown and Obsidian host plugins for explicit Slex fences. - [Design Guidelines](/docs/guides/design.md): Design and authoring guidelines for SlexKit components and docs. - [Secure Runtime Setup](/docs/guides/security-runtime.md): Decision and setup guide for rendering untrusted or agent-generated Slex source. - [AI / Agents](/docs/guides/ai-agents.md): LLM docs, MCP server, skills, and authoring rules for SlexKit agents. ### Components - [Accordion](/docs/components/accordion.md): Expandable grouped panels. - [Badge](/docs/components/badge.md): Compact label for status or classification. - [Button](/docs/components/button.md): Action trigger. - [Callout](/docs/components/callout.md): Highlighted contextual message. - [Card](/docs/components/card.md): Bordered grouping container. - [Checkbox](/docs/components/checkbox.md): Boolean checkbox input. - [Code Block](/docs/components/code-block.md): Formatted code or log block. - [Collapsible](/docs/components/collapsible.md): Single expandable region. - [Column](/docs/components/column.md): Vertical layout container. - [Divider](/docs/components/divider.md): Visual separator. - [Grid](/docs/components/grid.md): Responsive grid container. - [Icon](/docs/components/icon.md): Shared icon field capability. - [Input](/docs/components/input.md): Text or engineering-value input. - [Link](/docs/components/link.md): Inline navigation link. - [Playground](/docs/components/playground.md): Interactive source preview. - [Progress](/docs/components/progress.md): Progress bar. - [Radio Group](/docs/components/radio-group.md): Single-choice option group. - [Row](/docs/components/row.md): Horizontal layout container. - [Section](/docs/components/section.md): Page section with optional heading chrome. - [Select](/docs/components/select.md): Dropdown selection input. - [Slider](/docs/components/slider.md): Numeric range input. - [Stat](/docs/components/stat.md): Metric display. - [Submit](/docs/components/submit.md): ToolHost submit and ignore controls. - [Switch](/docs/components/switch.md): Boolean switch input. - [Table](/docs/components/table.md): Simple data table. - [Tabs](/docs/components/tabs.md): Tabbed view switcher. - [Text](/docs/components/text.md): Plain text display. - [Toast](/docs/components/toast.md): Transient notification. ### Reference - [Slex Specification](/docs/reference/spec.md): Public Slex expression envelope, component keys, props, directives, and lifecycle. - [Slex Usage Reference](/docs/reference/usage.md): Slex source structure, props, directives, events, theming, custom components, and ToolHost boundaries. - [Runtime Model](/docs/reference/runtime.md): Mounting, ingestion, boot, namespace store, lifecycle, and runtime APIs. - [Host Integration](/docs/reference/integration.md): Markdown renderers, Streamdown, Obsidian, custom hosts, and artifact lifecycle. - [Security Runtime](/docs/reference/security.md): Threat model, sandbox iframe, postMessage bridge, policy, and fail-closed behavior. - [Package Boundaries](/docs/reference/packages.md): Package relationships, installation matrix, and packaging strategy. - [ToolHost](/docs/reference/toolhost.md): Tool call rendering, built-in templates, custom templates, and submit boundaries. - [Icon System](/docs/reference/icons.md): Phosphor icons, custom icon registration, Iconify fallback, and API reference. - [Design Rationale](/docs/reference/rationale.md): Why SlexKit uses object literals, expressions, explicit fences, and secure/trusted modes. ### Releases - [Changelog](/docs/releases/changelog.md): Release notes and notable changes for SlexKit.