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

@szdziedzic/sim-on

v0.1.1

Published

Agentic mobile testing CLI + simulator-in-the-browser. Explore with an LLM once, replay as deterministic Maestro-compatible flows forever. By Expo.

Downloads

22

Readme

sim-on

Agentic mobile testing CLI + your iOS simulator in the browser. Explore an app with an LLM once, save the session as a deterministic Maestro-compatible flow, replay it forever for free.

npx @szdziedzic/sim-on    # → http://localhost:3300

Requires macOS (Apple Silicon) with Xcode command line tools.

What you get

  • Simulator in the browser — 60fps WebRTC stream, click/swipe/type forwarding, works headless (no Simulator.app window needed).
  • Unified event log — every action (agent, flow, your clicks in the browser, CLI) lands in one ordered stream with source attribution.
  • Deterministic flows — record any session (sim-on record start/stop) and it compiles into Maestro-dialect YAML with multi-facet anchors per step; replays are free and self-heal when selectors go stale.
  • Maestro interopsim-on export flow.yaml emits plain Maestro YAML runnable by the upstream maestro test CLI.
  • Agentic testingsim-on explore "verify login works" --save drives the app with Claude (needs ANTHROPIC_API_KEY) and saves the passing run as a flow.
  • MCP serversim-on mcp exposes the same tools to Claude Code, Cursor, or any MCP client: claude mcp add simon -- npx @szdziedzic/sim-on mcp

Commands

sim-on                       # start daemon + browser UI (default)
sim-on devices | boot
sim-on record start <name> / stop
sim-on run <flow.yaml> [--heal]
sim-on explore "<goal>" [--app <bundleId>] [--save <file>]
sim-on export <flow.yaml>    # plain Maestro YAML
sim-on snapshot | tap | screenshot | events --follow
sim-on mcp

Remote mode: run sim-on serve --remote --json on the machine that hosts the simulators and point any command at it with SIMON_REMOTE_URL + SIMON_REMOTE_TOKEN — one port carries the API, the event stream, and the browser UI, so it tunnels cleanly.

Built by Expo. Streaming/input layer shares its lineage (and wire protocol) with serve-sim.