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

@msn-control/liftoff

v0.10.4

Published

Interactive CLI for governed GenAI, API, and Power Apps code app projects.

Readme

Liftoff

Initialize governed GenAI applications, APIs, and Power Apps code apps from one interactive CLI. Liftoff combines production-oriented scaffolds with OpenSpec or Spec Kit and integrates GitHub Copilot, Claude Code, or both from the first commit.

npm version CI license Node.js

Start here

Install the published CLI from canonical npm:

npm install -g @msn-control/liftoff@latest

Primary path:

liftoff init my-project
cd my-project
/liftoff-setup

liftoff init asks for workload, spec workflow, agents, readiness, and plan confirmation before writing local files. Repository governance is enabled by default as a local deterministic handoff. /liftoff-setup then completes, syncs, and archives the generated bootstrap seed through local baseline checks, then stops at explicit authority gates for repository publication, credentials, billed infrastructure or exceptions, final enforcement, destructive cleanup, and external blockers. No model selection is required for setup; the CLI phase graph, evidence, and approvals are authoritative.

After the first self-upgrade-capable release is installed globally through npm, later CLI releases use liftoff upgrade --check followed by liftoff upgrade. This replaces the CLI only; generated projects use liftoff update separately for Liftoff-managed core files. Useful read-only checks:

liftoff validate
liftoff doctor
liftoff upgrade --check
liftoff update --check

Plain liftoff update applies safe managed-core changes immediately and skips core conflicts. Application source, dependencies, schemas, containers, environments, documentation, and infrastructure are project-owned after generation and remain outside every update mode, including --force. Use liftoff update --check --json for a read-only core-maintenance gate.

Projects generated before 0.10.2 may still display the retired /liftoff-repository-governance command. Review liftoff update --check, then remove that generated alias with:

liftoff upgrade
liftoff update --force

Reload the coding-agent session afterward so its command index refreshes.

Liftoff terminal showing interactive workload, workflow, multi-agent, readiness, and safe completion steps

One flow, three workloads

| Workload | Generated foundation | Deferred until you choose | | --- | --- | --- | | GenAI application | Python, FastAPI, PydanticAI, data and messaging boundaries, optional frontend, Docker, and Azure OpenTofu | Model credentials, cloud sign-in, deployment | | API application | Python/FastAPI, Node.js/Fastify, or Go/Huma API, database assets, optional frontend, Docker, and Azure OpenTofu | Service configuration, cloud sign-in, deployment | | Power Apps code app | Microsoft's pinned React, Vite, TypeScript, Power Apps SDK starter and project-local CLI | Environment binding, connectors, power-apps push |

If the GenAI specialization is not yet known, choose I'm not sure yet - Generic GenAI starter or use --pattern generic. It creates a neutral PydanticAI invocation foundation without assuming RAG, chat, agents, streaming, fine-tuning, or workflows.

Every workload can use OpenSpec or Spec Kit with GitHub Copilot, Claude Code, or both. The optional Microsoft Code Apps agent plugin remains an explicit, Preview-only choice.

Compare workload questions and outputs | Choose a spec workflow and agents

Existing repository friendly

Run liftoff init at the exact current Git root to initialize that repository in place; Liftoff does not create an unnecessary child folder. In other locations, a project name creates a named child directory.

All output is rendered and validated in temporary staging first. Liftoff discloses regular-file replacements, asks before overwrite, rejects structural and symlink conflicts, keeps tool/dependency permissions independent, and rolls back handled write failures.

Initialize an existing repository | Understand target and consent safety

Documentation

| Guide | Use it to | | --- | --- | | Getting started | Install safely and complete the first interactive project | | Workloads | Compare GenAI, API, and Power Apps choices and outputs | | Spec workflows and agents | Configure OpenSpec, Spec Kit, Copilot, Claude, and the optional Code Apps plugin | | Repository governance | Review /liftoff-setup, read-only /liftoff-governance-assess, authority gates, evidence, and compatibility | | Existing repositories | Understand in-place, child-directory, and migration behavior | | Prerequisites | Review plan-derived runtimes, tools, authentication, and dependency setup | | Supported stack baseline | Review pinned runtimes, frameworks, dependency locks, images, and refresh policy | | Safety and consent | Review staging, overwrite, setup authority, credential, rollback, and ownership guarantees | | Telemetry and privacy | Review collected fields, opt-outs, Azure processing, and retention | | CLI reference | Find commands, flags, terminal modes, JSON, and exit-code contracts | | Generated project structure | Locate workload-specific and conditional generated areas | | Configuration and manifests | Edit desired state, manifest v7, activation identity, and managed artifacts | | Azure deployment | Review generated Azure and OpenTofu contracts for API workloads | | Troubleshooting | Recover from registry, readiness, validation, update, and plugin issues | | Developer guide | Maintain version vectors, compatibility maps, release checks, and publishing |

Contributing and security

See CONTRIBUTING.md and DEVELOPER.md for build, test, packaging, starter-refresh, compatibility, and release procedures. Report vulnerabilities through the private process in SECURITY.md.

Liftoff is licensed under GPL-3.0-only.