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

site-sculptor

v1.1.3

Published

๐Ÿš€ Ultimate AI-powered CLI tool for website cloning, analysis, and project generation with 15+ templates. Features automatic setup, beautiful terminal UI, and GPT-4 integration.

Readme

๐ŸŽจ Site Sculptor

npm version License: MIT Node.js Version Downloads

๐Ÿš€ The ultimate AI-powered website cloning, analysis, and project generation CLI tool

Site Sculptor transforms your web development workflow with intelligent automation. Clone any website, generate production-ready projects from 15+ templates, and enhance them with modern features - all through a stunning terminal interface powered by OpenAI GPT-4.

โœจ NEW in v1.1.0: Automatic API key setup, enhanced project generation, robust server management, and beautiful terminal UI!

โœจ Features

๐ŸŒ Intelligent Website Cloning

  • Complete Asset Download: Images, CSS, JS, fonts, and media files
  • Smart Enhancement: Auto-adds animations, interactivity, and modern features
  • Local Development Server: Automatic port detection (8000-8100) with conflict resolution
  • Cross-Platform: Works seamlessly on Windows, macOS, and Linux
  • Link Rewriting: Converts external links for local serving

๐ŸŽจ AI-Powered Project Generation

  • 15+ Professional Templates: Games, portfolios, web apps, dashboards, and business sites
  • GPT-4 Integration: Advanced AI generates clean, functional, beginner-friendly code
  • Chain-of-Thought Processing: 5-step reasoning for high-quality output
  • Zero Placeholders: Always generates complete, working code
  • Instant Scaffolding: Projects ready to run in seconds

๐Ÿ” Comprehensive Website Analysis

  • SEO Audit: Meta tags, headings, performance recommendations
  • Technology Detection: Frameworks, libraries, and tools identification
  • Performance Insights: Load times, optimization suggestions
  • Accessibility Checks: WCAG compliance and improvement tips

๐ŸŽฏ Stunning Terminal Experience

  • Rainbow ASCII Art: Beautiful figlet banners with gradient effects
  • Interactive Interface: Natural language command processing
  • Real-Time Feedback: Progress spinners, loading indicators, and status updates
  • Professional Tables: Organized data display with cli-table3
  • Color-Coded Output: Intuitive visual feedback with chalk styling

๐Ÿ”ง Production-Ready Features

  • Automatic Setup: First-run API key configuration
  • Robust Error Handling: Graceful failures with helpful messages
  • Memory System: Conversation context and user preferences
  • Port Management: Smart conflict resolution and cleanup utilities
  • Server Monitoring: Track and manage multiple running servers

๐Ÿš€ Quick Start

Installation

# Install globally via NPM
npm install -g site-sculptor

# Or use with npx (no installation required)
npx site-sculptor

# Alternative command alias
npm install -g site-sculptor
sculptor  # Short alias for site-sculptor

First-Time Setup

๐ŸŽ‰ NEW: Automatic Setup! Site Sculptor now automatically prompts for API key setup on first run.

# Just run the tool - it will guide you through setup
site-sculptor
# โ†’ "๐Ÿ”ง First time setup required!"
# โ†’ Guides through OpenAI API key configuration
# โ†’ "โœ… Setup complete! Welcome to Site Sculptor!"

# Or manually configure
site-sculptor setup

Usage

# Start interactive mode
site-sculptor

# Clone a website
site-sculptor clone https://example.com

# Generate a project
site-sculptor build snake-game

# Show available templates
site-sculptor templates

# Get help
site-sculptor --help

๐ŸŽฎ Available Commands

Website Commands

  • clone <url> - Clone and enhance any website
  • analyze <url> - Analyze website technologies and SEO
  • serve <directory> - Serve local files with live server

Project Generation

  • build <project-name> - Generate a project from templates
  • templates - Show all available project templates
  • search <keyword> - Find specific templates

Utility Commands

  • setup - Configure OpenAI API key and preferences
  • config - Show current configuration
  • servers - List running servers
  • stop - Stop all running servers
  • help - Show detailed help

๐ŸŽจ Project Templates

๐ŸŽฎ Games

  • snake-game - Classic Snake game with modern UI
  • memory-game - Card matching memory game
  • tic-tac-toe - Interactive Tic-Tac-Toe
  • rock-paper-scissors - Animated RPS game

