iiRecord
Agentic AI Atlas · Slidev
framework:slideva5c.ai
II.
Framework JSON

framework:slidev

Structured · live

Slidev json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/frameworks/frameworks-js-extended.yamlCluster · domain
Record JSON
{
  "id": "framework:slidev",
  "_kind": "Framework",
  "_file": "domain/frameworks/frameworks-js-extended.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Slidev",
    "homepageUrl": "https://sli.dev",
    "belongsToLanguageId": "language:javascript",
    "category": "presentation",
    "description": "Slidev is a developer-focused presentation tool built on Vite and Vue, using Markdown to author slides.\nIt supports code highlighting, animations, LaTeX math, diagrams via Mermaid, and presenter mode,\nletting developers create interactive, web-hosted slide decks entirely in their code editor.\n"
  },
  "outgoingEdges": [
    {
      "from": "framework:slidev",
      "to": "language:javascript",
      "kind": "belongs_to_language"
    },
    {
      "from": "framework:slidev",
      "to": "skill-area:technical-documentation",
      "kind": "used_by_skill_area",
      "attributes": {}
    },
    {
      "from": "framework:slidev",
      "to": "framework:docusaurus",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": []
}