{"id":34570459,"url":"https://github.com/programinglive/comingsoon","last_synced_at":"2026-05-28T03:01:58.389Z","repository":{"id":327762625,"uuid":"1110681254","full_name":"programinglive/comingsoon","owner":"programinglive","description":"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.","archived":false,"fork":false,"pushed_at":"2025-12-05T16:29:12.000Z","size":227,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-11T18:37:07.884Z","etag":null,"topics":["comingsoon","comingsoonpage","comingsoonwebsite"],"latest_commit_sha":null,"homepage":"https://comingsoon.programinglive.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/programinglive.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-05T15:02:13.000Z","updated_at":"2025-12-05T16:29:16.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/programinglive/comingsoon","commit_stats":null,"previous_names":["programinglive/commingsoon"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/programinglive/comingsoon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programinglive%2Fcomingsoon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programinglive%2Fcomingsoon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programinglive%2Fcomingsoon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programinglive%2Fcomingsoon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/programinglive","download_url":"https://codeload.github.com/programinglive/comingsoon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programinglive%2Fcomingsoon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33592074,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["comingsoon","comingsoonpage","comingsoonwebsite"],"created_at":"2025-12-24T09:17:31.568Z","updated_at":"2026-05-28T03:01:58.383Z","avatar_url":"https://github.com/programinglive.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Coming Soon - Programmer Theme 💻\n\nA sleek, terminal-inspired \"Coming Soon\" page with programmer vibes. Features matrix rain effects, typing animations, and a modern dark theme perfect for tech projects.\n\n**🌐 [Live Demo](https://comingsoon.programinglive.com)** | **📦 [NPM Package](https://www.npmjs.com/package/@programinglive/comingsoon)** | **💻 [GitHub](https://github.com/programinglive/comingsoon)**\n\n## 📦 NPM Installation\n\nInstall the package globally or use npx:\n\n```bash\n# Using npx (recommended)\nnpx @programinglive/comingsoon init\n\n# Or install globally\nnpm install -g @programinglive/comingsoon\ncomingsoon init\n```\n\nThis will copy all necessary files (index.html, style.css, script.js, netlify.toml) to your current directory.\n\n## ✨ Features\n\n- 🖥️ **Terminal-style UI** with authentic command-line aesthetic\n- 🌧️ **Matrix rain effect** with falling characters\n- ⌨️ **Typing animations** showcasing random commands\n- 📊 **Animated progress bar** with dynamic updates\n- 📧 **Email subscription form** (ready for Netlify Forms integration)\n- 🎨 **Dark mode design** with vibrant green/cyan accents\n- 📱 **Fully responsive** for all devices\n- ⚡ **Zero dependencies** - pure HTML, CSS, and vanilla JavaScript\n\n## 🚀 Quick Deploy to Netlify\n\n### Option 1: Drag \u0026 Drop\n1. Drag the entire folder to [Netlify Drop](https://app.netlify.com/drop)\n2. Your site is live! 🎉\n\n### Option 2: Netlify CLI\n```bash\n# Install Netlify CLI\nnpm install -g netlify-cli\n\n# Deploy\nnetlify deploy --prod\n```\n\n### Option 3: Connect to Git\n1. Push this folder to GitHub/GitLab\n2. Connect your repository in Netlify\n3. Netlify will auto-deploy on every push\n\n## 🛠️ Customization\n\n### Update Social Links\nEdit `script.js` and update the `updateSocialLinks()` function:\n```javascript\nconst links = {\n    github: 'https://github.com/yourusername',\n    twitter: 'https://twitter.com/yourusername',\n    email: 'mailto:your.email@example.com'\n};\n```\n\n### Change Colors\nEdit CSS variables in `style.css`:\n```css\n:root {\n    --text-primary: #00ff41;    /* Main green */\n    --accent-blue: #00d4ff;     /* Links */\n    --accent-purple: #bd93f9;   /* Labels */\n    --accent-pink: #ff79c6;     /* Hover effects */\n}\n```\n\n### Enable Email Collection\nTo collect emails via Netlify Forms:\n1. Add `data-netlify=\"true\"` to the form in `index.html`:\n```html\n\u003cform id=\"notify-form\" class=\"notify-form\" data-netlify=\"true\" name=\"coming-soon\"\u003e\n```\n2. Emails will appear in your Netlify dashboard under Forms\n\n## 📁 File Structure\n\n```\ncomingsoon/\n├── index.html       # Main HTML structure\n├── style.css        # All styling and animations\n├── script.js        # Interactive features\n├── netlify.toml     # Netlify configuration\n└── README.md        # This file\n```\n\n## 🎨 Design Features\n\n- **Typography**: JetBrains Mono \u0026 Fira Code fonts\n- **Color Scheme**: Matrix-inspired green with modern accents\n- **Animations**: Smooth transitions, glitch effects, heartbeat\n- **Effects**: Matrix rain, floating code snippets, typing simulation\n\n## 📱 Browser Support\n\n- Chrome/Edge (latest)\n- Firefox (latest)\n- Safari (latest)\n- Mobile browsers\n\n## 📝 License\n\nFree to use for personal and commercial projects!\n\n## 🤝 Contributing\n\nFeel free to customize and make it your own! This is designed to be easily portable to any project.\n\n---\n\n**Made with ♥ and `\u003ccode/\u003e` by @programinglive \u0026 mahatma mahardhika**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprograminglive%2Fcomingsoon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprograminglive%2Fcomingsoon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprograminglive%2Fcomingsoon/lists"}