{"id":41393965,"url":"https://github.com/kryops/vlight","last_synced_at":"2026-01-23T12:50:06.436Z","repository":{"id":37745703,"uuid":"163265554","full_name":"kryops/vlight","owner":"kryops","description":"Simple web-based DMX lights controller.","archived":false,"fork":false,"pushed_at":"2025-04-04T15:18:08.000Z","size":9054,"stargazers_count":10,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-04T16:34:29.536Z","etag":null,"topics":["dmx"],"latest_commit_sha":null,"homepage":"","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/kryops.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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-27T07:59:16.000Z","updated_at":"2025-04-04T15:18:12.000Z","dependencies_parsed_at":"2023-02-13T01:00:40.280Z","dependency_job_id":"365fc676-f93c-434f-bdd9-2508653728f4","html_url":"https://github.com/kryops/vlight","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kryops/vlight","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kryops%2Fvlight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kryops%2Fvlight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kryops%2Fvlight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kryops%2Fvlight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kryops","download_url":"https://codeload.github.com/kryops/vlight/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kryops%2Fvlight/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28692034,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T11:01:27.039Z","status":"ssl_error","status_checked_at":"2026-01-23T11:00:26.909Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dmx"],"created_at":"2026-01-23T12:50:05.622Z","updated_at":"2026-01-23T12:50:06.347Z","avatar_url":"https://github.com/kryops.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vLight\n\nSimple web-based DMX lights controller.\n\n![](./assets/photo.jpeg)\n\n\u003e **🚧 This project is still Work in Progress! 🛠️**\n\u003e\n\u003e It has been used for real events, but it's not battle-tested yet. **Use at your own risk**.\n\u003e\n\u003e Check out the [TODO list](./TODO.md) for the roadmap of planned features.\n\u003e\n\u003e Feel free to fork and experiment - PRs welcome.\n\n\u003e 🎵 Also check out this project's companion app [remote-mixer](https://github.com/kryops/remote-mixer) for remote-controlling sound mixers.\n\n## Features\n\n- 📱 Responsive and mobile-friendly\n- 🚀 Lightweight and performant\n- 🕸️ Connect multiple clients\n- 🌓 Light and dark mode\n- 📄 Configurable Dynamic Pages\n\nControls\n\n- 🎚 DMX Channels\n- 💡 Fixtures\n- ꙮ Fixture Groups\n- 🖼 Memories\n- 🎞 Live Chases\n- 🗺 Map Overview\n- ✨ Universe Overview\n- 🌎 Global Master / Blackout\n\nInputs\n\n- 🖱 Mouse\n- 📱 Touch\n- ⌨️ Keyboard (partial)\n- (Planned: 🕹 Physical input devices)\n\nSupported DMX Interfaces\n\n- ArtNet\n- USB for [FX5](https://fx5.de/) and [Digital Enlightenment](http://www.digital-enlightenment.de/)\n- [Custom Binary protocol via TCP/UDP](./backend/src/devices/vlight/README.md)\n\n## Getting Started\n\n### Using a Docker container\n\nYou can build and run this project through Docker (in a Linux container):\n\n```\n\u003e ./docker-build.sh\n\u003e ./docker-run.sh\n```\n\n### Normal installation\n\nSoftware needed:\n\n- [Node.js](https://nodejs.org/en/)\n- [Yarn](https://yarnpkg.com/lang/en/)\n\nBuild tools for native Node.js addons are also needed depending on your platform.\n\nInstall and setup:\n\n```shellscript\n\u003e yarn\n```\n\nStart:\n\n```shellscript\n\u003e yarn start\n```\n\n#### Windows Notes\n\nThe automatic installation of the Visual Studio Build tools does not include all features that are necessary to compile this project's addons. Find them under \"Control Panel \u003e Software / Apps \u0026 Features\" and change the installation to contain the following features:\n\n- Visual C++ ATL for x86 and x64\n\n### Configuration\n\nThe base configuration is contained in the `config/vlight-config.js` file. It should offer documentation and auto-completion through TypeScript - otherwise, check out the [source](./backend/src/services/config.ts).\n\nTo switch projects, change the `project` setting. If you want to clone an existing project, just copy its folder inside the `config` directory.\n\nThe rest of the configuration is available in the UI:\n\n- Fixture types are persisted globally\n- All other entities and settings are persisted on a per-project basis\n\n## Development\n\nStart in development mode with hot reloading:\n\n```shellscript\n\u003e yarn dev\n```\n\n### Protocols\n\n[vLight Client Protocol via REST/WebSocket](./backend/src/services/api/README.md)\n\n[vLight Binary Protocol via TCP/UDP](./backend/src/devices/vlight/README.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkryops%2Fvlight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkryops%2Fvlight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkryops%2Fvlight/lists"}