https://github.com/kyonax/reckit
Capture-time OBS automation toolkit — Overlays, scenes, and scripts that skip the editing.
https://github.com/kyonax/reckit
browser-source capture-time ccs content-creation hud-overlay kyonax obs obs-studio obs-websocket reckit recording-automation
Last synced: 10 days ago
JSON representation
Capture-time OBS automation toolkit — Overlays, scenes, and scripts that skip the editing.
- Host: GitHub
- URL: https://github.com/kyonax/reckit
- Owner: Kyonax
- License: mpl-2.0
- Created: 2026-04-09T02:40:13.000Z (17 days ago)
- Default Branch: master
- Last Pushed: 2026-04-14T04:21:03.000Z (12 days ago)
- Last Synced: 2026-04-14T06:12:56.513Z (12 days ago)
- Topics: browser-source, capture-time, ccs, content-creation, hud-overlay, kyonax, obs, obs-studio, obs-websocket, reckit, recording-automation
- Language: JavaScript
- Homepage:
- Size: 3.25 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- Changelog: CHANGELOG.org
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.org
- Notice: NOTICE
Awesome Lists containing this project
README
#+AUTHOR: [[https://orcid.org/0009-0006-4459-5538][Cristian D. Moreno - Kyonax]]
#+EMAIL: kyonax.corp@gmail.com
#+DATE: Apr 13, 2026
#+FILETAGS: :KYO:RECKIT:OBS:AUTOMATION:CONTENT:
#+VERSION: v0.3
#+LAST_UPDATE: Apr 13, 2026
#+BEGIN_HTML
▒▒████▓▓▒▒██▓▒▒▓▓▒▒████░▒
▓██▓██████▓████████▓█▒██████░░
▓█▒█████▒████▓████▓█████▓███▓███
▓█▓▒▒████▓████▒████████▒██▓▓██▒██████▒███▒██████▒▒
▓█▓▓█▒████▒█████████▒█████▒███████▒████████▒▒▒█████████▒░░░ ░
▓█▓█████▓▒▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░▓▓
▓█▓█▒██▓▓▓▒ ░ ░ ░ ░░░ ░ ░░ ░ ░ ▓▓
▓█▓▒██▓▓▒▒ ██▀███ ░▓█████ ▄████▄ ██ ▄█▀ ██▓░▓▓█████▓░ ▓▒
▓█▓█▒▓▓▓ ▓██ ▒ ██▒▓█ ▀ ▒██▀ ▀█ ██▄█▒ ▓██▒▓ ░██▒ ▓▒ ▓▓
▓█▓▓█▓▓ ▓██ ░▄█░▒▒███ ▒▓█ ▄ ▓███▄░ ▒██▒▒ ▓██░ ▒░░░▓░
▓█▓█▒▓▓ ▒██▀▀█▄ ▒▓█ ▄ ▒▓▓▄ ▄██▒▓██ █▄ ░██░░ ▓██▓ ░ ░▓▓
▓█▒█▓▓ ░██▓ ▒██▒░▒████▒▒ ▓███▀ ░▒██▒ █▄░██░ ░▒██▒ ░ ░▒▓░
▓█▓█▓▓░ ▒▓ ░▒▓░░░ ▒░ ░░ ░▒ ▒ ░▒ ▒▒ ▓▒░▓ ▒ ░░ ▒░ ░░ ▓▓
▓█▓▓▓▒ ░▒ ░ ▒░ ░ ░ ░ ░ ▒░ ░ ░▒ ▒░ ▒ ░ ░ ░▒ ░▓▓
░▒▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░v0.3
Realtime · Edit-free · Capture · Kyonax · Integrated · Toolkit
#+END_HTML
* WHAT IS RECKIT?
An OBS toolkit that does the editing /at capture time/. RECKIT bundles cyberpunk HUD overlays, scene collections, and WebSocket automation scripts into one per-brand system, scoped for every *[[https://github.com/kyonax][Kyonax]]* content creation identity (=@kyonax_on_tech=, =@is.kyonax=, =CCS=, and any future channel under the Kyonax umbrella).
#+BEGIN_EXAMPLE
reckit/
@kyonax_on_tech/ <- brand folder (one per content creation identity)
assets/ <- reference images
overlays/ <- HTML/CSS/JS browser source overlays
scripts/ <- OBS WebSocket automation
config/ <- scene collections & profiles
@is.kyonax/ <- (planned) same four-component layout
...
#+END_EXAMPLE
** CONTRIBUTING
This project is dual-licensed under the [[file:LICENSE][MPL-2.0]] and [[file:LICENSE-APACHE][Apache-2.0]] licenses. See [[file:LICENSING.org][LICENSING.org]] for which applies to each file and how to add headers. The [[file:NOTICE][NOTICE]] file must be included in all redistributions.
For information on reporting security vulnerabilities or banned code patterns, see [[file:.github/SECURITY.org][SECURITY.org]].
Code style follows [[https://github.com/ccs-devhub][CCS]] standards, enforced via [[file:eslint.config.mjs][eslint.config.mjs]]. All changes require review from =@Kyonax= (see [[file:.github/CODEOWNERS][CODEOWNERS]]). Version history is tracked in [[file:CHANGELOG.org][CHANGELOG.org]].