awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • shadcn-ui/taxonomyالصورة الرمزية لـ shadcn-ui

    shadcn-ui/taxonomy

    19,248عرض على GitHub↗

    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/nextraالصورة الرمزية لـ shuding

    shuding/nextra

    13,842عرض على GitHub↗

    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-remoteالصورة الرمزية لـ hashicorp

    hashicorp/next-mdx-remote

    3,073عرض على GitHub↗

    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.