NPM library to set up a quick and easy linux router
React Router setup.
Meiosis Helpers - Router Setup
Express adapter for type-safe route pacts - endpoint builders, request/response validation middleware, and router setup
Hono adapter for type-safe route pacts - endpoint builders, request/response validation middleware, and router setup
The easiest way to translate your NextJs apps.
Official Sentry SDK for React Router (Framework)
A template for a ready to use React Router Setup and ElysiaJS endpoint
Node.js library for the Resend API
Simple middleware-style router
The easiest way to translate your Full Stack React Router apps
A npm package for react, redux, react-router setup to authenticate from redux state and redirected to wanted url
Declarative routing for React
Modern and scalable routing for React applications
apiblocks — Smart API composition: reusable Express blocks (pagination, search, etc.) merge into one middleware chain and router setup.
Apollo Federation internal utilities
Modern and scalable routing for React applications
Declarative routing for React web applications
Nested/Data-driven/Framework-agnostic Routing
Modern and scalable routing for React applications
Migration path to React Router v6 from v4/5
> To see what versions are currently supported, please refer to the [Security Policy](./packages/router/SECURITY.md).
Expo Router is a file-based router for React Native and web applications.
TypeScript definitions for react-router-dom
linux router network setup automation
pikuri-vectordb gives a pikuri-core agent a +vectordb_search+ tool over a local document corpus — agentic search, the agent decides when to retrieve. Ships a swappable backend (a pure-Ruby +Backend::InMemory+ for teaching and a thin +Backend::Chroma+ HTTP client for persistence), a chunker, an embedder wrapper over +RubyLLM.embed+, and an optional +Reranker::LlamaServer+ that speaks +/v1/rerank+ against a cross-encoder model. Text extraction goes through +Pikuri::FileType.read_as_text+ in pikuri-core, which handles plain text / Markdown / PDF; HTML extraction is a deferred follow-up. Hosts wire the feature via +c.add_extension Pikuri::VectorDb::Extension.new(...)+ inside the +Agent.new+ block — same opt-in shape as +pikuri-tasks+ / +pikuri-skills+. The bundled +Pikuri::VectorDb::LIBRARIAN+ persona is the privilege-separated sub-agent counterpart for hosts that want recall to flow through a child rather than the parent's context. Three model endpoints in the full setup — chat (via ruby_llm), an embedder (via +RubyLLM.embed+), and an optional reranker (HTTP +/v1/rerank+). A single +llama-server+ in router mode serves all three by default, loading each cached GGUF on demand; see the gem's README for details.