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

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

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

12 रिपॉजिटरी

Awesome GitHub RepositoriesStatic Generation

Tools for pre-rendering pages into static assets.

Distinguishing note: Focuses on incremental generation of static files.

Explore 12 awesome GitHub repositories matching web development · Static Generation. Refine with filters or upvote what's useful.

Awesome Static Generation GitHub Repositories

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

    awesome-selfhosted/awesome-selfhosted

    299,516GitHub पर देखें↗

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

    Converts web feeds into static HTML pages for lightweight viewing.

    awesomeawesome-listcloud
    GitHub पर देखें↗299,516
  • facebook/reactfacebook का अवतार

    facebook/react

    245,669GitHub पर देखें↗

    React एक JavaScript लाइब्रेरी है, जो कॉम्पोनेंट-आधारित आर्किटेक्चर और यूनिडायरेक्शनल डेटा फ्लो का उपयोग करके यूजर इंटरफेस बनाने के लिए है।

    Produces complete static HTML pages by resolving asynchronous data before final output.

    JavaScriptjavascriptuifrontend
    GitHub पर देखें↗245,669
  • gatsbyjs/gatsbygatsbyjs का अवतार

    gatsbyjs/gatsby

    55,941GitHub पर देखें↗

    Gatsby is a React static site generator and hybrid rendering framework used to build websites by pre-rendering components into static HTML files for delivery via content delivery networks. It functions as a hybrid rendering platform that supports a combination of static generation, server-side rendering, and deferred page loading. The framework operates as a GraphQL data aggregator, pulling content from various APIs, headless CMS integrations, and files into a single unified schema for frontend queries. It also serves as a frontend performance optimizer, automating code splitting, resource pr

    Pre-renders pages into static assets suitable for high-performance delivery via CDNs.

    JavaScriptblogcompilergatsby
    GitHub पर देखें↗55,941
  • dioxuslabs/dioxusDioxusLabs का अवतार

    DioxusLabs/dioxus

    36,400GitHub पर देखें↗

    Dioxus is a cross-platform development framework designed for building native desktop, mobile, and web applications from a single codebase. It utilizes a declarative component model and macro-powered syntax to define reusable interface elements, which are then rendered as native widgets or web elements. At its core, the framework employs a signal-based reactivity system that tracks state dependencies to trigger granular updates, ensuring efficient interface performance without re-rendering the entire application tree. The framework distinguishes itself through a unified full-stack runtime tha

    Generates static files in a designated directory to store pre-rendered pages.

    Rustandroidcssdesktop
    GitHub पर देखें↗36,400
  • sveltejs/kitsveltejs का अवतार

    sveltejs/kit

    20,586GitHub पर देखें↗

    SvelteKit is a framework for full-stack web development that combines routing and server-side rendering to create websites with both client-side interactivity and server-side logic. It provides the infrastructure to build a variety of application types, including single page applications and static sites. The project utilizes an adapter-based deployment system to support multi-platform hosting. This allows a single codebase to be packaged for different environments, such as standalone Node servers, serverless edge deployments on Cloudflare, or hosted platforms like Vercel and Netlify. The fr

    Generates static HTML files for application routes during the build process for faster delivery.

    JavaScript
    GitHub पर देखें↗20,586
  • hemanth/functional-programming-jargonhemanth का अवतार

    hemanth/functional-programming-jargon

    18,644GitHub पर देखें↗

    This project is an educational resource for functional programming education, focused on teaching core concepts and terminology through simple definitions and practical code examples. It provides a way to study fundamental vocabulary and illustrative examples to assist with the transition from imperative to functional programming. The resource serves as a reference for building a professional software engineering vocabulary, enabling more effective communication of technical terms used within the functional paradigm. The site is implemented using static site generation, utilizing markdown co

    Converts raw markdown source files into permanent static HTML pages during the build process.

    fpfunctional-programming
    GitHub पर देखें↗18,644
  • shekhargulati/52-technologies-in-2016shekhargulati का अवतार

    shekhargulati/52-technologies-in-2016

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

    This project serves as a comprehensive educational repository and technical reference collection, documenting a wide range of software engineering practices and modern development technologies. It provides a structured learning path for developers, curating tutorials and practical examples that cover the full lifecycle of application development, from initial project scaffolding to deployment and maintenance. The repository distinguishes itself by offering deep technical insights into complex architectural patterns, including actor-based concurrency models for managing parallel tasks and cont

    Converts markup-based content and layouts into static HTML files for deployment.

    JavaScriptawesomeawesome-listblog
    GitHub पर देखें↗7,311
  • googlecodelabs/toolsgooglecodelabs का अवतार

    googlecodelabs/tools

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

    This project is an interactive tutorial generator and static site generator that transforms source documents, such as Markdown and Google Docs, into structured instructional guides. It functions as a documentation conversion tool that compiles source content into static HTML assets and metadata for distribution to public or private audiences. The system utilizes a custom element UI framework to embed interactive instructional components using standard HTML custom elements, removing the need for external JavaScript frameworks. It supports multi-format content export, allowing a single source o

    Produces standalone HTML and Markdown artifacts for deployment to any static web server or cloud storage.

    Go
    GitHub पर देखें↗4,822
  • github/exploregithub का अवतार

    github/explore

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

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

    Pre-renders curated metadata and structured files into a public static web presence for project discovery.

    Rubycollectionscommunity-drivenexplore
    GitHub पर देखें↗4,791
  • onejs/oneonejs का अवतार

    onejs/one

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

    One एक फुल-स्टैक, क्रॉस-प्लेटफ़ॉर्म React फ्रेमवर्क और मल्टी-टारगेट रेंडरिंग इंजन है जिसे एक ही कोडबेस से वेब और नेटिव एप्लिकेशन बनाने के लिए डिज़ाइन किया गया है। यह साझा कंपोनेंट्स को मैनेज करने के लिए Vite-बेस्ड बिल्ड पाइपलाइन का उपयोग करता है, साथ ही एक टाइप-सेफ फ़ाइल-सिस्टम राउटर प्रदान करता है जो स्वचालित रूप से नेविगेशन परिभाषाएं जनरेट करता है। यह फ्रेमवर्क हाइब्रिड रेंडरिंग रणनीति का समर्थन करके खुद को अलग करता है, जिससे व्यक्तिगत रूट्स को स्टेटिक साइट्स, सर्वर-रेंडर किए गए पेजों या सिंगल-पेज एप्लिकेशन्स के रूप में कॉन्फ़िगर किया जा सकता है। यह प्लेटफ़ॉर्म-विशिष्ट लॉजिक रिज़ॉल्यूशन और वेब व नेटिव दोनों टारगेट एनवायरनमेंट के लिए कंपाइलेशन को कोऑर्डिनेट करने के लिए एक साझा Vite प्लगइन का उपयोग करता है। यह सिस्टम सर्वर-साइड डेटा लोडर्स, API रूट मैनेजमेंट और मिडलवेयर-बेस्ड रिक्वेस्ट इंटरसेप्शन सहित क्षमताओं के एक व्यापक सेट को कवर करता है। यह मोबाइल नेविगेशन के लिए नेटिव डिवाइस फ़ीचर इंटीग्रेशन और ब्रिज-बेस्ड लेआउट के लिए टूल्स प्रदान करता है, साथ ही पैरेलल स्टेटिक जनरेशन और एसेट प्रीलोडिंग जैसी परफॉरमेंस ऑप्टिमाइज़ेशन भी प्रदान करता है। एप्लिकेशन्स को प्रोडक्शन सर्वर या Vercel और Cloudflare सहित सर्वरलेस एज प्लेटफ़ॉर्म पर तैनात किया जा सकता है।

    Reduces build times by leveraging parallel worker threads to generate static HTML pages more quickly.

    TypeScriptlocal-firstreactreact-native
    GitHub पर देखें↗4,475
  • wangshusen/drlwangshusen का अवतार

    wangshusen/DRL

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

    DRL is a curated educational resource that teaches deep reinforcement learning through a structured series of lectures and videos. It covers the three main families of reinforcement learning methods: actor-critic architectures, value-based algorithms like Q-learning and DQN, and policy-based techniques that directly optimize an agent's action-selection strategy. The curriculum extends beyond these core topics to include imitation learning, multi-agent training, and methods for handling continuous action spaces. Content is organized as markdown-driven documentation that generates static, navig

    Generates navigable educational content from markdown source files without dynamic server-side processing.

    GitHub पर देखें↗4,512
  • xemle/home-galleryxemle का अवतार

    xemle/home-gallery

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

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

    Creates a standalone static version of a media collection to facilitate offline viewing or simplified hosting without backend requirements.

    JavaScriptcalculate-previewsexifface-detection
    GitHub पर देखें↗1,158
  1. Home
  2. Web Development
  3. Static Generation

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

  • Parallel GenerationUses worker threads to generate multiple static pages concurrently during the build process. **Distinct from Static Generation:** Focuses on the concurrent execution of the generation process rather than the general concept of pre-rendering assets.