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

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesLink Security and Performance

Optimizes internal navigation and applies security attributes to external links.

Distinct from Links: Distinct from Links: focuses on performance optimization and security attributes rather than just visual styling.

Explore 3 awesome GitHub repositories matching user interface & experience · Link Security and Performance. Refine with filters or upvote what's useful.

Awesome Link Security and Performance GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • fuma-nama/fumadocsAvatar de fuma-nama

    fuma-nama/fumadocs

    10,863Ver en GitHub↗

    Fumadocs is a documentation framework designed for building content-heavy technical websites using MDX. It functions as a static site generator that transforms structured text files into optimized, interactive web pages, providing a comprehensive toolset for managing technical content, API references, and versioned guides. The platform distinguishes itself through a deep integration of interactive components and AI-ready features. It includes a library of pre-built interface elements that allow developers to embed live API playgrounds, request snippets, and schema-based documentation directly

    Handles internal navigation for performance and applies security attributes to external links to ensure safe browsing and link integrity.

    TypeScriptapp-routercontent-collectionscontentlayer
    Ver en GitHub↗10,863
  • instantpage/instant.pageAvatar de instantpage

    instantpage/instant.page

    6,225Ver en GitHub↗

    instant.page is a client-side JavaScript library that preloads linked pages on hover or touch interactions, making navigation feel instantaneous without consuming unnecessary bandwidth. It works by starting to fetch a page the moment a user hovers over a link for 65 milliseconds, leaving over 300 milliseconds for the page to load before the click, and similarly preloads on touch start for mobile visitors. The script offers multiple preloading strategies to balance responsiveness with resource conservation. It can be configured to preload on mousedown, when links become visible in the viewport

    Prevents specific links from being preloaded by adding a data attribute to them.

    JavaScriptinstantperformance
    Ver en GitHub↗6,225
  • vercel/streamdownAvatar de vercel

    vercel/streamdown

    4,420Ver en GitHub↗

    Streamdown is a streaming markdown renderer for React that transforms incoming markdown text into sanitized HTML in real time, handling incomplete blocks as they arrive. It parses GitHub-Flavored Markdown syntax including tables, task lists, and footnotes, and renders LaTeX math expressions using KaTeX, Mermaid diagrams as interactive SVGs, and code blocks with Shiki-based syntax highlighting supporting over 200 languages with dual light and dark themes. The renderer includes an XSS-safe HTML sanitizer that strips dangerous tags and validates URLs to prevent injection attacks. What distinguis

    Restricts allowed URL protocols and prefixes for links and images to prevent unsafe external references.

    TypeScriptaimarkdownstreaming
    Ver en GitHub↗4,420
  1. Home
  2. User Interface & Experience
  3. Links
  4. Link Security and Performance

Explorar subetiquetas

  • Preload BlacklistsPrevent specific links from being preloaded by adding a data attribute to them. **Distinct from Link Security and Performance:** Distinct from Link Security and Performance: focuses on blacklisting links from preloading, not general security or performance attributes.
  • Protocol and Prefix RestrictionsRestricts allowed URL protocols and prefixes for links and images to prevent unsafe external references. **Distinct from Link Security and Performance:** Distinct from Link Security and Performance: focuses on restricting URL protocols and prefixes rather than general security attributes or performance optimization.