# ZiraDocs > slidelang (`.slidelang`) is a DSL for presentations (HTML/PDF); doclang > (`.doclang`) is a sibling DSL for documents (HTML/PDF/DOCX/Markdown). > Both parse and render through one shared core library. This file is a > machine-readable entry point (per the llms.txt convention) for any LLM > or agent that needs to read, write, or validate either format. ## Start here - Getting started (slidelang): https://ziradocs.com/docs/slidelang/getting-started/ - Getting started (doclang): https://ziradocs.com/docs/doclang/getting-started/ - Spec (AST contract): https://ziradocs.com/spec/ - Playground (try it in the browser, no install): https://ziradocs.com/playground/ ## Status The public source repositories (CLI, spec, MCP server, llm-kit) are being migrated into the `ziradocs` GitHub org as part of the open-source launch. This file will be updated with direct repo links as each one goes live — see https://github.com/ziradocs for current status.