An open API service indexing awesome lists of open source software.

https://github.com/aura-stack-ts/router

A modern, TypeScript-first router and endpoint definition library
https://github.com/aura-stack-ts/router

aura-stack aura-stack-ts client-api endpoint library router schema-validation type-inference type-safety typescript typescript-first

Last synced: 13 days ago
JSON representation

A modern, TypeScript-first router and endpoint definition library

Awesome Lists containing this project

README

          

Aura Router

**A modern, TypeScript-first router and endpoint definition library**

Build fully-typed APIs with declarative endpoints, automatic parameter inference, and first-class middleware support — all returning native `Response` objects.

[![npm version](https://img.shields.io/npm/v/@aura-stack/router.svg)](https://www.npmjs.com/package/@aura-stack/router)
[![JSR version](https://jsr.io/badges/@aura-stack/router)](https://jsr.io/@aura-stack/router)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![TypeScript](https://img.shields.io/badge/TypeScript-5.0+-blue.svg)](https://www.typescriptlang.org/)

[Documentation](https://aura-stack-router.vercel.app) · [Quick Start](https://aura-stack-router.vercel.app/docs)

---

## Documentation

Visit our [**documentation website**](https://aura-stack-router.vercel.app) for comprehensive guides, examples, and API references.

## License

This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.

---


Made with ❤️ by Aura Stack team