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

@traisetech/autopilot

v2.4.0

Published

An intelligent Git automation CLI that safely commits and pushes your code so you can focus on building.

Downloads

1,524

Readme

🚀 Autopilot

Autopilot CLI v2.4.0

The Intelligent Git Engine That Respects Your Flow.

npm version License: MIT Downloads GitHub Stars

Explore DocumentationView LeaderboardReport Bug


💎 Why Autopilot?

Autopilot isn't just a "git commit" wrapper. It's a flow-state companion designed for high-velocity developers who don't want to break their concentration for repetitive git operations.

  • Intelligent Sync: Automates the commit-push cycle with smart debouncing that respects your typing patterns.
  • Local-First Architecture: Your code NEVER leaves your machine. Automation is 100% local.
  • Zero-Config Simplicity: Works out of the box with autopilot init, but offers surgical control for power users.
  • AI-Assisted Clarity: Optional integration with Gemini or Grok to generate meaningful, human-readable commit messages.
  • Focus Engine: Track your coding streaks and focus minutes without external time trackers.

🛠️ Performance & Safety Rails

We built Autopilot with a "Trust First" philosophy. It includes hard-coded safety guarantees that make it impossible to break your repository history.

🛡️ Non-Negotiable Guarantees

  • No Force-Pushes: Autopilot will never overwrite remote history.
  • Conflict Awareness: Automatically pauses if a merge conflict is detected.
  • Secret Prevention: Scans and blocks commits containing .env files or potential API keys.
  • Implicit Reversibility: Every automated action can be reverted instantly with autopilot undo.

🚀 Getting Started

1. Installation

npm install -g @traisetech/autopilot

2. Quick Setup

Run the interactive guide to learn the ropes:

autopilot guide

3. Initialize Your Repo

cd /path/to/project
autopilot init

4. Lift Off

autopilot start

📊 The Command Suite

| Command | Purpose | | :--- | :--- | | autopilot start | Launch the intelligent background watcher. | | autopilot dashboard | View real-time activity in a high-fidelity TUI. | | autopilot insights | Deep-dive into your productivity and streak data. | | autopilot undo | Roll back the last automated commit & preserve changes. | | autopilot guide | (NEW) Interactive walkthrough and onboarding. | | autopilot doctor | Validate your environment and diagnostic health. | | autopilot status | Instant pulse-check on the automation engine. |


🔒 Privacy & AI Transparency

  • Opt-In AI: AI features are strictly disabled by default. You provide your own keys; we never see them.
  • No Code Collection: We do not store, proxy, or train on your source code.
  • Anonymized Metrics: Leaderboard data uses cryptographic hashes to preserve your identity while celebrating your progress.

🤝 Contributing

Autopilot is built by the community. Want to help?

  1. Check out our Architecture Overview.
  2. Look for good-first-issue labels.
  3. Join the mission to automate developer productivity.