{"id":34819071,"url":"https://github.com/codx-ak/notify-bolt","last_synced_at":"2026-04-06T02:02:27.745Z","repository":{"id":315929562,"uuid":"1061226461","full_name":"codx-ak/notify-bolt","owner":"codx-ak","description":"A lightweight and themeable modal alert system for React, built with customization in mind. Supports classic layout, dark/light themes, and global config — ideal for confirmations, errors, success messages, and more.","archived":false,"fork":false,"pushed_at":"2025-12-25T11:13:50.000Z","size":1302,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-19T19:57:27.379Z","etag":null,"topics":["codx","codx-ak","notifications","notify","notify-bolt","react","react-notifications"],"latest_commit_sha":null,"homepage":"https://codx-ak.github.io/notify-bolt/","language":"TypeScript","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/codx-ak.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"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-09-21T13:56:14.000Z","updated_at":"2025-12-24T12:06:54.000Z","dependencies_parsed_at":"2025-09-25T22:36:52.359Z","dependency_job_id":null,"html_url":"https://github.com/codx-ak/notify-bolt","commit_stats":null,"previous_names":["codx-ak/notify-bolt"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/codx-ak/notify-bolt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codx-ak%2Fnotify-bolt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codx-ak%2Fnotify-bolt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codx-ak%2Fnotify-bolt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codx-ak%2Fnotify-bolt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codx-ak","download_url":"https://codeload.github.com/codx-ak/notify-bolt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codx-ak%2Fnotify-bolt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31456664,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"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":["codx","codx-ak","notifications","notify","notify-bolt","react","react-notifications"],"created_at":"2025-12-25T14:02:30.677Z","updated_at":"2026-04-06T02:02:27.729Z","avatar_url":"https://github.com/codx-ak.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://codx-ak.github.io/notify-bolt/logo.png\" width=\"120\" alt=\"Notify Bolt Logo\" /\u003e\n  \u003ch2 align=\"center\"\u003e✨ Experience Notify Bolt in Action\u003c/h2\u003e\n  \u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/notify-bolt\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/notify-bolt.svg\" alt=\"npm version\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/notify-bolt\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/dm/notify-bolt.svg\" alt=\"npm downloads\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"./LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/codx-ak/notify-bolt.svg\" alt=\"license\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n  \u003cp align=\"center\"\u003e\n    A blazing-fast, customizable, and elegant modal notification system for React.\n  \u003c/p\u003e\n  \u003ca href=\"https://codx-ak.github.io/notify-bolt/\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/🚀 OPEN PLAYGROUND -Try Live Now-blueviolet?style=for-the-badge\u0026logo=vercel\" /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n## ✨ Features\n\n- ✅ Easy to integrate\n- 🎨 Fully customizable (styles, icons, animations, etc.)\n- 🌗 Light \u0026 Dark mode support\n- ⚡ Zero dependencies\n- 💡 Built-in variants: `classic`, `default`\n- 🧩 Extendable global defaults with `setNotifyDefaults`\n- 🎥 Smooth modal animations\n- 🔄 Async handling with `Promise` (`confirm`, `deny`, `dismiss`)\n\n## 📦 Installation\n\n```bash\nnpm install notify-bolt\n# or\nyarn add notify-bolt\n# or\npnpm add notify-bolt\n```\n\n## 🚀 Quick Usage\n\n```tsx\nimport { showNotify } from 'notify-bolt';\n\nconst handleClick = () =\u003e {\n  showNotify({\n    title: 'Delete this item?',\n    message: 'This action is permanent. Do you wish to proceed?',\n    variant: 'classic',\n    mode: 'dark',\n    status: 'warning',\n    showConfirmButton: true,\n    showCancelButton: true,\n  })\n    .then((result) =\u003e {\n      if (result === 'confirm') {\n        // ✅ User confirmed\n      } else if (result === 'deny') {\n        // ⚠️ User denied\n      }\n    })\n    .catch(() =\u003e {\n      // ❌ User dismissed\n    });\n};\n```\n\n## 🔧 Global Configuration\n\nYou can set defaults once and reuse them across all modals:\n\n```tsx\nimport { setNotifyDefaults } from 'notify-bolt';\n\nsetNotifyDefaults({\n  mode: 'light',\n  defaultSize: 'sm',\n  animation: 'slide-up',\n  confirmButtonText: 'Okay',\n  cancelButtonText: 'Cancel',\n  icons: {\n    success: '✅',\n    error: '❌',\n    info: 'ℹ️',\n  },\n});\n```\n\n## 📜 License\n\nMIT © [codx-ak](https://github.com/codx-ak)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodx-ak%2Fnotify-bolt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodx-ak%2Fnotify-bolt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodx-ak%2Fnotify-bolt/lists"}