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

@simple-build/vibe-code

v1.0.4

Published

πŸš€ AI-powered CLI tool that analyzes codebases and generates comprehensive project reports using Google's Gemini LLMs. Features interactive web interface, smart file detection, and professional report generation.

Readme

πŸš€ vibe-code

npm version License: MIT Node.js Version

AI-powered CLI tool that analyzes codebases and generates comprehensive project reports using Google's Gemini LLMs

Transform any codebase into a beautiful, interactive analysis report in seconds! 🎯

πŸŽ₯ Watch the full demo on YouTube β†’

✨ Features

  • πŸ€– AI-Powered Analysis: Leverages Google's Gemini LLMs for intelligent code understanding
  • πŸ“Š Interactive Dashboard: Beautiful web interface with tabbed navigation and responsive design
  • πŸ” Smart File Detection: Automatically identifies important files and architectural patterns
  • 🌐 Local Web Server: Serves reports on localhost with auto-open browser functionality
  • πŸ“ Multiple Export Formats: Saves reports as JSON, Markdown, and HTML
  • ⚑ Fast & Efficient: Optimized for repositories of any size with intelligent file filtering
  • πŸ›‘οΈ Robust Error Handling: Comprehensive error handling with helpful suggestions and fallback modes
  • πŸ”„ Fallback Mode: Basic analysis when AI is unavailable or quota exceeded
  • πŸ’Ύ Report Management: List, serve, and clear generated reports with simple commands
  • 🎨 Professional UI: Clean, modern interface with syntax highlighting and interactive elements

πŸš€ Quick Start

Installation

# Install globally via npm
npm install -g vibe-code

# Or use with npx (no installation required)
npx vibe-code

Basic Usage

# Navigate to your project
cd your-awesome-project

# Run analysis (opens interactive report)
vibe-code

# That's it! πŸŽ‰

πŸ“– Commands Reference

| Command | Description | Example | |---------|-------------|---------| | vibe-code | Analyze current repository (default) | vibe-code | | vibe-code analyze | Analyze with options | vibe-code analyze -p 3000 | | vibe-code serve | Serve existing reports | vibe-code serve -p 4000 | | vibe-code list | List generated reports | vibe-code list | | vibe-code clear | Clear all reports | vibe-code clear -f | | vibe-code help | Show detailed help | vibe-code help |

Command Options

# Specify custom port
vibe-code --port 3000
vibe-code -p 8080

# Force clear without confirmation
vibe-code clear --force
vibe-code clear -f

# Get help and version info
vibe-code --help
vibe-code --version

πŸ”§ Setup Guide

1. Get Your Gemini API Key

  1. Visit Google AI Studio
  2. Sign in with your Google account
  3. Create a new API key (free tier available with generous limits)
  4. Copy your API key for use with vibe-code

2. Run Your First Analysis

# Navigate to any project directory
cd my-project

# Start the analysis
vibe-code

You'll be prompted to:

  • Select a Gemini model (recommended: gemini-1.5-flash for speed and efficiency)
  • Enter your API key (paste the key from step 1)
  • Choose analysis options (standard or advanced mode)

3. View Your Report

The tool automatically:

  • βœ… Analyzes your codebase intelligently
  • βœ… Generates a comprehensive report
  • βœ… Opens an interactive dashboard in your browser
  • βœ… Saves reports in .vibe-output/ directory for future reference

What You Get

Project Overview Dashboard

  • AI-Generated Summary: Intelligent project description and purpose analysis
  • Technology Stack Detection: Automatically identified frameworks, libraries, and tools
  • Key Statistics: File counts, lines of code, project complexity metrics
  • Project Health Insights: Code quality observations and recommendations

Intelligent File Analysis

  • Important Files Detection: Auto-identified critical files with importance ranking
  • File Purpose Explanations: AI-generated descriptions of each file's role
  • Code Structure Visualization: Clear project organization and architecture overview
  • Dependency Analysis: Package and import relationship mapping

AI-Powered Insights

  • Architecture Analysis: Deep understanding of how your project is structured
  • Best Practices Assessment: Code quality observations and industry standard compliance
  • Improvement Suggestions: AI-powered recommendations for optimization
  • Technology Assessment: Framework and tool evaluation with modern alternatives

πŸ“± Interactive Dashboard Features

  • Tabbed Interface: Easy navigation between Overview, Files, Structure, and AI Analysis
  • Responsive Design: Perfect experience on desktop, tablet, and mobile devices
  • Professional Styling: Clean, modern interface with syntax highlighting
  • Export Options: Multiple format support (JSON, Markdown, HTML)
  • Search & Filter: Quick navigation through large codebases
  • Dark/Light Mode: Comfortable viewing in any environment