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 🙏

© 2025 – Pkg Stats / Ryan Hefner

@teamvortexsoftware/vortex-claude

v0.1.6

Published

Add Vortex AI integration to Claude Code in your project

Readme

@teamvortexsoftware/vortex-claude

Add Vortex AI integration to your project for Claude Code

One-Line Setup

npx @teamvortexsoftware/vortex-claude init

You'll be prompted for:

  • Your Vortex API key
  • Your component ID

That's it! This adds AI-powered Vortex integration to your project with your credentials baked in.

What It Does

Adds a /integrate-vortex slash command to VS Code with Claude Code that:

  • Analyzes your codebase (framework, auth, grouping mechanism)
  • Chooses the right Vortex SDK and components
  • Generates all integration code
  • Implements JWT endpoints
  • Adds UI components
  • Creates landing pages
  • Configures everything

How to Use

  1. Get your credentials:

  2. Run init (one time):

    npx @teamvortexsoftware/vortex-claude init

    Enter your API key and component ID when prompted.

  3. Reload VS Code:

    • Cmd/Ctrl + Shift + P → "Reload Window"
  4. Integrate Vortex:

    • Type: /integrate-vortex
    • Claude analyzes your codebase and implements everything
    • Your credentials are already configured!
  5. Done!

    • Full Vortex integration in ~30 minutes
    • Review and test the code

Requirements

Supported Tech Stacks

Frontend:

  • React, Next.js
  • React Native
  • Angular (14, 19, 20)
  • Vue (2, 3)

Backend:

  • Node.js (Express, Fastify)
  • Next.js App Router
  • Python (Flask, Django)
  • Ruby (Rails)
  • Java (Spring Boot)
  • Go, C#, PHP, Rust

Example

# Initialize Vortex AI integration
npx @teamvortexsoftware/vortex-claude init

# You'll see:
🚀 Setting up Vortex AI integration for Claude Code...

First, we need your Vortex credentials:

Vortex API Key (from https://admin.vortexsoftware.com/members/api-keys): vortex_xxxxx
Component ID (from https://admin.vortexsoftware.com): component_yyyyy

✅ Credentials received
✅ Created .claude/commands/integrate-vortex.md
✅ Added VORTEX_API_KEY to .env.local

🎉 Setup complete!

# Reload VS Code, then type:
/integrate-vortex

# Claude uses your credentials and implements everything!

What Gets Implemented

✅ Backend JWT generation endpoint ✅ API routes for invitations ✅ Frontend component integration ✅ Landing page for invitation acceptance ✅ Database membership creation ✅ Environment variables ✅ Widget configuration guide

Time to Integration

  • With AI: ~30 minutes
  • Manual: 4-6 hours

Support

License

Apache-2.0