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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
lukeed avatar

lukeed/navaid

0
View on GitHub↗
796 stars·27 forks·JavaScript·MIT·6 views

Navaid

A navigation aid (aka, router) for the browser in 850 bytes~!

Features

  • Routers and URL Utils - History-based observable router for single-page apps.
  • Routing - Ultra-lightweight browser navigation system.
  • Routing Libraries - Minimalist navigation aid for browsers.

Star history

Star history chart for lukeed/navaidStar history chart for lukeed/navaid

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Navaid

Similar open-source projects, ranked by how many features they share with Navaid.
  • flatiron/directorflatiron avatar

    flatiron/director

    5,575View on GitHub↗

    Director is a routing library for JavaScript that handles URL and command-line pattern matching across client-side, server-side, and CLI environments. It provides a unified approach to defining routes as nested object literals, where each key maps to a URL segment and its handler, supporting both hash fragment monitoring and the HTML5 History API for browser navigation without page reloads. The library distinguishes itself through its ability to operate in multiple contexts with a single routing paradigm. It supports asynchronous handler queue execution for sequential tasks like authenticatio

    JavaScript
    View on GitHub↗5,575
  • millermedeiros/crossroads.jsmillermedeiros avatar

    millermedeiros/crossroads.js

    1,439View on GitHub↗

    JavaScript Routes

    JavaScript
    View on GitHub↗1,439
  • molefrog/woutermolefrog avatar

    molefrog/wouter

    7,845View on GitHub↗

    Wouter is a minimalist client-side routing library for React and Preact. It uses a hook-based system to map URL paths to components, managing navigation and URL state without requiring a mandatory provider. The library is designed for cross-ecosystem compatibility between React and Preact and supports server-side rendering by accepting initial paths and search strings during markup generation. It includes a URL parameter manager for extracting dynamic path segments and query strings from the browser address bar. Capabilities include hierarchical nested routing, programmatic navigation manage

    TypeScript
    View on GitHub↗7,845
  • mtrpcic/pathjsmtrpcic avatar

    mtrpcic/pathjs

    1,095View on GitHub↗

    Simple, lightweight routing for web browsers

    JavaScript
    View on GitHub↗1,095
See all 30 alternatives to Navaid→

Frequently asked questions

What does lukeed/navaid do?

A navigation aid (aka, router) for the browser in 850 bytes~!

What are the main features of lukeed/navaid?

The main features of lukeed/navaid are: Routers and URL Utils, Routing, Routing Libraries.

What are some open-source alternatives to lukeed/navaid?

Open-source alternatives to lukeed/navaid include: flatiron/director — Director is a routing library for JavaScript that handles URL and command-line pattern matching across client-side,… mtrpcic/pathjs — Simple, lightweight routing for web browsers. millermedeiros/crossroads.js — JavaScript Routes. olivernn/davis.js — RESTful degradable JavaScript routing using pushState. molefrog/wouter — Wouter is a minimalist client-side routing library for React and Preact. It uses a hook-based system to map URL paths… tanstack/router — TanStack Router is a type-safe routing library for web applications that provides full type safety for paths, search…