awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
donlon avatar

donlon/cloudflare-error-page

0
View on GitHub↗
5,266 Stars·280 Forks·HTML·mit·5 Aufrufevirt.moe/cferr/editor↗

Cloudflare Error Page

This project is an HTML renderer that produces error pages styled after the familiar design of a standard CDN provider (such as Cloudflare). It accepts customizable parameters for error code, description, location, and request metadata, and outputs a self-contained HTML page that can be served directly by web servers or reverse proxies as a branded error response.

The renderer is built using Go templates with built-in injection prevention, and it embeds all styling inline within the HTML head to eliminate external dependencies. It applies automatic whitespace minification to reduce output size, and it uses a static status code lookup table to provide appropriate titles, descriptions, and icons for common HTTP errors. Configuration is handled through typed struct fields with validation constraints, ensuring safe input before rendering.

Beyond CDN-style pages, the tool supports generating custom error pages with configurable status codes and messages, making it applicable for static site error handling and web server error page customization. The output is a plain HTML file suitable for any environment that needs a consistent, branded error display.

Features

  • CDN Error Page Renderers - Generates HTML error pages styled after standard CDN error pages with customizable fields.
  • HTML Builders - Builds configurable HTML error pages with support for multiple status codes and metadata.
  • HTTP Status Code Lookups - Maps numeric HTTP status codes to titles, descriptions, and icons for error page content.
  • Error Page Templates - Provides customizable HTML error page templates styled after CDN designs.
  • CDN-Style - Creates error pages that visually mimic a CDN provider's design for consistent user experience.
  • CSS Inlining - Embeds all styling inline within the HTML head to eliminate external dependencies.
  • Error Pages - Generates custom error pages with configurable status codes, location, and messages.
  • Go Template Renderers - Provides Go template rendering with automatic injection prevention for error page generation.
  • Static Site Error Pages - Produces styled error pages for static site deployments with support for common HTTP errors.

Star-Verlauf

Star-Verlauf für donlon/cloudflare-error-pageStar-Verlauf für donlon/cloudflare-error-page

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Cloudflare Error Page

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Cloudflare Error Page.
  • artf/grapesjsAvatar von artf

    artf/grapesjs

    25,918Auf GitHub ansehen↗

    GrapesJS is a framework for creating no-code visual editors that produce HTML and CSS templates. It provides a browser-based interface for designing website and newsletter structures using a drag-and-drop page editor. The project functions as a web builder framework, enabling the development of custom design environments. It includes a system for managing nested HTML elements, modifying layout properties via a graphical interface, and organizing components through a page layer hierarchy. The toolset covers digital asset management for organizing images and files, as well as the ability to pe

    TypeScript
    Auf GitHub ansehen↗25,918
  • josephlenton/php-errorAvatar von JosephLenton

    JosephLenton/PHP-Error

    1,335Auf GitHub ansehen↗

    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

    PHP
    Auf GitHub ansehen↗1,335
  • addyosmani/criticalAvatar von addyosmani

    addyosmani/critical

    10,183Auf GitHub ansehen↗

    Critical is a tool for extracting and inlining the minimum CSS required to render above-the-fold content. It identifies the styles necessary for the initial visible portion of a page to reduce render-blocking requests and improve page load speed. The project generates resolution-specific stylesheets to optimize the initial paint across different device dimensions. It includes a utility to rebase asset URLs within extracted styles, ensuring that images and fonts load correctly when stylesheets are moved to different directories or content delivery networks. The tool provides a command-line in

    JavaScriptcritical-csscritical-path-csscritical-path-styles
    Auf GitHub ansehen↗10,183
  • nelsontky/gh-pages-url-shortenerAvatar von nelsontky

    nelsontky/gh-pages-url-shortener

    1,409Auf GitHub ansehen↗

    This project is a static URL shortener that provides redirection services without the need for a dedicated backend server. It functions by hosting redirection logic as static files on a version control platform, leveraging custom error page interception to capture incoming requests and route them to their final destinations. The system manages link mapping by retrieving destination addresses from remote repository issue titles or external API data. To maintain service availability and handle high traffic, it supports token-based authentication with the underlying service provider, which incre

    HTMLbitlygithub-pageself-hosted
    Auf GitHub ansehen↗1,409
Alle 30 Alternativen zu Cloudflare Error Page anzeigen→

Häufig gestellte Fragen

Was macht donlon/cloudflare-error-page?

This project is an HTML renderer that produces error pages styled after the familiar design of a standard CDN provider (such as Cloudflare). It accepts customizable parameters for error code, description, location, and request metadata, and outputs a self-contained HTML page that can be served directly by web servers or reverse proxies as a branded error response.

Was sind die Hauptfunktionen von donlon/cloudflare-error-page?

Die Hauptfunktionen von donlon/cloudflare-error-page sind: CDN Error Page Renderers, HTML Builders, HTTP Status Code Lookups, Error Page Templates, CDN-Style, CSS Inlining, Error Pages, Go Template Renderers.

Welche Open-Source-Alternativen gibt es zu donlon/cloudflare-error-page?

Open-Source-Alternativen zu donlon/cloudflare-error-page sind unter anderem: josephlenton/php-error — PHP-Error is a web development utility and error handler that intercepts application exceptions, syntax errors, and… tijsverkoyen/csstoinlinestyles — CssToInlineStyles is a CSS inliner for HTML emails that converts stylesheets into inline style attributes on HTML… addyosmani/critical — Critical is a tool for extracting and inlining the minimum CSS required to render above-the-fold content. It… artf/grapesjs — GrapesJS is a framework for creating no-code visual editors that produce HTML and CSS templates. It provides a… nelsontky/gh-pages-url-shortener — This project is a static URL shortener that provides redirection services without the need for a dedicated backend… zurb/foundation-emails — Foundation Emails is a responsive HTML email framework designed to create layouts that render consistently across…