Skip to content

Releases: LuisSotelo/stream-command-center

v1.1.0 - Project: TWITCH_SYNC ⚡

23 Apr 06:02

Choose a tag to compare

Full Twitch EventSub integration is now live.

The Stream Command Center is no longer a static control panel — it is now fully synchronized with real-time Twitch events.

✨ What's New

  • 🔌 EventSub Integration (Production Ready)

    • Real-time support for:
      • Follows
      • Subscriptions (Tier 1, 2, 3)
      • Prime Subs (when detectable)
      • Gift Subs
      • Bits (100 / 500 / 1000+)
    • Secure webhook handling with signature validation
  • Live Price Engine Activation

    • Auction price now updates automatically based on Twitch interactions
    • Dynamic discount system fully wired to /api/price
  • 🔁 Event Reliability Improvements

    • Added webhook deduplication to prevent double-triggered discounts
    • Improved logging for event tracing and debugging
  • 🧠 Subscription Logic Upgrade

    • Tier-based handling (1000 / 2000 / 3000)
    • Prime detection with safe fallback logic
    • Gift subs handled separately as "GIFT_BOMB"
  • 🛰️ EventSub Monitoring

    • /api/twitch/status now reflects EventSub health
    • /api/twitch/eventsub/status for detailed inspection
  • 🔐 Automated Event Registration

    • New endpoint: /api/twitch/register-eventsub
    • Ensures all required Twitch events are properly subscribed

🎯 What This Means

The system now reacts in real-time to Twitch activity.

Every interaction from the audience directly impacts the auction:

  • More engagement → Lower price
  • Higher intensity → Faster drops

The stream is no longer passive.
It is now a live, gamified marketplace controlled by the audience.


⚠️ Notes

  • EventSub must be registered after authentication via:

POST /api/twitch/register-eventsub

  • Prime detection depends on Twitch payload availability and may fallback to Tier 1 logic

🧪 Next Steps

  • Overlay UX improvements
  • Advanced anti-abuse systems
  • Multi-auction support
  • Twitch chat command integration

🍄 The system is now alive.

v1.0.0 - Project: REBOOT_INIT 🍄

10 Mar 02:29

Choose a tag to compare

Initial bootstrap of the Stream Command Center. Terminal UI, Tailwind v4 integration, and neon branding active. Waiting for Admin access...