๐Ÿ’ผ Portfolios

  • developer-portfolio - Modern developer showcase
  • creative-portfolio - Artist/designer portfolio
  • minimal-portfolio - Clean, minimalist design

๐Ÿ“ฑ Web Apps

  • todo-app - Task management application
  • weather-app - Weather dashboard with API
  • calculator - Scientific calculator
  • quiz-app - Interactive quiz platform

๐Ÿข Business

  • landing-page - Product landing page
  • restaurant-menu - Digital menu system
  • blog-template - Personal blog layout

๐Ÿ“Š Dashboards

  • admin-dashboard - Complete admin interface
  • analytics-dashboard - Data visualization panel

๐Ÿ› ๏ธ Requirements

  • Node.js >= 16.0.0
  • Python 3 (for local server functionality)
  • OpenAI API Key (for project generation)

โš™๏ธ Configuration

Site Sculptor stores configuration in ~/.site-sculptor/config.json:

{
  "openaiApiKey": "your-api-key-here",
  "defaultOutputDir": "./clones",
  "theme": "dark",
  "autoServe": true
}

Getting OpenAI API Key

  1. Visit OpenAI Platform
  2. Create a new API key
  3. Run site-sculptor setup to configure

๐ŸŒŸ Examples

Clone and Enhance a Website

site-sculptor clone https://github.com
# Clones GitHub homepage with enhancements
# Auto-serves on available port (8000, 8001, etc.)

Generate a Snake Game

site-sculptor build snake-game
# Creates a complete Snake game
# Includes HTML, CSS, JavaScript
# Auto-opens in browser

Interactive Mode

site-sculptor
# Starts beautiful interactive CLI
# Natural language commands supported
# "build a portfolio" or "clone reddit.com"

๐Ÿ”ง Advanced Features

Smart Port Management

  • Automatically finds available ports (8000-8100)
  • Handles port conflicts gracefully
  • Multiple servers can run simultaneously

Enhanced Website Cloning

  • Downloads all assets (images, CSS, JS, fonts)
  • Rewrites links for local serving
  • Adds modern enhancements:
    • Smooth animations
    • Interactive buttons
    • Responsive navigation
    • Keyboard shortcuts

AI-Powered Generation

  • Context-aware project creation
  • Beginner-friendly code output
  • Modern web standards
  • Fully functional projects

๐Ÿค Contributing

We welcome contributions! Please see our Contributing Guide for details.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

๐Ÿš€ What's New in v1.1.0

โœจ Major Improvements

  • ๐Ÿ”ง Automatic API Key Setup: No more manual configuration - setup happens on first run
  • ๐ŸŽฏ Enhanced Project Generation: Chain-of-thought AI processing for superior code quality
  • ๐ŸŒ Robust Server Management: Smart port detection, conflict resolution, and cleanup
  • ๐ŸŽจ Beautiful Terminal UI: Stunning ASCII art, colors, and professional interface
  • ๐Ÿ“ฆ Zero Placeholder Policy: Always generates complete, functional code
  • ๐Ÿ”„ Improved Error Handling: Graceful failures with helpful recovery suggestions

๐Ÿ› Bug Fixes

  • Fixed terminal freezing after server startup
  • Resolved port conflict issues
  • Enhanced cross-platform compatibility
  • Improved AI response parsing and validation

๐Ÿ“ˆ Roadmap

๐Ÿ”ฎ Coming Soon (v1.2.0)

  • ๐ŸŽจ Custom Template Creator: Build your own project templates
  • ๐ŸŒ Multi-Language Support: Templates in React, Vue, Angular
  • โ˜๏ธ Cloud Deployment: One-click deploy to Netlify, Vercel, GitHub Pages
  • ๐Ÿ”„ Live Sync: Real-time collaboration features

๐Ÿ“ License

This project is licensed under the MIT License - see the LICENSE file for details.

๐Ÿ™ Acknowledgments

  • OpenAI for providing the incredible GPT-4 API
  • Node.js Community for the amazing ecosystem
  • All Contributors who make this project better every day
  • Users who provide feedback and feature requests
  • Open Source Libraries: figlet, chalk, boxen, cli-table3, ora, and many more

๐Ÿ“ž Support & Community


Made with โค๏ธ by Rishi Singh

Transform your web development workflow with AI-powered automation! ๐Ÿš€