awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Server-Side Rendering Engines · Awesome GitHub Repositories

6 repos

Awesome GitHub RepositoriesServer-Side Rendering Engines

Focuses on engines optimized for generating full HTML responses or email content on the server, distinct from client-side execution.

Explore 6 awesome GitHub repositories matching user interface & experience · Server-Side Rendering Engines. Refine with filters or upvote what's useful.

  1. Home
  2. User Interface & Experience
  3. Layout Utilities
  4. Presentation Engines
  5. Template Engines
  6. Server-Side Rendering Engines

Awesome Server-Side Rendering Engines GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • django/django

    django/django

    86,891GitHubView on GitHub↗

    Django is a full-stack web framework designed for rapid backend development. It provides an integrated environment for building data-driven applications by combining an object-relational mapping layer for database management with a modular request-response pipeline for handling HTTP traffic. The framework emphasizes se

    Injects dynamic application data into HTML templates using a server-side rendering engine with custom tags and filters.

    Pythonappsdjangoframework
  • pallets/flask

    pallets/flask

    71,240GitHubView on GitHub↗

    Flask is a micro web framework designed for building web services with a flexible, lightweight structure. It functions as a standard-compliant WSGI application server, providing the essential tools required to register URL routes, handle incoming HTTP requests, and construct responses. By utilizing a central applicatio

    Generates HTML output from files or strings by merging data dictionaries, with support for streaming rendered content.

    Pythonflaskjinjapallets
  • expressjs/express

    expressjs/express

    68,784GitHubView on GitHub↗

    Express is a minimalist web server framework that provides a foundational runtime environment for building backend web APIs and applications. It operates through a central application object that orchestrates the entire request-response lifecycle, allowing developers to define routes, manage server settings, and proces

    Inject dynamic application data into view templates to render server-side HTML pages before delivery to the browser.

    JavaScriptexpressjavascriptnodejs
  • rails/rails

    rails/rails

    58,297GitHubView on GitHub↗

    This project is a full-stack web framework designed for building database-backed applications through a standardized architectural pattern. It provides a comprehensive suite of integrated libraries that manage the entire request-response lifecycle, from routing incoming web traffic to rendering dynamic server-side temp

    Injects dynamic application data into HTML templates to generate server-side responses and email content.

    Rubyactivejobactiverecordframework
  • TryGhost/Ghost

    TryGhost/Ghost

    51,857GitHubView on GitHub↗

    Ghost is an open-source publishing platform and headless content management system designed for professional publishers. It provides a decoupled architecture that separates the content management backend from the front-end delivery layer, allowing users to manage editorial workflows and site data through structured web

    Maps dynamic database content into structured HTML layouts using a logic-less templating engine for server-side rendering.

    JavaScriptbloggingcmsghost
  • jekyll/jekyll

    jekyll/jekyll

    51,449GitHubView on GitHub↗

    Jekyll is a static site generator that transforms plain text files and markup into complete, deployable websites. It functions as a content management engine and blog-aware publishing platform, orchestrating a multi-stage build process that organizes structured data and source files into a consistent site architecture.

    Executes template logic and filters to inject dynamic data into static HTML structures during generation.

    Rubyblog-enginejekyllliquid

Explore sub-tags

  • Dynamic Template RenderingEngines that generate HTML by replacing variables in static files with dynamic data.
  • HTML Template RenderersTools that generate HTML output by merging data dictionaries with predefined templates or strings.
  • LiquidProcessors specifically designed to parse and execute Liquid markup language for dynamic content generation.
Logic-less Template Engines
Templating languages that map dynamic database content into structured HTML without using embedded logic.
  • Server-Side Template EnginesRendering mechanisms that inject dynamic application data into HTML templates to generate web responses on the server.