---
layout: home

hero:
  name: "Routerling"
  text: "Fast. Simple. Explicit."
  tagline: A modern Node.js router with production-ready features out of the box.
  actions:
    - theme: brand
      text: Get Started
      link: /guide/getting-started
    - theme: alt
      text: View on GitHub
      link: https://github.com/rayattack/routerling

features:
  - title: 🚀 High Performance
    details: Optimized route matching and minimal overhead for maximum throughput.
  - title: 🛡️ Production Ready
    details: Built-in security headers (Helmet), CORS, and robust error handling.
  - title: 📦 Fully Featured
    details: Body parsers, compression, logging, and static asset serving included.
  - title: 🎨 Developer Friendly
    details: Explicit API, route grouping, typed context, and Nunjucks templating.
---
