{"id":21676030,"url":"https://github.com/helpscout/beacon-devtools","last_synced_at":"2025-10-27T19:49:54.663Z","repository":{"id":33892772,"uuid":"161422085","full_name":"helpscout/beacon-devtools","owner":"helpscout","description":"🖲 Beacon: DevTools","archived":false,"fork":false,"pushed_at":"2024-02-12T18:03:20.000Z","size":973,"stargazers_count":10,"open_issues_count":1,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-10-27T19:49:53.923Z","etag":null,"topics":["beacon","devtools","javascript","open-source","react"],"latest_commit_sha":null,"homepage":"https://beacon-devtools.pages.dev/","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/helpscout.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2018-12-12T02:33:17.000Z","updated_at":"2025-04-21T20:17:37.000Z","dependencies_parsed_at":"2024-11-25T16:03:19.851Z","dependency_job_id":null,"html_url":"https://github.com/helpscout/beacon-devtools","commit_stats":null,"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/helpscout/beacon-devtools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helpscout%2Fbeacon-devtools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helpscout%2Fbeacon-devtools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helpscout%2Fbeacon-devtools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helpscout%2Fbeacon-devtools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/helpscout","download_url":"https://codeload.github.com/helpscout/beacon-devtools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helpscout%2Fbeacon-devtools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281332393,"owners_count":26483032,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-27T02:00:05.855Z","response_time":61,"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":["beacon","devtools","javascript","open-source","react"],"created_at":"2024-11-25T14:11:56.037Z","updated_at":"2025-10-27T19:49:54.645Z","avatar_url":"https://github.com/helpscout.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Beacon DevTools\n\n\u003e DevTools for Help Scout's Beacon Embed\n\n![Beacon DevTools](https://raw.githubusercontent.com/helpscout/beacon-devtools/master/images/beacon-devtools-prev.jpg)\n\n## Table of contents\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n\n- [Installation](#installation)\n- [Usage](#usage)\n  - [Development](#development)\n  - [In Browser](#in-browser)\n- [Demo](#demo)\n- [Props](#props)\n  - [beaconIds example](#beaconids-example)\n- [Check out Beacon](#check-out-beacon)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n## Installation\n\n```\nnpm install --save-dev @helpscout/beacon-devtools\n```\n\n## Usage\n\n### Development\n\n```jsx\nimport React from 'react'\nimport BeaconDevTools from '@helpscout/beacon-devtools'\n\nclass MyApp extends React.Component {\n  render() {\n    return (\n      \u003cdiv\u003e\n        ...\n        \u003cBeaconDevTools /\u003e\n      \u003c/div\u003e\n    )\n  }\n}\n```\n\n### In Browser\n\nTo add Beacon DevTools to your page, copy/paste the following snippet into your HTML:\n\n```html\n\u003cscript\n  crossorigin\n  src=\"https://unpkg.com/@helpscout/beacon-devtools/dist/beacon-devtools.umd.js\"\n\u003e\u003c/script\u003e\n```\n\nAlternatively, you can add this snippet:\n\n```html\n\u003cscript\u003e\n  ;(function() {\n    var u =\n      'https://unpkg.com/@helpscout/beacon-devtools/dist/beacon-devtools.umd.js'\n    var s = document.createElement('script')\n    s.type = 'text/javascript'\n    s.charset = 'utf-8'\n    s.src = u\n    document.body.appendChild(s)\n  })()\n\u003c/script\u003e\n```\n\n## Demo\n\nCheck out the demo on [Netlify](https://beacon-devtools.netlify.com/)!\n\n## Props\n\n```jsx\n\u003cBeaconDevTools /\u003e\n```\n\n| Prop       | Type            | Default | Description                                         |\n| ---------- | --------------- | ------- | --------------------------------------------------- |\n| isAutoOpen | `boolean`       | `false` | Automatically opens Beacon on load.                 |\n| beaconIds  | `Array\u003cObject\u003e` | `[]`    | A collection of Beacon IDs to load into a `select`. |\n\n### beaconIds example\n\n```jsx\nconst beaconIds = [\n  { id: '...', label: 'My Test Beacon 1' },\n  { id: '...', label: 'Production Beacon' },\n  { id: '...', label: 'Marketing Beacon' },\n]\n\n// ...\n\n\u003cBeaconDevTools beaconIds={beaconId} /\u003e\n```\n\n## Check out Beacon\n\n**Beacon is way more than chat.**\n\nSay farewell to overwhelming chat volume, staffing nightmares, and frustrated customers abandoned in chat windows. Ready to make your website more helpful?\n\n👉 [Check it out](https://www.helpscout.net/live-chat/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelpscout%2Fbeacon-devtools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhelpscout%2Fbeacon-devtools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelpscout%2Fbeacon-devtools/lists"}