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

@programinglive/comingsoon

v1.0.7

Published

A sleek, terminal-inspired "Coming Soon" page with programmer vibes. Features matrix rain effects, typing animations, and a modern dark theme perfect for tech projects.

Downloads

19

Readme

Coming Soon - Programmer Theme 💻

A sleek, terminal-inspired "Coming Soon" page with programmer vibes. Features matrix rain effects, typing animations, and a modern dark theme perfect for tech projects.

🌐 Live Demo | 📦 NPM Package | 💻 GitHub

📦 NPM Installation

Install the package globally or use npx:

# Using npx (recommended)
npx @programinglive/comingsoon init

# Or install globally
npm install -g @programinglive/comingsoon
comingsoon init

This will copy all necessary files (index.html, style.css, script.js, netlify.toml) to your current directory.

✨ Features

  • 🖥️ Terminal-style UI with authentic command-line aesthetic
  • 🌧️ Matrix rain effect with falling characters
  • ⌨️ Typing animations showcasing random commands
  • 📊 Animated progress bar with dynamic updates
  • 📧 Email subscription form (ready for Netlify Forms integration)
  • 🎨 Dark mode design with vibrant green/cyan accents
  • 📱 Fully responsive for all devices
  • Zero dependencies - pure HTML, CSS, and vanilla JavaScript

🚀 Quick Deploy to Netlify

Option 1: Drag & Drop

  1. Drag the entire folder to Netlify Drop
  2. Your site is live! 🎉

Option 2: Netlify CLI

# Install Netlify CLI
npm install -g netlify-cli

# Deploy
netlify deploy --prod

Option 3: Connect to Git

  1. Push this folder to GitHub/GitLab
  2. Connect your repository in Netlify
  3. Netlify will auto-deploy on every push

🛠️ Customization

Update Social Links

Edit script.js and update the updateSocialLinks() function:

const links = {
    github: 'https://github.com/yourusername',
    twitter: 'https://twitter.com/yourusername',
    email: 'mailto:[email protected]'
};

Change Colors

Edit CSS variables in style.css:

:root {
    --text-primary: #00ff41;    /* Main green */
    --accent-blue: #00d4ff;     /* Links */
    --accent-purple: #bd93f9;   /* Labels */
    --accent-pink: #ff79c6;     /* Hover effects */
}

Enable Email Collection

To collect emails via Netlify Forms:

  1. Add data-netlify="true" to the form in index.html:
<form id="notify-form" class="notify-form" data-netlify="true" name="coming-soon">
  1. Emails will appear in your Netlify dashboard under Forms

📁 File Structure

comingsoon/
├── index.html       # Main HTML structure
├── style.css        # All styling and animations
├── script.js        # Interactive features
├── netlify.toml     # Netlify configuration
└── README.md        # This file

🎨 Design Features

  • Typography: JetBrains Mono & Fira Code fonts
  • Color Scheme: Matrix-inspired green with modern accents
  • Animations: Smooth transitions, glitch effects, heartbeat
  • Effects: Matrix rain, floating code snippets, typing simulation

📱 Browser Support

  • Chrome/Edge (latest)
  • Firefox (latest)
  • Safari (latest)
  • Mobile browsers

📝 License

Free to use for personal and commercial projects!

🤝 Contributing

Feel free to customize and make it your own! This is designed to be easily portable to any project.


Made with ♥ and <code/> by @programinglive & mahatma mahardhika