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

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

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

21 रिपॉजिटरी

Awesome GitHub RepositoriesServer-Side Rendering Frameworks

Development environments that generate server-rendered application bundles to handle template rendering and environment-specific logic.

Explore 21 awesome GitHub repositories matching web development · Server-Side Rendering Frameworks. Refine with filters or upvote what's useful.

Awesome Server-Side Rendering Frameworks GitHub Repositories

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

    vitejs/vite

    81,611GitHub पर देखें↗

    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 development phase. By maintaining an environment-aware module graph, it supports concurrent development across client, server, and custom runtime environments. The project distinguishes itself through a high-performance development server that utilizes a hot module replacement pr

    Coordinates the generation of both client and server bundles to enable performant, environment-aware server-side rendering.

    TypeScriptbuild-tooldev-serverfrontend
    GitHub पर देखें↗81,611
  • ruanyf/react-demosruanyf का अवतार

    ruanyf/react-demos

    16,471GitHub पर देखें↗

    This project is a collection of practical code samples and demonstrations for building user interfaces with React. It serves as a set of examples illustrating common interface patterns, state management techniques, and the implementation of modular, reusable components. The repository provides specific demonstrations for several core development areas. These include samples for retrieving and rendering asynchronous data from external APIs, managing component lifecycles during mounting and unmounting, and handling internal state to sync form inputs. It also includes guides for direct document

    Generates fully-formed HTML on the server for faster initial page loads.

    JavaScript
    GitHub पर देखें↗16,471
  • vuejs/piniavuejs का अवतार

    vuejs/pinia

    14,480GitHub पर देखें↗

    Pinia is a state management library for Vue applications that provides a centralized, type-safe architecture for organizing reactive data. It utilizes a modular store pattern, allowing developers to define independent, reusable state containers that manage shared application data, computed getters, and executable actions. The library distinguishes itself through a flexible definition model that supports both functional setup patterns and traditional object-based structures. It features a plugin-based extension architecture that enables developers to hook into the store lifecycle for custom fu

    Connects state management to server-side rendering lifecycles to ensure seamless data hydration.

    TypeScriptcomposition-apissrstore
    GitHub पर देखें↗14,480
  • timlrx/tailwind-nextjs-starter-blogtimlrx का अवतार

    timlrx/tailwind-nextjs-starter-blog

    10,503GitHub पर देखें↗

    This is a markdown-based blog engine and Next.js starter template that renders posts from files with frontmatter support for tags, authors, and metadata. It functions as a static site generator, building a complete blog into deployable HTML files for any hosting provider, while using Tailwind CSS utility classes for fully customizable typography, layout, and color schemes. The template generates RSS feeds, sitemaps, and structured metadata for search engine visibility, and supports connecting to external services like analytics tracking and comment sections through configurable plugin modules

    Combines static generation for blog content with server-side rendering for dynamic features like analytics.

    TypeScriptbloggingdemo-blogmdx
    GitHub पर देखें↗10,503
  • javalin/javalinjavalin का अवतार

    javalin/javalin

    8,290GitHub पर देखें↗

    Javalin is a lightweight web framework for Java and Kotlin designed for building REST APIs and web applications. It functions as an embedded Jetty web server, allowing applications to run as standalone processes without the need for an external servlet container. The project provides specialized frameworks for diverse communication patterns, including a REST API framework with automatic OpenAPI schema generation, a GraphQL API framework with query and mutation resolvers, and a WebSocket server for bidirectional real-time communication. It also includes a dedicated framework for pushing real-t

    Renders Vue component files directly on the server to generate HTML pages without a separate frontend build step.

    Kotlinhacktoberfestjavajavalin
    GitHub पर देखें↗8,290
  • markdoc/markdocmarkdoc का अवतार

    markdoc/markdoc

    8,060GitHub पर देखें↗

    Markdoc is a documentation content framework that extends standard Markdown with custom tags, typed schemas, and reusable components, parsing content into an abstract syntax tree and rendering it as React elements or HTML. It provides a structured authoring system where documents are processed through an AST-based pipeline, enabling validation, transformation, and flexible output generation. The framework distinguishes itself through a schema-driven validation pipeline that checks document structure and attribute values against defined rules, and a pluggable renderer architecture that accepts

    Registers and renders Next.js-specific tags directly inside content for framework integration.

    TypeScriptauthoringdocumentationmarkdoc
    GitHub पर देखें↗8,060
  • transitive-bullshit/nextjs-notion-starter-kittransitive-bullshit का अवतार

    transitive-bullshit/nextjs-notion-starter-kit

    7,021GitHub पर देखें↗

    This is an opinionated starter kit that turns a Notion workspace into a fast, SEO-friendly website using Next.js and Vercel. It functions as a static site generator that builds a complete website from Notion content during the build process, integrating Notion as a content management system to pull pages and render them as a web site. The kit generates automatic social images for each page, creates human-readable URL slugs from page titles, and produces search-engine-optimized pages from Notion content. It includes a keyboard-driven search overlay and table of contents for navigating content

    Generates HTML pages at build time using Next.js getStaticProps and getStaticPaths for fast, pre-rendered delivery.

    TypeScriptblognextjsnotion
    GitHub पर देखें↗7,021
  • i18next/next-i18nexti18next का अवतार

    i18next/next-i18next

    6,158GitHub पर देखें↗

    next-i18next is an internationalization library that integrates the i18next ecosystem into Next.js applications, supporting both the App Router and Pages Router. It provides locale-aware routing middleware, server-component translation hydration, and a unified translation management system that works across server and client components. The library handles automatic language detection from browser cookies and HTTP Accept-Language headers, persists user language preferences across sessions, and rewrites URLs with locale prefixes for proper routing. It includes a translation hydration framework

    Provides the core i18n framework that adds locale detection, translation loading, and hydration to Next.js apps.

    TypeScripti18nextnextnextjs
    GitHub पर देखें↗6,158
  • solidjs/solid-startsolidjs का अवतार

    solidjs/solid-start

    5,883GitHub पर देखें↗

    Solid Start is a full-stack web framework built on Solid.js that combines file-based routing, multi-mode rendering, and client hydration into a single application framework. It enables developers to build complete web applications with server-rendered pages, client-side interactivity, and API endpoints from one codebase, while supporting deployment across multiple hosting platforms through a system of platform-specific adapters. The framework distinguishes itself through its multi-mode rendering engine, which allows per-page selection between client-side rendering, server-side rendering, stat

    Generates HTML on the server for each request, delivering fully populated pages to the browser.

    TypeScriptfile-system-routingfine-grained-reactivitymeta-framework
    GitHub पर देखें↗5,883
  • catchchat/yepCatchChat का अवतार

    CatchChat/Yep

    5,876GitHub पर देखें↗

    Meet Genius

    Built with Next.js using server rendering and static generation for the full application.

    Swift
    GitHub पर देखें↗5,876
  • observablehq/plotobservablehq का अवतार

    observablehq/plot

    5,305GitHub पर देखें↗

    This is a grammar of graphics visualization library used to build charts by mapping tabular data to visual marks. It functions as an SVG data visualization tool and an exploratory data analysis API, allowing users to render complex visualizations and geographic maps. The library features a GeoJSON map renderer that projects spherical coordinates into two-dimensional pixel space and an Apache Arrow visualization interface for high-efficiency data processing. Its capability surface covers data transformation through binning and grouping, visual encoding via automatic scale inference and color

    Integrates with component-based frameworks via client-side DOM insertion or server-side virtual DOM rendering.

    HTMLchartsd3data-visualization
    GitHub पर देखें↗5,305
  • haoziqaq/varlethaoziqaq का अवतार

    haoziqaq/varlet

    5,324GitHub पर देखें↗

    Varlet is a Vue 3 material design component library and cross-platform UI framework. It provides a collection of reusable interface elements based on Material Design 2 and 3 standards for building responsive web applications. The library features integrated support for internationalization and multi-language content localization. It includes a theming system that utilizes CSS variables to enable dark mode, color scheme toggling, and custom branding. The toolkit is designed for server-side rendering to improve initial page load speeds and search engine optimization. It includes responsive com

    Generates HTML on the server to reduce initial load times and enhance search engine indexing.

    Vue
    GitHub पर देखें↗5,324
  • gluestack/gluestack-uigluestack का अवतार

    gluestack/gluestack-ui

    4,931GitHub पर देखें↗

    gluestack-ui is a cross-platform React component library built with Tailwind CSS. It provides over 30 pre-built, accessible components that can be installed by copying their source files directly into a project, giving developers full control over customization without external runtime dependencies. Every component implements WAI-ARIA patterns, keyboard navigation, and screen reader support out of the box. A key differentiator is the copy-paste architecture: rather than a traditional package dependency, component source code is placed in the project, allowing direct editing and eliminating ve

    Configures components to integrate seamlessly with Next.js server-side rendering and static generation.

    TypeScriptaccessibilitycomponent-librarycustomizable-components
    GitHub पर देखें↗4,931
  • effector/effectoreffector का अवतार

    effector/effector

    4,837GitHub पर देखें↗

    Effector is a reactive state management library designed for building complex, event-driven applications. It functions as a data flow engine that models application logic as a directed acyclic graph, ensuring that state updates propagate automatically through interconnected nodes. By utilizing atomic state updates and declarative unit composition, the library maintains data consistency and provides a predictable execution model for managing application state. The project distinguishes itself through its framework-agnostic architecture, which decouples business logic from user interface implem

    Provides a shared scope to read and update stores and trigger events during server-side rendering to ensure data consistency.

    TypeScriptbusiness-logiceffectorevent-driven
    GitHub पर देखें↗4,837
  • amannn/next-intlamannn का अवतार

    amannn/next-intl

    4,304GitHub पर देखें↗

    next-intl is an internationalization framework for Next.js applications. It provides a system for managing translations, localized routing, and ICU message formatting to deliver multilingual content across server and client components. The project distinguishes itself through a focus on developer experience and type safety, utilizing a TypeScript translation validator that generates declaration files from JSON messages for compile-time key validation. It streamlines translation workflows with tools for automatically extracting strings from source code into message files and synchronizing thos

    Provides a full-featured internationalization framework for Next.js including translation loading and locale detection.

    TypeScriptdate-formattingi18nnext
    GitHub पर देखें↗4,304
  • bagisto/nextjs-commercebagisto का अवतार

    bagisto/nextjs-commerce

    4,287GitHub पर देखें↗

    Bagisto Next.js Commerce is a headless, server-side rendered e-commerce storefront built on Next.js that connects to any backend commerce API exclusively through GraphQL. It delivers SEO-optimized product pages with fast initial loads by combining server-side rendering with incremental static regeneration, and automatically optimizes images for different devices and network conditions. The storefront decouples the user interface from backend commerce logic, enabling flexible integration with any API protocol without modifying the frontend code. It supports the full shopping lifecycle includin

    Renders pages server-side for SEO-optimized product pages with fast initial loads.

    TypeScriptheadlessheadless-commercenextjs
    GitHub पर देखें↗4,287
  • angular/universalangular का अवतार

    angular/universal

    4,001GitHub पर देखें↗

    Angular Universal Angular एप्लिकेशन के लिए एक सर्वर-साइड रेंडरिंग फ्रेमवर्क और स्टेटिक साइट जनरेटर है। यह प्रारंभिक लोड प्रदर्शन और सर्च इंजन ऑप्टिमाइज़ेशन को बेहतर बनाने के लिए सर्वर पर या बिल्ड प्रक्रिया के दौरान HTML उत्पन्न करने के लिए आवश्यक मुख्य इंजन और टूल प्रदान करता है। यह प्रोजेक्ट ऑन-डिमांड HTML जनरेशन के लिए गतिशील सर्वर-साइड रेंडरिंग और पूर्वनिर्धारित मार्गों के लिए स्टेटिक फ़ाइलें बनाने के लिए बिल्ड-टाइम प्रीरेंडरिंग दोनों को सक्षम बनाता है। इसमें एक हाइड्रेशन इंजन है जो सर्वर-साइड स्टेट और कैश किए गए HTTP प्रतिक्रियाओं को क्लाइंट में स्थानांतरित करता है, जिससे ब्राउज़र को एप्लिकेशन स्टार्टअप के दौरान नेटवर्क अनुरोधों को डुप्लिकेट करने से रोका जा सके। यह फ्रेमवर्क व्यापक वेब डिलीवरी ऑप्टिमाइज़ेशन को कवर करता है, जिसमें आइसोमोर्फिक कोड एक्ज़ीक्यूशन और कंटेंट सिक्योरिटी पॉलिसी का अनुपालन करने के लिए इनलाइन स्टाइल का इंजेक्शन शामिल है। ये क्षमताएं सुनिश्चित करती हैं कि सुसंगत एप्लिकेशन स्टेट और विज़ुअल स्थिरता बनाए रखते हुए सर्वर और ब्राउज़र में समान लॉजिक चलता है।

    Renders full page markup on the server for each request to improve initial load speed and SEO.

    TypeScript
    GitHub पर देखें↗4,001
  • tbakerx/react-resume-templatetbakerx का अवतार

    tbakerx/react-resume-template

    2,133GitHub पर देखें↗

    This project is a professional portfolio framework designed to generate responsive, personal resume websites. It utilizes a centralized configuration file to manage work history, skills, and contact information, decoupling content from the visual presentation layer to ensure a structured and consistent professional presence. The framework distinguishes itself by using a data-driven approach where resume content is mapped directly to components, ensuring that updates to professional profiles are reflected across the site through a single source of truth. It leverages static site generation and

    Utilizes a modern framework for server-side rendering and static site generation.

    TypeScriptjavascriptnextjspersonal-website
    GitHub पर देखें↗2,133
  • adrianhajdin/project_next13_car_showcaseadrianhajdin का अवतार

    adrianhajdin/project_next13_car_showcase

    1,887GitHub पर देखें↗

    projectnext13car_showcase is a server-rendered web application built with TypeScript and React that functions as a searchable and filterable vehicle catalogue. The project relies on file-based routing and server-side component rendering to fetch external vehicle datasets and deliver pre-rendered pages to the client. The application incorporates a modular component library styled with utility-first CSS classes for responsive multi-device layouts. Users can browse extensive inventories by filtering vehicle listings according to manufacturer, model, production year, and fuel type. Paginated da

    Delivers a server-rendered web application built with React and TypeScript showcasing a vehicle catalogue.

    TypeScriptnext13next13appnextjs
    GitHub पर देखें↗1,887
  • magicuidesign/portfoliomagicuidesign का अवतार

    magicuidesign/portfolio

    1,399GitHub पर देखें↗

    Portfolio is a developer portfolio website and personal blog publishing template built with Next.js, Tailwind CSS, and React. It provides a static-ready framework designed to showcase professional projects and articles through a minimalist interface with responsive layout adaptation. Site content, metadata, and navigation links are managed through a single centralised configuration file to simplify initial project setup and ongoing updates. The interface incorporates a component-driven UI library alongside declarative motion animations that apply spring physics and keyframe transitions to int

    Provides a static-ready site template that organizes developer portfolios and integrated blog posts through a single centralized configuration file.

    TypeScript
    GitHub पर देखें↗1,399
पिछला12अगला
  1. Home
  2. Web Development
  3. Backend Development
  4. Web Frameworks
  5. Rendering and Layout Architectures
  6. Server-Side Rendering Frameworks

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

  • Framework Integrations1 सब-टैगAdapters that connect state management libraries to specific server-side rendering frameworks. **Distinct from Server-Side Rendering Frameworks:** Focuses on the integration layer between state management and SSR frameworks, distinct from the framework itself.