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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 مستودعات

Awesome GitHub RepositoriesDynamic HTML Generators

Scripts that programmatically create and inject HTML elements based on runtime data.

Distinguishing note: Candidates focused on database schemas or AI agents; no candidate covers general HTML element injection.

Explore 7 awesome GitHub repositories matching web development · Dynamic HTML Generators. Refine with filters or upvote what's useful.

Awesome Dynamic HTML Generators GitHub Repositories

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

    wycats/handlebars.js

    18,651عرض على GitHub↗

    Handlebars.js is a JavaScript templating engine used to generate HTML and other text formats by combining static templates with dynamic data. It functions as a logic-less template engine, separating presentation from business logic by restricting the complexity of expressions within templates. The project includes a precompiled template compiler that converts template strings into executable JavaScript functions. This mechanism reduces runtime overhead and improves rendering performance by shifting the compilation process to a build step. The engine provides a custom helper framework for ext

    Combines static templates with dynamic data sources to programmatically generate HTML markup.

    JavaScript
    عرض على GitHub↗18,651
  • aui/art-templateالصورة الرمزية لـ aui

    aui/art-template

    9,862عرض على GitHub↗

    art-template هو محرك قوالب JavaScript ومحرك عرض من جانب الخادم. يعمل كمترجم لشجرة بناء الجملة المجردة (AST) يقوم بترجمة كود مصدر القالب إلى JavaScript قابل للتنفيذ لإنشاء مخرجات HTML أو نصية. يتضمن المحرك نظام وراثة للقوالب يسمح بتعريف التخطيطات الأساسية وكتل المحتوى القابلة لإعادة الاستخدام. كما يوفر أداة لتصحيح أخطاء القوالب تقوم بتعيين أخطاء بناء الجملة وأخطاء وقت التشغيل إلى أرقام الأسطر الدقيقة داخل ملفات المصدر.

    Programmatically creates and injects HTML elements based on runtime data for websites and applications.

    JavaScript
    عرض على GitHub↗9,862
  • hubspot/odometerالصورة الرمزية لـ HubSpot

    HubSpot/odometer

    7,298عرض على GitHub↗

    Odometer is a JavaScript number animation library and frontend UI tool designed to create fluid counting effects. It functions as a numerical transition component that updates numbers on a page using animated rolling or sliding transitions. The library focuses on numerical value animation and data transition effects, allowing users to transition smoothly between two numerical values. This is used for updating metrics and key performance indicators in dynamic dashboard visualizations to avoid abrupt jumps in data displays.

    Generates the necessary HTML structure for digit columns on the fly based on provided values.

    CSS
    عرض على GitHub↗7,298
  • anglesharp/anglesharpالصورة الرمزية لـ AngleSharp

    AngleSharp/AngleSharp

    5,499عرض على GitHub↗

    AngleSharp is an HTML5 DOM parser and web scraping framework designed to parse HTML5, SVG, and MathML documents into a W3C compliant document object model. It functions as a programmatic HTML generator and a CSS selector engine for querying and locating specific elements within a DOM. The project provides tools for simulating browser environments to automate web interactions, navigate URLs, and submit forms. It includes a dedicated HTML and CSS minifier to reduce the file size of web assets by removing unnecessary characters. The library supports HTML DOM manipulation and the extraction of s

    Programmatically creates and structures HTML elements to generate dynamic web content.

    C#angle-bracketanglesharpc-sharp
    عرض على GitHub↗5,499
  • pywebio/pywebioالصورة الرمزية لـ pywebio

    pywebio/PyWebIO

    4,817عرض على GitHub↗

    PyWebIO هو إطار عمل لتطبيقات الويب بلغة Python ومكتبة واجهة مستخدم قائمة على النصوص تسمح ببناء واجهات ويب تفاعلية دون كتابة HTML أو CSS أو JavaScript. يعامل متصفح الويب كطرفية غنية، ويترجم استدعاءات دوال Python إلى عناصر واجهة مستخدم ويلتقط مدخلات المستخدم من خلال حلقة طلب واستجابة متزامنة. يعمل إطار العمل كخادم تطبيقات ويب غير متزامن ينفذ جلسات المستخدم كـ Coroutines للتعامل مع تفاعلات متزامنة متعددة على خيط واحد (Thread). كما يعمل كواجهة لتصور البيانات، مما يتيح الرندرة المباشرة للمخططات والرسوم البيانية التفاعلية من مكتبات خارجية داخل المتصفح. يغطي النظام مجموعة واسعة من قدرات النشر والتهيئة، بما في ذلك نشر خدمة الويب المستقلة، واستضافة تطبيقات متعددة، وتصدير خوادم WSGI و ASGI. ويوفر أدوات لبناء واجهة المستخدم الرسومية للمتصفح، وتهيئة بيانات تعريف التطبيق، وإنشاء ملفات تعريف الويب للتثبيت على الأجهزة المحمولة. يمكن نشر التطبيقات كخدمات مستقلة أو تضمينها في إطارات عمل ويب موجودة باستخدام محولات وتوجيه قياسي.

    Translates high-level Python function calls into dynamic HTML and JavaScript payloads for the browser.

    Pythonpywebio
    عرض على GitHub↗4,817
  • linkedin/dustjsالصورة الرمزية لـ linkedin

    linkedin/dustjs

    2,913عرض على GitHub↗

    Dustjs is a JavaScript templating engine and asynchronous template renderer. It functions as an isomorphic HTML generator, producing consistent output across both client and server environments. The system employs a logic-less template syntax to separate presentation from business logic, utilizing simple tags for iteration and conditional checks. It supports asynchronous data resolution, allowing the rendering process to pause and resume as external data sources respond. The engine provides capabilities for dynamic HTML generation, server-side rendering, and client-side templating. It utiliz

    Generates website pages by injecting runtime data into predefined templates across both client and server environments.

    JavaScript
    عرض على GitHub↗2,913
  • yanhaijing/template.jsالصورة الرمزية لـ yanhaijing

    yanhaijing/template.js

    1,320عرض على GitHub↗

    Template.js is a JavaScript template engine designed for parsing and rendering dynamic HTML content in both browser and server-side environments. It functions as a frontend logic library that manages complex user interfaces through data injection, template composition, and extensible rendering logic. The engine distinguishes itself by prioritizing performance through build-time template compilation, which transforms template files into executable modules or functions to minimize runtime overhead. It also incorporates a secure execution sandbox that restricts template logic to a controlled sco

    Injects data into templates to generate dynamic HTML fragments for web applications.

    JavaScriptarttemplatebaidutemplatebrowserify
    عرض على GitHub↗1,320
  1. Home
  2. Web Development
  3. Dynamic HTML Generators