Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1017 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 1017 Bytes

mdx.do - MDX Primitives & Utilities

MDX is extremely powerful in that it has 4 integrated capabilities:

  • Structured Data - human-friendly YAML-based frontmatter
  • Unstructed Content - human-friendly Markdown below the frontmatter
  • Executable Code - develop Javascript/Typescript functions to export
  • UI Components - design and render JSX/React Components

NPM Packages

  • @mdx.do/admin - MDX Search, Edit, & Preview Dashboard
  • @mdx.do/ai - AI Functions, Workflows, and Agents in MDX
  • @mdx.do/api - Develop and Document APIs entirely in MDX
  • @mdx.do/app - Develop CRUD-based Apps entirely in MDX
  • @mdx.do/db - MDX as Structured Data, Unstructured Content, Code, & UI
  • @mdx.do/mdx - Manipulate, Compile & Evaluate MDX Content & Data
  • @mdx.do/sdk - Develop NPM Packages & SDKs entirely with MDX
  • @mdx.do/site - Develop Websites entirely with MDX
  • @mdx.do/ui - React Components and MDX Utilities