awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesMDX Rendering Frameworks

Libraries designed to serialize and render MDX content within web application frameworks.

Distinct from Next.js Development: Focuses on the full pipeline of remote MDX serialization and rendering rather than general Next.js development

Explore 3 awesome GitHub repositories matching web development · MDX Rendering Frameworks. Refine with filters or upvote what's useful.

Awesome MDX Rendering Frameworks GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • shadcn-ui/taxonomyshadcn-ui का अवतार

    shadcn-ui/taxonomy

    19,248GitHub पर देखें↗

    Taxonomy is a full-stack application template and reference implementation built with the Next.js app router. It serves as a comprehensive starter for developing web applications using server components and modern React patterns. The project integrates a variety of specialized systems, including an identity management workflow for OAuth and session handling, and a billing system for managing recurring subscriptions and payment events. It also features a content pipeline that transforms Markdown and JSX files into type-safe data collections for rendering blogs and documentation. The architect

    Renders interactive documentation and blog posts by mixing markdown with JSX components.

    TypeScriptnextauthjsnextjsprisma
    GitHub पर देखें↗19,248
  • shuding/nextrashuding का अवतार

    shuding/nextra

    13,842GitHub पर देखें↗

    Nextra is a documentation framework for Next.js that functions as an MDX static site generator. It enables the creation of structured technical documentation sites by transforming MDX files into themed static pages with built-in layout and navigation. It serves as a React-based documentation tool that allows the integration of custom React components directly into markdown content. The framework distinguishes itself through integrated full-text search and a localization system that manages multilingual content via language routing and translation selectors. It also includes an AI-powered chat

    Transforms MDX files into structured web pages using pre-defined or custom visual themes.

    TypeScriptmarkdownmdxnextjs
    GitHub पर देखें↗13,842
  • hashicorp/next-mdx-remotehashicorp का अवतार

    hashicorp/next-mdx-remote

    3,073GitHub पर देखें↗

    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

    Provides a comprehensive library for serializing and rendering MDX content from remote sources within Next.js applications.

    TypeScript
    GitHub पर देखें↗3,073
  1. Home
  2. Web Development
  3. MDX Rendering Frameworks

सब-टैग एक्सप्लोर करें

  • Client-Side ExecutionRendering MDX content exclusively in the browser to enable interactive component testing and previews. **Distinct from MDX Rendering Frameworks:** Distinct from MDX Rendering Frameworks: focuses specifically on the client-only execution mode for interactivity.