awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
rafgraph avatar

rafgraph/spa-github-pages

0
View on GitHub↗
4,036 estrellas·566 forks·TypeScript·MIT·3 vistasspa-github-pages.rafgraph.dev↗

Spa Github Pages

Este proyecto es una solución de enrutamiento del lado del cliente y gestor de URL diseñado para aplicaciones de una sola página (SPA) alojadas en plataformas estáticas, específicamente GitHub Pages. Permite que estas aplicaciones manejen enlaces profundos (deep links) y mantengan un enrutamiento funcional en hosts que no soportan redirecciones del lado del servidor.

El sistema intercepta los errores 404 del servidor y los redirige a un punto de entrada principal, utilizando cadenas de consulta y fragmentos hash para preservar el estado de la aplicación y restaurar la ruta original deseada. También incluye utilidades para generar enlaces especializados compatibles con redirecciones para sitemaps, asegurando que los motores de búsqueda puedan indexar las páginas sin activar errores del servidor.

El proyecto ofrece soporte integral para la gestión de rutas, la preservación del estado de la URL y la optimización para motores de búsqueda (SEO) en entornos de sitios estáticos.

Features

  • 404 Page Redirections - Intercepts static host 404 errors and redirects them to the root to enable client-side routing.
  • URL Parameter Persistence - Ensures the browser maintains the correct path and query parameters when redirecting back to the main entry point.
  • Client-side Routing - Provides a mechanism to intercept missing page requests and redirect them to maintain application state.
  • Fragment Preservation - Maintains URL hash fragments and query parameters during redirects to ensure the correct application view loads.
  • Route Redirects - Provides utilities to redirect server-side errors on static hosts back to the main entry point.
  • Static Route Interception - Uses a custom fallback page to simulate dynamic routing on a platform that only supports static files.
  • Static Site Error Pages - Intercepts 404 errors on static hosts to preserve application state and redirect users to the home page.
  • Static SPA Routers - Provides a client-side routing solution that enables single page applications to handle deep links on GitHub Pages.
  • Client-Side URL Rewriters - Encodes destination paths in query strings to bypass server-side routing limitations on static platforms.
  • URL State Restoration - Reroutes missing page requests to a main entry point using query strings to recover the original application state.
  • Single Page Application Hosting - Implements fallback routing to serve a single HTML file for all application paths on static hosts.
  • SPA Routing Configurations - Enables hosting of single page applications on GitHub Pages while maintaining functional client-side routing.
  • Sitemap Redirects - Transforms standard URLs into redirect-compatible links for sitemaps to enable indexing despite server-side errors.
  • Static Site SEO - Creates search engine friendly links for single page apps hosted on platforms without server-side redirects.
  • Sitemap Generators - Generates search engine friendly links that function correctly on static hosting services.
  • Redirect-Compatible Sitemaps - Generates specialized sitemap URLs that bypass server-side errors by encoding the intended destination path.
  • SEO Link Encoding - Transforms standard paths into specialized links that bypass server-side errors for search engine indexing.

Historial de estrellas

Gráfico del historial de estrellas de rafgraph/spa-github-pagesGráfico del historial de estrellas de rafgraph/spa-github-pages

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Spa Github Pages

Proyectos open-source similares, clasificados según cuántas características comparten con Spa Github Pages.
  • vuejs/v2.vuejs.orgAvatar de vuejs

    vuejs/v2.vuejs.org

    4,981Ver en GitHub↗

    This is the comprehensive documentation website for the Vue 2 progressive JavaScript framework. It serves as a technical reference and development guide for building reactive user interfaces and single-page applications. The site provides a detailed JavaScript API reference and a web component directory. It covers the implementation of component-based architectures, reactive state management, and the use of a virtual DOM to synchronize application state with the browser. The documentation details capabilities including client-side routing, declarative DOM manipulation, and frontend build opt

    JavaScript
    Ver en GitHub↗4,981
  • webstudio-is/webstudioAvatar de webstudio-is

    webstudio-is/webstudio

    8,240Ver en GitHub↗

    Webstudio is a visual CMS and website builder that provides a visual development environment for designing and publishing websites. It functions as an AI-powered design tool, a REST and GraphQL API client, and an atomic CSS compiler. The platform distinguishes itself through generative AI capabilities for creating layout variants and refining visual styles from text prompts. It integrates a headless CMS workflow that maps external data sources to visual components and utilizes a specialized compiler to convert design tokens into deduplicated atomic CSS for optimized page load speeds. The sys

    TypeScriptaccessibilityalternativecloudflare
    Ver en GitHub↗8,240
  • yihong0618/running_pageAvatar de yihong0618

    yihong0618/running_page

    4,484Ver en GitHub↗

    This project is a fitness activity dashboard and data pipeline that aggregates running statistics and routes from external sports platforms into a personal visual summary. It includes a fitness data migration tool for consolidating records between different sports services and local storage, alongside a data importer for processing GPX, TCX, and FIT files. The system features an automated activity sync pipeline that periodically fetches fitness data and redeploys a static dashboard to a hosting platform. It also provides a keyboard-driven terminal user interface for filtering and viewing runn

    Pythonadidasclub-nikedata-analysis
    Ver en GitHub↗4,484
  • kataras/irisAvatar de kataras

    kataras/iris

    25,582Ver en GitHub↗

    Iris is a high-performance web framework and API toolkit for the Go programming language. It provides the infrastructure necessary to build HTTP/2 web applications, REST APIs, and MVC-based websites. The project distinguishes itself through a flexible architectural model that supports multiple isolated application instances within a single process and allows for binary-embedded asset loading to eliminate external filesystem dependencies. It features dynamic router hot-reloading and a pluggable view engine for rendering dynamic HTML content. The framework covers a broad range of capabilities,

    Go
    Ver en GitHub↗25,582
Ver las 30 alternativas a Spa Github Pages→

Preguntas frecuentes

¿Qué hace rafgraph/spa-github-pages?

Este proyecto es una solución de enrutamiento del lado del cliente y gestor de URL diseñado para aplicaciones de una sola página (SPA) alojadas en plataformas estáticas, específicamente GitHub Pages. Permite que estas aplicaciones manejen enlaces profundos (deep links) y mantengan un enrutamiento funcional en hosts que no soportan redirecciones del lado del servidor.

¿Cuáles son las características principales de rafgraph/spa-github-pages?

Las características principales de rafgraph/spa-github-pages son: 404 Page Redirections, URL Parameter Persistence, Client-side Routing, Fragment Preservation, Route Redirects, Static Route Interception, Static Site Error Pages, Static SPA Routers.

¿Qué alternativas de código abierto existen para rafgraph/spa-github-pages?

Las alternativas de código abierto para rafgraph/spa-github-pages incluyen: vuejs/v2.vuejs.org — This is the comprehensive documentation website for the Vue 2 progressive JavaScript framework. It serves as a… webstudio-is/webstudio — Webstudio is a visual CMS and website builder that provides a visual development environment for designing and… yihong0618/running_page — This project is a fitness activity dashboard and data pipeline that aggregates running statistics and routes from… kataras/iris — Iris is a high-performance web framework and API toolkit for the Go programming language. It provides the… reach/router — Reach Router is a client-side routing library for React applications that maps URL patterns to components without full… visionmedia/page.js — page.js is a client-side JavaScript router for single-page applications that maps URL patterns to executable…