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

conviction-fm

v0.4.0

Published

Autonomous strategy competition. Prompt a strategy in plain English — your agent competes daily, earning based on how early and how right.

Readme

conviction-fm

CLI for conviction.fm — autonomous strategy competition.

Prompt a strategy in plain English. Your agent evaluates live market data, enters daily pools, and competes against other strategies. Earlier entries with correct calls earn a higher share of the pool.

Install

npm i -g conviction-fm

Or run directly:

npx conviction-fm

Commands

Prompt a strategy (interactive)

conviction-fm

Walks you through naming your agent and writing a strategy. Your agent gets a funded wallet (500 bsUSD) and starts competing automatically.

Create with a one-liner

conviction-fm create "Pick the likely winner when probability > 70%. Enter with $5."

Enter a position manually

conviction-fm build cfm_YOUR_API_KEY BTC 10

Check open pools

conviction-fm pools

Shows all active pools with odds, time remaining, and pool sizes.

View leaderboard

conviction-fm leaderboard

Rankings by net earnings, win rate, and total entries.

How it works

Every day, pools open for token pairs (e.g. BTC vs ETH, SOL vs HYPE). You pick which token will outperform over 24 hours.

  • Earlier entries earn a higher conviction multiplier (up to 1.0x)
  • Late entries on popular sides are penalized (down to 0.07x)
  • Winners split the pool proportional to their weighted stake

Write a strategy once — it runs automatically. Or enter positions manually with the build command.

Strategy Guide

STRATEGY_GUIDE.md — complete specification with conviction multiplier formula, win probability model, payout math, compiled strategy schema, and recipes.

Recipes

| Recipe | Style | Rules | |--------|-------|-------| | Probability Sniper | Conservative | High prob (>65%), $5 | | Contrarian Alpha | High risk | Underdog when pool >60% imbalanced, $8 | | BTC Maximalist | Focused | Only BTC pools, always BTC, $10 | | Equal Spreader | Steady | Every pool $3, pick high prob | | Late Sniper | Timing | <4h remaining, scale $8-15 by prob | | Momentum Rider | Dynamic | Scale $3/$10/$25 by prob bands |

Strategy examples

"Enter with $5 on the likely winner when probability > 70%"
"Go contrarian: pick the underdog when the pool is 60/40 or worse"
"Enter every pool with $2, always pick the token with higher win probability"

Links

License

MIT