Private lab · Public endpoints · Realtime systems

Synergy Backend Lab

Realtime AI, agentic workflows, and interactive system backends.

A private technical workspace for prototyping AI agents, WebSocket services, RFID-triggered interactions, and operational dashboards for interactive experiences.

wss://rfid.synergy-backend.my.id/ws relay connected

Simulated preview — structured RFID-style payloads flowing through the WebSocket relay.

What this space is for

This domain hosts technical prototypes and integration surfaces used during development of realtime interactive systems.

It is intentionally minimal, backend-oriented, and designed for testing — not for public marketing.

The focus is on structured event flows, AI-assisted interaction layers, and practical service endpoints that can be tested by developers, operators, and integration teams.

Core capabilities

Five surfaces. One realtime core.

AI Agent Orchestration

Structured assistant behaviours, routing flows, conversation states, and controlled response workflows for interactive digital experiences.

intent → route → respond

Realtime Messaging

WebSocket-first communication for browser clients, runtime engines, kiosk systems, and service-to-service event bridges.

client ⇄ relay ⇄ runtime

RFID Event Simulation

Simple tools for testing visitor-code, kiosk, and station-based event payloads before integrating with production devices or runtime environments.

visitor-code · kiosk · station

Operational Dashboards

Internal-facing monitoring concepts for sessions, stations, event logs, service health, and system-level visibility.

sessions · logs · health

Integration Sandbox

A practical place to validate prototypes, edge cases, API contracts, and payload structures before production handoff.

contracts · edge cases

Active endpoints

Wired for live testing.

Public surfaces you can point a browser, a kiosk, or a script at — today.

HTTPS

RFID Uplink Console

Browser-based console for sending structured RFID-style visitor payloads over WebSocket.

https://rfid.synergy-backend.my.id/
Open console
WSS

WebSocket Relay

Realtime relay endpoint for sender and receiver clients.

wss://rfid.synergy-backend.my.id/ws
Accepts sender & receiver connections during testing windows.
current-rfid-payload.json
{
  "station": "ella-vate-your-journey",
  "kiosk": "2",
  "visitor_code": "VST2500001"
}

Design principles

Principles behind every endpoint.

  1. 01

    Realtime-first

    Events should flow with minimal latency between frontend clients, backend services, and runtime applications.

  2. 02

    Agent-ready architecture

    Systems are designed to support AI assistants, routing logic, structured prompts, and controlled JSON-based behaviours.

  3. 03

    Provider-agnostic backend

    AI and automation layers should be swappable without breaking client integrations.

  4. 04

    Structured events

    Payloads prefer clean JSON contracts over ad-hoc message strings.

  5. 05

    Operational visibility

    Every interaction should be testable, observable, and traceable through logs, status indicators, or lightweight diagnostics.