Skip to content

Universal File-Based Router

Built on top of the Ziko.js router engine.

File-Based Routing

Routes are automatically generated directly from your pages/ directory structure.

Framework Agnostic

Works seamlessly with Ziko, Preact, React, Solid, Vue, Svelte, and VanJS.

Sync & Async Components

Full support for dynamic import() lazy loading or eager synchronous bundling.

Nested & Dynamic Routes

Build hierarchical route trees and handle parameters with [param] syntax.

Catch-All Fallbacks

Handle wildcard routes and custom 404 pages using [...slug] directory patterns.