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-cursor

v0.1.0

Published

Add Vortex AI integration to Cursor in your project

Readme

@teamvortexsoftware/vortex-cursor

Add Vortex AI integration to your project for Cursor

One-Line Setup

npx @teamvortexsoftware/vortex-cursor init

You'll be prompted for:

  • Your Vortex API key
  • Your widget ID

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

What It Does

Adds an @integrate-vortex prompt to Cursor 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-cursor init

    Enter your API key and widget ID when prompted.

  3. Integrate Vortex in Cursor:

    • Open Cursor Composer (Cmd/Ctrl + I)
    • Type: @integrate-vortex
    • Cursor analyzes your codebase and implements everything
    • Your credentials are already configured!
  4. 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 (coming soon)

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-cursor init

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

First, we need your Vortex credentials:

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

✅ Credentials received
✅ Created .cursor/prompts/integrate-vortex.md
✅ Added VORTEX_API_KEY to .env.local

🎉 Setup complete!

# In Cursor, open Composer and type:
@integrate-vortex

# Cursor 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

Comparison with Claude Code

We also offer @teamvortexsoftware/vortex-claude for VS Code with Claude Code. Both tools provide the same integration experience:

| Feature | Claude Code | Cursor | |---------|-------------|--------| | Installation | npx @teamvortexsoftware/vortex-claude init | npx @teamvortexsoftware/vortex-cursor init | | Usage | Type /integrate-vortex | Type @integrate-vortex | | Credentials | Injected into slash command | Injected into prompt file | | Location | .claude/commands/ | .cursor/prompts/ |

Support

License

Apache-2.0