awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesMarkdown Serializers

Compilers that translate markdown source into serialized formats for transmission between server and client.

Distinct from Source-to-Bytecode Compilers: Focuses on transforming markdown into a portable serialized format rather than bytecode for a virtual machine

Explore 1 awesome GitHub repository matching programming languages & runtimes · Markdown Serializers. Refine with filters or upvote what's useful.

Awesome Markdown Serializers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • hashicorp/next-mdx-remoteAvatar von hashicorp

    hashicorp/next-mdx-remote

    3,073Auf GitHub ansehen↗

    next-mdx-remote is a rendering library for Next.js that serializes and renders MDX content from remote sources. It functions as a secure MDX compiler and remote content serializer, transforming MDX strings from external APIs or databases into a format compatible with client-side hydration. The library distinguishes itself through a secure compilation process that restricts JavaScript execution and global variable access to prevent remote code execution. It utilizes a custom component mapper to replace standard HTML elements in markdown with specific React components, allowing for dynamic cont

    Compiles markdown into a serialized intermediate representation on the server to avoid shipping heavy compilers to the browser.

    TypeScript
    Auf GitHub ansehen↗3,073
  1. Home
  2. Programming Languages & Runtimes
  3. Bytecode Compiled Languages
  4. Source-to-Bytecode Compilers
  5. Markdown Serializers