npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

h3ravel-monorepo

v0.1.2

Published

Monorepo for H3ravel, a modern TypeScript runtime-agnostic web framework built on H3.

Downloads

4

Readme

Framework Core Package Version Cache Package Version Config Package Version Console Package Version Database Package Version Http Package Version Mail Package Version Queue Package Version Router Package Version Shared Package Version

About H3ravel

H3ravel is a modern TypeScript runtime-agnostic web framework built on top of H3, designed to bring the elegance and developer experience of Laravel to the JavaScript ecosystem.

Features

  • Laravel-inspired architecture – Service Container, Service Providers, Middleware, Facades
  • Clean Routing – Dedicated routes directory with web and api route files
  • Controllers with decorators – Class-based controllers like Laravel
  • HTTP Kernel – Centralized middleware and request lifecycle handling
  • Eloquent-like ORM – Fluent, model-based database interactions (planned)
  • Musket CLI, our Powerful Artisan-like command-line tool for generating code and running tasks
  • Modular Services – Mail, Queue, Cache, Broadcasting support
  • Runtime Agnostic – Works seamlessly across Node.js, Bun, and Deno
  • Type-safe everything – Fully written in TypeScript

Why H3ravel?

While modern JavaScript frameworks focus on speed and minimalism, they often lack the developer experience and structure found in PHP’s Laravel. H3ravel aims to fill that gap by providing:

  • Laravel’s elegance – Familiar MVC patterns, expressive routing, service providers, and middleware.
  • TypeScript-first approach – Strong typing and modern DX out of the box.
  • Built on H3 – A lightweight, framework-agnostic HTTP library that’s:
    • Fast – Optimized for speed with minimal overhead.
    • Flexible – Works with any runtime or deployment target.
    • Composable – Lets us build a layered Laravel-like architecture without restrictions.
  • Runtime agnosticism – Unlike many Node frameworks, H3ravel runs on Node.js, Bun, or Deno with no extra setup.

This combination delivers the productivity of Laravel while leveraging the modern JavaScript ecosystem and runtime flexibility.

Philosophy

  • Laravel DX, TypeScript speed – H3ravel brings Laravel’s expressive syntax and architecture to JavaScript with full type safety.
  • Minimal, yet scalable – Built on H3’s tiny but powerful HTTP handling, keeping your app fast and maintainable.
  • Runtime Freedom – Designed to run on Node.js, Bun, and Deno without code changes.
  • Convention over configuration – Opinionated structure for faster development.

Roadmap

  • [x] Application container with service providers
  • [x] Middleware pipeline and HTTP kernel
  • [x] Routing system
  • [x] Config management and environment handling
  • [ ] Community Building
  • [ ] Musket CLI (artisan-like commands)
  • [ ] Cache Management
  • [ ] Queues, Mail, Events, Broadcasting
  • [ ] H3loquent ORM with relationships (Eloquent-style)
  • [ ] First-class runtime adapters (Node, Bun, Deno)

Contributing

Thank you for considering contributing to the H3ravel framework! The contribution guide can be found in the H3ravel documentation.

Code of Conduct

In order to ensure that the H3ravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within H3ravel, please send an e-mail to Legacy via [email protected]. All security vulnerabilities will be promptly addressed.

License

The H3ravel framework is open-sourced software licensed under the MIT license.