{"id":28000477,"url":"https://github.com/h37ix/yuuki-bullet-chat","last_synced_at":"2026-05-10T03:48:33.148Z","repository":{"id":292018012,"uuid":"977143633","full_name":"H37IX/Yuuki-Bullet-Chat","owner":"H37IX","description":"a StreamElements Custom Overlay for Bullet Chat","archived":false,"fork":false,"pushed_at":"2025-05-07T17:39:38.000Z","size":11619,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-08T23:53:03.961Z","etag":null,"topics":["css","js","json","livestream","livestreaming","obs","streamelements"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/H37IX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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},"funding":{"github":"h37ix"}},"created_at":"2025-05-03T14:23:30.000Z","updated_at":"2025-05-07T17:29:36.000Z","dependencies_parsed_at":"2025-05-07T18:38:40.023Z","dependency_job_id":"b454b0de-e81a-4bd6-b2f4-951ffe00979d","html_url":"https://github.com/H37IX/Yuuki-Bullet-Chat","commit_stats":null,"previous_names":["h37ix/yuuki-bullet-chat"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H37IX%2FYuuki-Bullet-Chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H37IX%2FYuuki-Bullet-Chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H37IX%2FYuuki-Bullet-Chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H37IX%2FYuuki-Bullet-Chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/H37IX","download_url":"https://codeload.github.com/H37IX/Yuuki-Bullet-Chat/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253166489,"owners_count":21864471,"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","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":["css","js","json","livestream","livestreaming","obs","streamelements"],"created_at":"2025-05-08T23:53:09.708Z","updated_at":"2026-05-10T03:48:33.104Z","avatar_url":"https://github.com/H37IX.png","language":"JavaScript","funding_links":["https://github.com/sponsors/h37ix"],"categories":[],"sub_categories":[],"readme":"# StreamElements Bullet Chat Widget by H37iX \u0026 Yuuki\n\nA collaboration with [Yuuki](https://yuukitrap.carrd.co/) to build a customizable bullet chat widget for use as a StreamElements Custom Overlay. This widget displays chat messages scrolling across the screen with various animation and styling options. Created after Yuuki noted the lack of a fully functional StreamElements overlays for bullet-style chat. We were unable to quickly find a free/shared version of the code needed to make this work so we are posting it here for others who may want to use it. \n\n## Example\n\n![Demo of the Bullet Chat Widget](demo.gif)\n\n## Features\n\n- **Direction Control**: \n  - Choose whether messages come from the left side, right side, or randomly from both sides\n- **Animation Controls**:\n  - Speed: Control how fast messages move across the screen\n  - Duration: How long messages stay visible\n  - Fade Out: Toggle whether messages fade out at the end\n  - Fade Duration: Control how long the fade out takes\n- **Styling Options**:\n  - Font Family: Select from Google Fonts\n  - Font Size: Customize the text size\n  - Username Color: Custom color for usernames (with opacity control)\n  - Message Color: Custom color for message text (with opacity control)\n  - Background Color: Optional message background with customizable color and opacity\n- **Preview Feature**:\n  - Simple checkbox option to enable/disable the style preview\n  - Creates a sample message showing how your settings will look\n  - Preview is clearly labeled with \"[PREVIEW]\" text\n  - Only visible in the editor (not seen by viewers) unless you hit SAVE while checkbox enabled\n\n## Installation\n\n1. **Create a New Custom Widget**:\n   - Go to your StreamElements dashboard\n   - Navigate to \"My Overlays\"\n   - Open an existing overlay or create a new one\n   - Click the \"+\" button to add a new widget\n   - Select \"Custom Widget\"\n\n2. **Add the Required Files**:\n   - In the Custom Widget Editor, you'll see tabs for HTML, CSS, JS, FIELDS, and DATA\n   - Copy the contents of each file in this repository to the corresponding tab:\n     - `html.html` → HTML tab\n     - `styles.css` → CSS tab\n     - `script.js` → JS tab\n     - `fields.json` → FIELDS tab\n\n3. **Save and Add to Overlay**:\n   - Click \"Done\" to save the widget\n   - Resize and position the widget as needed in your overlay\n   - Make sure to hit SAVE after each change you want to see in OBS or your overlay preview window in a browser\n\n## Customization Options\n\n### Message Direction\n- **Left → Right**: Messages appear from the left side and move right\n- **Right → Left**: Messages appear from the right side and move left\n- **Both (Random)**: Messages randomly appear from either side\n\n### Animation Settings\n- **Speed**: Controls how fast messages move across the screen (1-50 pixels per frame)\n- **Duration**: How long messages stay visible before disappearing (1-10 seconds)\n- **Fade Out**: When enabled, messages fade out at the end of their duration\n- **Fade Time**: Controls how long the fade out animation takes (0.1-5 seconds)\n\n### Styling Options\n- **Message Font**: Choose from hundreds of Google Fonts\n- **Font Size**: Set the text size (10-100 pixels)\n- **Username Color**: Custom color for usernames with opacity control\n  - Option to use Twitch's native username colors instead of custom colors\n- **Chat Text Color**: Custom color for message text with opacity control\n- **Background Color**: Custom color for message background with opacity control\n\n## Extra Features Added\n\n### Message Spacing\n- Messages are automatically spaced vertically to prevent overlap\n- Minimum spacing between messages: 50 pixels\n\n### Message Deletion\n- Supports moderator message deletion\n- Automatically removes messages when deleted by moderators\n- Handles both single message deletion and user message deletion (timeout/ban)\n\n## Troubleshooting\n\n- If messages aren't appearing, check your browser console for any error messages\n- Make sure your chat is connected and working in StreamElements\n- Try refreshing the widget if settings changes aren't taking effect and be sure to save any changes in stream elements before trying to preview them\n\n## Need Help?\n\nFor more information on custom widgets in StreamElements, refer to:\n- [StreamElements Custom Widget Documentation](https://docs.streamelements.com/overlays/custom-widget)\n- [StreamElements Custom Widget Events](https://docs.streamelements.com/overlays/custom-widget-events)\n- [StreamElements Widget Structure](https://docs.streamelements.com/overlays/widget-structure)\n\n\n-H37🧬\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh37ix%2Fyuuki-bullet-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fh37ix%2Fyuuki-bullet-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh37ix%2Fyuuki-bullet-chat/lists"}