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
Install the package globally or use npx:
# Using npx (recommended)
npx @programinglive/comingsoon init
# Or install globally
npm install -g @programinglive/comingsoon
comingsoon initThis will copy all necessary files (index.html, style.css, script.js, netlify.toml) to your current directory.
- π₯οΈ 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
- Drag the entire folder to Netlify Drop
- Your site is live! π
# Install Netlify CLI
npm install -g netlify-cli
# Deploy
netlify deploy --prod- Push this folder to GitHub/GitLab
- Connect your repository in Netlify
- Netlify will auto-deploy on every push
Edit script.js and update the updateSocialLinks() function:
const links = {
github: 'https://github.com/yourusername',
twitter: 'https://twitter.com/yourusername',
email: 'mailto:your.email@example.com'
};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 */
}To collect emails via Netlify Forms:
- Add
data-netlify="true"to the form inindex.html:
<form id="notify-form" class="notify-form" data-netlify="true" name="coming-soon">- Emails will appear in your Netlify dashboard under Forms
comingsoon/
βββ index.html # Main HTML structure
βββ style.css # All styling and animations
βββ script.js # Interactive features
βββ netlify.toml # Netlify configuration
βββ README.md # This file
- 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
- Chrome/Edge (latest)
- Firefox (latest)
- Safari (latest)
- Mobile browsers
Free to use for personal and commercial projects!
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