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

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

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

15 रिपॉजिटरी

Awesome GitHub RepositoriesCustom Error Pages

Catches runtime errors with built-in handlers and displays custom error pages to maintain a polished user experience.

Distinct from Error Handling: Distinct from Error Handling: focuses on displaying custom error pages rather than general error catching or logging.

Explore 15 awesome GitHub repositories matching testing & quality assurance · Custom Error Pages. Refine with filters or upvote what's useful.

Awesome Custom Error Pages GitHub Repositories

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

    nuxt/framework

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

    Old repo of Nuxt 3 framework, now on nuxt/nuxt

    Catches runtime errors with built-in handlers and displays custom error pages for a polished user experience.

    csrfull-stackhybrid
    GitHub पर देखें↗10,444
  • cyfdecyf/cowcyfdecyf का अवतार

    cyfdecyf/cow

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

    This project is a Go-based HTTP proxy server designed as a censorship circumvention tool. It functions as an upstream proxy manager and SOCKS5 tunneling gateway that routes network traffic between clients and destination servers to bypass network restrictions. The system differentiates itself through automated proxy routing, which detects unreachable websites and automatically switches traffic between direct access and a pool of parent proxies. It includes a PAC file generator to produce proxy auto-config files for browsers and integrates SSH tunneling to establish secure remote sockets. Bro

    Provides formatted HTML error pages to notify users when request failures occur during proxying.

    Go
    GitHub पर देखें↗8,421
  • sveltejs/sappersveltejs का अवतार

    sveltejs/sapper

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

    Sapper is a universal web application framework and server-side rendering framework for Svelte. It enables the development of applications that render views on the server for fast initial loads and hydrate them on the client for subsequent interactivity. The project features a file-based routing engine that maps URL paths to components based on the file system structure. It also functions as a static site generator, exporting production-ready HTML, CSS, and JavaScript files for hosting in environments without a live server. The framework covers full-stack development capabilities, including

    Triggers specific HTTP error codes to display dedicated custom error pages to the user.

    TypeScript
    GitHub पर देखें↗6,931
  • bettererrors/better_errorsBetterErrors का अवतार

    BetterErrors/better_errors

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

    Better Errors is a Rack middleware exception handler and interactive application state inspector for Ruby web applications. It intercepts unhandled exceptions to render developer-friendly error pages that provide detailed stack traces and variable inspection. The tool provides a debugging interface that allows for live code evaluation at every stack frame of an exception. It maps stack trace entries to local filesystem paths for direct navigation to source code in an editor and restricts interface access via IP-based validation. The project covers error response formatting for API and AJAX c

    Renders an interactive error page for Rack applications featuring detailed stack traces and variable inspection.

    Ruby
    GitHub पर देखें↗6,869
  • symfony/translationsymfony का अवतार

    symfony/translation

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

    Symfony Translation is a PHP library and framework component for internationalizing applications. It provides a complete system for managing message catalogs, handling locale-aware string translation, and formatting messages using ICU MessageFormat syntax to support pluralization, gender, and conditional selection. The component organizes translatable strings into named domains, supports key-based lookup that decouples source text from localized versions, and offers deferred rendering through translatable objects that store parameters and render only when output is needed. The library disting

    Allows defining custom controllers to render error pages with configurable log levels and status codes.

    PHPcomponentphpsymfony
    GitHub पर देखें↗6,607
  • rappasoft/laravel-boilerplaterappasoft का अवतार

    rappasoft/laravel-boilerplate

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

    Laravel Boilerplate is a pre-built admin panel and application scaffolding for Laravel that provides a complete backend foundation including user management, role-based permissions, and a CoreUI interface. It serves as a starting point for web application development by bundling essential administrative features into a single, ready-to-use package. The project distinguishes itself through a comprehensive identity management system that combines multi-language support across over 20 locales with two-factor authentication and user impersonation capabilities. Its role-based access control system

    Displays a branded error page when a user navigates to a non-existent route to maintain site consistency.

    PHPboilerplatelaravellaravel-boilerplate
    GitHub पर देखें↗5,630
  • ddnexus/pagyddnexus का अवतार

    ddnexus/pagy

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

    Pagy is a framework-agnostic Ruby pagination library used to split large datasets into numbered pages. It provides multiple implementations for dividing data, including offset-based slicing for standard collections and high-performance keyset pagination for massive datasets. The library includes a pagination UI generator for rendering accessible HTML navigation bars and a dedicated tool for REST API pagination that produces RFC-compliant link headers and JSON metadata. It also features specialized systems for dividing results from search engines like Elasticsearch, Meilisearch, and Typesense,

    Rescues invalid page requests to perform custom actions such as redirects.

    Ruby
    GitHub पर देखें↗4,973
  • miguelgrinberg/microblogmiguelgrinberg का अवतार

    miguelgrinberg/microblog

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

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

    Renders specific HTML templates for different HTTP error codes to improve user experience.

    Pythonflaskpythonwebapp
    GitHub पर देखें↗4,771
  • serverless-nextjs/serverless-next.jsserverless-nextjs का अवतार

    serverless-nextjs/serverless-next.js

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

    यह प्रोजेक्ट एक सर्वरलेस इंफ्रास्ट्रक्चर ऑर्केस्ट्रेटर और डिप्लॉयमेंट टूल है जिसे AWS पर Next.js एप्लिकेशन होस्ट करने के लिए डिज़ाइन किया गया है। यह एक एज कंप्यूटिंग डिप्लॉयमेंट फ्रेमवर्क और क्लाउड इंफ्रास्ट्रक्चर-एज़-कोड रैपर के रूप में कार्य करता है जो AWS Lambda फंक्शन्स, S3 बकेट्स और CloudFront डिस्ट्रीब्यूशन्स के प्रोविजनिंग को स्वचालित करता है। यह सिस्टम सर्वर-साइड रेंडरिंग और API रूट्स को वैश्विक एज लोकेशन्स पर वितरित करके लेटेंसी को कम करने के लिए खुद को अलग करता है। यह स्टेटिक एसेट्स और रेंडर किए गए पेजों की डिलीवरी को ऑप्टिमाइज़ करने के लिए कंटेंट डिलीवरी नेटवर्क्स के साथ सीधे एकीकृत होता है, साथ ही सर्वरलेस वातावरण के साथ संगतता के लिए एप्लिकेशन हैंडलर्स को रैप करने के लिए एक लेयर प्रदान करता है। यह प्लेटफॉर्म वैश्विक कंटेंट डिलीवरी, सर्वरलेस API इंफ्रास्ट्रक्चर और स्वचालित संसाधन कॉन्फ़िगरेशन सहित व्यापक क्षमता क्षेत्रों को कवर करता है। यह एज रूट लॉजिक और इंटरनेशनलाइजेशन हैंडलिंग के माध्यम से ट्रैफ़िक को मैनेज करता है, साथ ही इंक्रीमेंटल स्टेटिक रीजेनरेशन और एज-आधारित इमेज ऑप्टिमाइज़ेशन जैसी प्रदर्शन रणनीतियों का समर्थन करता है। इंफ्रास्ट्रक्चर को Terraform कॉन्फ़िगरेशन के माध्यम से मैनेज किया जाता है, जो मेमोरी लिमिट्स, टाइमआउट अवधि और IAM अनुमति असाइनमेंट पर नियंत्रण प्रदान करता है।

    Provides dedicated components for rendering custom 404 and 500 error pages on both client and server sides.

    TypeScriptapi-gatewayawsaws-lambda
    GitHub पर देखें↗4,462
  • salvo-rs/salvosalvo-rs का अवतार

    salvo-rs/salvo

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

    Salvo एसिंक्रोनस HTTP सर्वर और वेब एप्लिकेशन बनाने के लिए एक व्यापक Rust वेब फ्रेमवर्क है। इसमें एक पदानुक्रमित वेब राउटर है जो अनुरोधों को हैंडलर से मैप करने के लिए ट्री-आधारित संरचना का उपयोग करता है और अनुरोध और प्रतिक्रिया प्री- और पोस्ट-प्रोसेसिंग के लिए अनियन मॉडल पर आधारित एक एसिंक्रोनस मिडलवेयर पाइपलाइन है। यह फ्रेमवर्क आधुनिक नेटवर्क प्रोटोकॉल के लिए अपने मूल समर्थन द्वारा प्रतिष्ठित है, जिसमें HTTP/1 और HTTP/2 के साथ QUIC-आधारित HTTP/3 कार्यान्वयन शामिल है। इसमें एक एकीकृत OpenAPI दस्तावेज़ीकरण जनरेटर शामिल है जो मानकीकृत API विनिर्देशों और इंटरैक्टिव इंटरफ़ेस का उत्पादन करने के लिए सीधे हैंडलर हस्ताक्षरों से स्कीमा निकालता है। इसके अतिरिक्त, यह सुरक्षा प्रमाणपत्र प्राप्त करने और नवीनीकृत करने के लिए ACME एकीकरण के माध्यम से स्वचालित TLS प्रबंधन प्रदान करता है। यह प्रोजेक्ट WebSockets और WebTransport के माध्यम से रीयल-टाइम संचार, साथ ही अनुरोध प्रॉक्सीिंग और पथ पुनर्लेखन के साथ API गेटवे कार्यक्षमता सहित क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है। इसमें सत्र प्रबंधन, टाइप-सेफ पैरामीटर निष्कर्षण और OpenTelemetry एकीकरण के माध्यम से अवलोकन क्षमता के लिए अंतर्निहित समर्थन शामिल है। कंटेंट डिलीवरी स्थिर फ़ाइल सर्विंग और डायनामिक HTML टेम्प्लेटिंग के माध्यम से संभाली जाती है। नई प्रोजेक्ट संरचनाओं को बूटस्ट्रैप करने के लिए एक कमांड-लाइन टूल प्रदान किया गया है।

    Allows overriding default error responses with custom layouts based on request data types.

    Rustasyncframeworkhttp-server
    GitHub पर देखें↗4,376
  • ereza/customactivityoncrashEreza का अवतार

    Ereza/CustomActivityOnCrash

    3,759GitHub पर देखें↗

    CustomActivityOnCrash is an Android crash handling library that replaces the default system crash dialog with a custom activity. It functions as an application recovery tool and error interface manager, designed to handle application failures gracefully. The library provides mechanisms to customize the visual appearance of error screens using specific themes and translated strings. It manages application stability by preventing infinite crash cycles through time-based loop prevention and configuring whether error screens launch during background execution. The tool includes capabilities for

    Displays custom error pages/activities to replace the standard system crash dialog.

    Java
    GitHub पर देखें↗3,759
  • pichillilorenzo/flutter_inappwebviewpichillilorenzo का अवतार

    pichillilorenzo/flutter_inappwebview

    3,736GitHub पर देखें↗

    This is a plugin for embedding inline or headless web browsers within Flutter applications to render web content. It provides a system for integrating native webview components directly into the widget tree, allowing for the display of web pages and local assets. The project distinguishes itself by offering a headless browser controller for programmatic interaction and data extraction, as well as tools to wrap Progressive Web Apps into native application containers. It includes a mobile bridge for WebRTC to manage camera and microphone permissions for real-time audio and video communication.

    Detects page load failures and renders custom error interfaces to maintain a polished user experience.

    Dartandroidbrowsercookie-manager
    GitHub पर देखें↗3,736
  • sozu-proxy/sozusozu-proxy का अवतार

    sozu-proxy/sozu

    3,687GitHub पर देखें↗

    Sozu is a high-performance, memory-safe reverse proxy and load balancer built in Rust. It is designed to manage HTTP, TCP, and UDP traffic through a multi-process architecture that leverages isolated worker processes to ensure fault tolerance and efficient resource utilization across multi-core hardware. The project distinguishes itself through a focus on continuous availability and dynamic control. It features a unique binary hot-reloading mechanism and a Unix-socket-based control plane, allowing administrators to update proxy configurations, modify listener settings, and even replace the pr

    Supports defining custom HTTP error pages or templates for specific status codes at the listener or cluster level.

    Rusthttphttp-proxyperformance
    GitHub पर देखें↗3,687
  • symfony/error-handlersymfony का अवतार

    symfony/error-handler

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

    This library provides a structured framework for managing runtime failures and debugging within PHP applications. It functions by intercepting native language errors, warnings, and system signals, converting them into catchable, object-oriented exceptions to ensure consistent control flow throughout the application lifecycle. The project distinguishes itself by normalizing raw execution backtraces and providing a transformation layer that standardizes how system failures are reported. It includes specialized tools for monitoring the class loading process, ensuring that dependency resolution i

    Creates user-friendly and informative error responses for web applications to handle unexpected failures gracefully.

    PHPcomponentphpsymfony
    GitHub पर देखें↗2,677
  • josephlenton/php-errorJosephLenton का अवतार

    JosephLenton/PHP-Error

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

    PHP-Error is a web development utility and error handler that intercepts application exceptions, syntax errors, and fatal errors to replace default engine output with formatted HTML diagnostic pages during local testing. It activates automatically upon startup without requiring manual initialization calls within project code. The system features interactive diagnostics that include contextual syntax highlighting for code snippets, path-based stack trace filtering to separate external library code from application logic, and inline remote file editing capabilities that persist code modificatio

    Error reporting levels can be adjusted, unwanted errors suppressed, and defaults overridden to tailor output and sensitivity for different environments.

    PHP
    GitHub पर देखें↗1,335
  1. Home
  2. Testing & Quality Assurance
  3. Debugging & Diagnostics
  4. Error Handling
  5. Custom Error Pages

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

  • Pagination RedirectsHandles out-of-range or invalid page requests by performing custom actions like redirects. **Distinct from Custom Error Pages:** Specifically handles pagination-related request errors rather than general runtime error pages.