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

melduo

v0.1.3

Published

Deploy your repo to AWS with AI agents — from your terminal.

Readme

Melduo

Melduo CLI

Ship to the cloud in minutes, not hours.

Getting a product live has always taken deep infrastructure knowledge or days of wrestling with it yourself. Melduo closes that gap. Whether your code is vibe-coded, a microservice, or a large-scale production system, Melduo's agents handle the deployment — provisioning, wiring, and shipping to your own cloud account — and stay on call to help you monitor and fix what comes up after, in plain language. It's built for experts who want their infrastructure work done faster, and for people without that background who need it done at all.

The goal isn't just "deploy." It's making the entire lifecycle — deploying, monitoring, fixing, and eventually moving between clouds without losing data or losing days — something anyone can do, regardless of how deep their infrastructure knowledge goes. This first release is AWS-only and GitHub-Actions-only. That scope grows from here.

Install

npm install -g melduo

Requires Node.js 20 or later.

Get started

The easiest way to use Melduo is its interactive assistant — run melduo with no arguments to open it, then just type / for commands or talk to it directly about what you're trying to do:

melduo
› /init     Set up this project: repo detection, AWS profile, region
  /deploy   Analyze the project and approve a deployment plan
  /whoami   Show your account, project, and API details
  /login    Authenticate this machine with your Melduo account
  /logout   Remove stored credentials and revoke the API key

Prefer scripting or CI? Every command is also a standalone CLI call:

melduo login     # sign in with your Melduo account
cd your-project
melduo init      # one-time setup: detect your repo, pick an AWS profile + region
melduo deploy    # review the plan, then deploy
melduo status    # see who you're logged in as and your project's status
melduo logout    # sign out of this machine

melduo deploy --plan-only shows the plan without deploying. melduo deploy --yes skips the plan confirmation (secrets are always confirmed separately, never auto-approved).

What happens when you deploy

  1. Melduo analyzes your project and proposes a plan — the stack, services, and any secrets it needs. You approve it before anything is created.
  2. It sets up a secure connection between your GitHub repo and your AWS account, scoped to just this project.
  3. It prepares the deployment files and pushes them to a dedicated branch — your existing branches are never touched.
  4. Your own GitHub Actions builds and deploys the app to your AWS account. Melduo watches the run and reports back the live URL when it's done.

Your code, AWS credentials, and GitHub credentials never leave your machine.

Requirements

Support

Questions or issues: melduo.com