awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Rendering and Layout Architectures · Awesome GitHub Repositories

7 repos

Awesome GitHub RepositoriesRendering and Layout Architectures

Frameworks defined by their approach to generating HTML and managing page structure, distinguishing them from logic-heavy or routing-focused frameworks.

Explore 7 awesome GitHub repositories matching web development · Rendering and Layout Architectures. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. Backend Development
  4. Web Frameworks
  5. Rendering and Layout Architectures

Awesome Rendering and Layout Architectures GitHub Repositories

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

    vuejs/vue

    209,962GitHubView on GitHub↗

    This project is a framework for building user interfaces through a component-based architecture. It utilizes a declarative template syntax and a reactive data-binding system to synchronize application state with the Document Object Model. Developers can construct complex interfaces by composing reusable, self-contained

    TypeScriptframeworkfrontendjavascript
  • twbs/bootstrap

    twbs/bootstrap

    173,988GitHubView on GitHub↗

    Bootstrap is a comprehensive, mobile-first CSS framework designed for building responsive web interfaces. It provides a standardized library of reusable UI components, such as navigation bars, modals, and forms, alongside a robust grid system that ensures consistent layout alignment across diverse viewport sizes. By es

    MDXbootstrapcsscss-framework
  • vitejs/vite

    vitejs/vite

    78,295GitHubView on GitHub↗

    Vite is a frontend build toolchain that provides a unified development and production pipeline for modern web applications. It functions as a modular, environment-agnostic build engine that leverages native ES modules to serve source code directly to the browser, eliminating the need for expensive bundling during the d

    TypeScriptbuild-tooldev-serverfrontend
  • facebook/docusaurus

    facebook/docusaurus

    63,840GitHubView on GitHub↗

    Docusaurus is a documentation framework and static site generator designed to transform markdown files and component templates into optimized web pages. It functions as a content management platform for technical knowledge bases, utilizing a build process that pre-renders content into static HTML and JavaScript bundles

    TypeScriptdocumentationhacktoberfestjavascript
  • angular/angular.js

    angular/angular.js

    58,970GitHubView on GitHub↗

    AngularJS is a structural framework for building dynamic web applications by extending standard HTML with custom tags and attributes. It operates as a client-side template engine that transforms declarative markup into interactive components, organizing application logic through a model-view-controller pattern. By util

    JavaScript
  • withastro/astro

    withastro/astro

    56,962GitHubView on GitHub↗

    Astro is a content-driven web framework designed for building multi-page applications that prioritize performance by shipping minimal JavaScript to the browser. It functions as a static site generator and server-side rendering engine, transforming source files into optimized HTML documents. By utilizing an island archi

    TypeScriptastroblogbrowser
  • obra/superpowers

    obra/superpowers

    55,426GitHubView on GitHub↗

    Superpowers is a browser-based game development engine and collaborative integrated development environment. It provides a unified workspace for building two-dimensional interactive experiences, allowing users to manage code, assets, and scene logic directly within a web browser without the need for local compilers or

    Shell

Explore sub-tags

  • Component Injection EnginesSystems that assemble complex pages by nesting reusable UI fragments into layout shells during the staging process.
  • Component-Based Page LayoutsTools for building unique page structures and interactive features using reusable code blocks.
  • Content-Driven Web FrameworksWeb development tools that prioritize fast page loads by shipping minimal JavaScript to the client.
  • Directive-Based Template Compilers
Systems that transform custom HTML markup into interactive components via document tree parsing.
  • Multi-Page Application FrameworksDevelopment environments designed for building traditional websites where navigation triggers full page reloads.
  • Responsive Web FrameworksFrameworks for building mobile-first, cross-browser compatible web layouts using standardized grid systems.
  • Server-Side Rendering FrameworksDevelopment environments that generate server-rendered application bundles to handle template rendering and environment-specific logic.
  • Universal FrameworksHigher-level frameworks providing a streamlined development experience for universal application rendering.