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

@webqit/webflo

v0.20.56

Published

The universal, fullstack JavaScript framework.

Readme

Webflo – A next-gen, web-native framework

npm version License

Build the full spectrum of modern applications — backends, frontends, offline-first, and realtime apps — on raw platform power. 🛸 Webflo ↗ is a web-native framework that lets you build absurdlly fast — with the whole sophistication and scale of modern apps solved from the foundation up.


[!IMPORTANT] 🚀 Webflo is in active development and evolving daily. Current status = alpha. You’re welcome to experiment, but it’s not yet suited for production apps.


Getting Started

For a quick intro, see the docs:


What You Can Build

| Category | Examples & Notes | | :------------------------- | :--------------------------------------------------------------------------------------------------------------- | | Web apps | Anything from classic MPAs to rich SPAs – with SSR/CSR/hybrid rendering patterns. | | API backends | REST endpoints and webhooks – with streaming, partial responses, and live messaging. | | Static sites | Static-first or fully pre-rendered sites – with the same client-side richness of a Webflo app. | | Mobile experiences | Installable, offline-capable PWAs – with background sync, push notifications, and more. | | Realtime & multiplayer | Chats, presence, dashboards, live docs, notifications – realtime channels and dialogs available out of the box. | | AI & agents | Multi-step AI workflows, background agents, and automation – powered by Webflo’s realtime capabilities. |


Features

| Feature | Description | | :------------------------------------ | :-------------------------------------------------------------------------------------------------- | | 📁 Folder-based routing | Filesystem routing across client, service worker, and server layers. | | 🌍 Service Worker routing | Support for route handlers in the service worker. | | 🔐 Sessions & auth | Built-in cookie handling, session utilities, and helpers for gated routes and user-aware flows. | | ⚡ Realtime capabilities | Live responses, mutable/differential responses, two-way background messaging — all built in. | | 🧠 Mutation-based reactivity | State is plain objects and arrays; mutations drive reactivity via the Observer API. | | 🧱 OOHTML integration | HTML-native templates, imports, and composition without a component DSL or build-heavy toolchain. | | 🧩 Dev mode & HMR | Fast development server with fine-grained rebuilds and hot updates for HTML, JS, and CSS. |


Contributing

Webflo is in active development — and contributions are welcome!

Here’s how you can jump in:

  • Issues → Spot a bug or have a feature idea? Open an issue.
  • Pull requests → PRs are welcome for fixes, docs, or new ideas.
  • Discussions → Not sure where your idea fits? Start a discussion.

🛠️ Local Setup

⤷ clone → install → test

git clone https://github.com/webqit/webflo.git
cd webflo
git checkout next
npm install
npm test

📝 Tips

  • Development happens on the next branch — be sure to switch to it as above after cloning.
  • Consider creating your feature branch from next before making changes (e.g. git checkout -b feature/my-idea).
  • Remember to npm test before submitting a PR.

🔑 License

MIT — see LICENSE