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

@ciqada/ui-hero

v1.1.0

Published

CLI tool to install UI Hero landing sections

Downloads

188

Readme

UI Hero CLI

Command-line tool to install UI Hero landing sections into your Next.js project.

Installation

npx ui-hero@latest add

No installation required! Use npx to run the latest version.

Commands

add - Install components

# Interactive selection
npx ui-hero add

# Install specific components
npx ui-hero add hero-section-01
npx ui-hero add pricing-section-01 features-section-01

# With license key
npx ui-hero add --key YOUR-LICENSE-KEY

list - Show available components

npx ui-hero list

update - Update installed components

npx ui-hero update

How It Works

  1. License Validation: Enter your license key or use free tier
  2. Component Selection: Choose components to install
  3. Auto-Detection: Finds your Next.js project structure
  4. Installation: Downloads components to components/ui-hero/
  5. Ready to Use: Import and customize

Usage After Installation

import Hero from '@/components/ui-hero/hero-section-01';
import Pricing from '@/components/ui-hero/pricing-section-01';

export default function Page() {
  return (
    <main>
      <Hero />
      <Pricing />
    </main>
  );
}

License Tiers

Free Tier

  • Hero Section (hero-section-01)
  • Perfect for testing and personal projects

Pro Tier ($39)

  • All 6 premium sections
  • Commercial license
  • Lifetime updates
  • Purchase at: https://ui-hero.com/pricing

Components

  • hero-section-01 - AI Hero Section (FREE)
  • pricing-section-01 - Pricing Section (PRO)
  • features-section-01 - Features Grid (PRO)
  • testimonials-section-01 - Social Proof (PRO)
  • cta-section-01 - Final CTA (PRO)
  • faq-section-01 - FAQ Section (PRO)

Environment Variables

For self-hosted deployments:

UI_HERO_REGISTRY_URL=https://your-domain.com/api/registry
UI_HERO_LICENSE_API=https://your-domain.com/api/validate-license
UI_HERO_CDN_URL=https://your-domain.com/api/components

Support

  • Documentation: https://ui-hero.com/docs
  • Issues: https://github.com/ui-hero/cli/issues
  • Email: [email protected]

License

MIT License - CLI tool is free and open source. Components require separate license (included with purchase).