Skip to content

SenangStart ActionsDeclarative UI Framework

Declarative UI framework for humans and AI agents

SenangStart Actions

Quick Example

html
<div ss-data="{ count: 0 }">
  <p ss-text="count">0</p>
  <button ss-on:click="count++">Increment</button>
</div>

<script src="https://unpkg.com/@bookklik/senangstart-actions"></script>