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

luxlabs

v1.0.20

Published

CLI tool for Lux - Upload and deploy interfaces from your terminal

Readme

luxlabs

Official CLI tool for Lux - Upload and deploy interfaces from your terminal.

Author: Jason Henkel at Lux Labs

Installation

npm install -g luxlabs

Quick Start

# Authenticate with Lux
lux login

# Initialize a new interface project
lux interface init

# Start local development with hot reload
lux dev

# Deploy your interface
lux interface up

Commands

Authentication

| Command | Description | |---------|-------------| | lux login | Authenticate with Lux (opens browser) | | lux login --key <api-key> | Authenticate with an API key | | lux logout | Log out from Lux |

Interface Management

| Command | Description | |---------|-------------| | lux interface init | Initialize a new interface project | | lux interface up | Upload and deploy your interface | | lux interface list | List all your interfaces | | lux interface link | Link current directory to an interface | | lux i <subcommand> | Shorthand alias for interface commands |

Development

| Command | Description | |---------|-------------| | lux dev | Start local dev server with tunnel | | lux dev -p <port> | Specify custom port (default: 3000) | | lux dev --no-tunnel | Disable tunnel (local only) | | lux servers | List running dev servers | | lux logs <interface> | View logs from a dev server |

Data Management

| Command | Description | |---------|-------------| | lux data tables | Manage database tables | | lux data kv | Manage KV namespaces |

Storage

| Command | Description | |---------|-------------| | lux storage ls | List files in storage | | lux storage get <key> | Download a file | | lux storage put <key> <file> | Upload a file | | lux storage rm <key> | Delete a file |

Workflows

| Command | Description | |---------|-------------| | lux workflows list | List all workflows | | lux workflows get <id> | Get workflow details | | lux workflows create | Create a new workflow | | lux workflows publish <id> | Publish a workflow | | lux flow <subcommand> | Shorthand alias |

Agents

| Command | Description | |---------|-------------| | lux agent list | List all agents | | lux agent get <id> | Get agent details | | lux agent create | Create a new agent | | lux agent prompt <id> | View/edit agent prompt |

Knowledge Base

| Command | Description | |---------|-------------| | lux knowledge list | List knowledge bases | | lux knowledge upload <file> | Upload to knowledge base | | lux kb <subcommand> | Shorthand alias |

Voice Agents

| Command | Description | |---------|-------------| | lux voice-agents list | List voice agents | | lux voice-agents create | Create a voice agent | | lux va <subcommand> | Shorthand alias |

Secrets

| Command | Description | |---------|-------------| | lux secrets list | List organization secrets | | lux secrets set <key> <value> | Set a secret | | lux secrets get <key> | Get a secret value | | lux secrets delete <key> | Delete a secret |

A/B Tests

| Command | Description | |---------|-------------| | lux ab-tests list-tests | List all A/B tests | | lux ab-tests get-test <id> | Get test details | | lux experiments <subcommand> | Alias for ab-tests |

Project Deployment

| Command | Description | |---------|-------------| | lux project deploy | Deploy project to GitHub | | lux proj <subcommand> | Shorthand alias |

Preview & Testing

| Command | Description | |---------|-------------| | lux preview <interface-id> | Start interface preview | | lux screenshot <interface-id> | Take a screenshot | | lux click <interface-id> <selector> | Click an element | | lux type <interface-id> <selector> <text> | Type into an element | | lux eval <interface-id> <code> | Execute JavaScript | | lux url <interface-id> | Get current URL | | lux nav <interface-id> <url> | Navigate to URL |

Requirements

  • Node.js >= 18.0.0
  • npm or yarn

Support

For support and documentation, visit uselux.ai

For issues, visit GitHub Issues

License

Proprietary - See LICENSE file for details.

Copyright (c) 2024-2025 Lux AI Labs. All Rights Reserved.