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

@trifrost/core

v1.4.1

Published

Blazingly fast, runtime-agnostic server framework for modern edge and node environments

Readme

TriFrost

License: MIT FOSSA Status FOSSA Status CodeCov CI CodeQL npm npm

TriFrost is a blazing-fast, runtime-agnostic server framework built for the modern JavaScript ecosystem — from low-latency edge environments to traditional backend infrastructure.

Whether you're deploying to Node.js, Bun, or Cloudflare Workers, TriFrost provides a unified API and internal architecture that adapts to the runtime — without compromising on performance, developer experience, or clarity.


✨ Why TriFrost?

TriFrost is the result of deep experience across frameworks, runtimes, and production systems. It combines:

  • 🧩 Koa-like composability – build with middleware that’s small, explicit, and powerful
  • High performance – with zero-cost abstractions and extremely efficient internals (see benchmark)
  • 🌐 Edge-native – designed from the ground up to support Workers, Bun, and other emerging runtimes
  • 📊 Observability-first – tracing and structured logging are core to the architecture

Unlike many frameworks, TriFrost doesn't bind itself to Node-specific APIs or assume a single deployment model. It’s truly runtime-flexible, write once, run anywhere.

For a deeper read:


🚀 1.0.0 — Stable and Ready

TriFrost v1.0.0 marks the first stable release, with a production-ready core and a fully typed public API surface.

  • ✅ Finalized runtime contract (Node, Bun, Workerd, Cloudflare)
  • ✅ Stable context, routing, and middleware layers
  • ✅ Full test coverage and CI/CD hardening
  • ✅ Built-in logger with structured telemetry + OpenTelemetry support
  • ✅ Clean internal design with runtime adaptation and zero runtime bloat
  • ✅ JSX-native request handlers (opt-in, fully typed)

If you've been waiting to try TriFrost in production — this is the version to start with.

If you want to play games 🎮 check out Atomic Arcade, a mini arcade powered by TriFrost Atomic


📦 Quickstart

TriFrost has a starter CLI available via npm create / bun create:

# npm
npm create trifrost@latest

# bun
bun create trifrost@latest

It’ll scaffold a project in under 60 seconds with routing, logging, and runtime setup built-in.

View the doc page for more info.


📦 From Scratch

You can also start from first principles. See the Hello World example to build step-by-step with only the core package.


🧠 Core Principles

TriFrost is built on these foundations:

  • 🧠 No magic: You should be able to trace exactly how requests are routed and handled
  • 🧱 Lean by default: No unnecessary dependencies, no bloat
  • 🧾 Typed end-to-end: Full TypeScript support with strong generics and inference
  • 🧬 Runtime-adaptable: Internals are modular, composable, and runtime-aware

For a full view read Core Principles.


🛠️ API Docs

Full documentation for core modules, types, and runtime behavior is available on trifrost.dev/docs


🔗 Resources


🤝 Contributing

TriFrost is open to contributions and collaboration.

  • 🛠️ See open issues
  • 💬 Join discussions
  • 🧪 Run tests with npm run test or check coverage via npm run test:coverage

All code is modern TypeScript. Performance and type safety are first-class concerns, and PRs are reviewed fast.


👤 Authors

Created and maintained by:

With love from the Atomic systems team.