iii-reactive-backend

Originally fromiii-hq/skills
Installation
SKILL.md

Reactive Backend

Comparable to: Convex, Firebase, Supabase, Appwrite

Key Concepts

Use the concepts below when they fit the task. Not every reactive backend needs every trigger or realtime surface shown here.

  • State is the "database" — CRUD via state::set, state::get, state::update, state::delete, state::list
  • State triggers fire automatically when any value in a scope changes
  • Side effects (notifications, metrics, stream pushes) are wired reactively, not imperatively
  • Streams deliver real-time updates to connected clients

Architecture

Installs
193
Repository
iii-hq/iii
GitHub Stars
18.4K
First Seen
Apr 6, 2026
iii-reactive-backend — iii-hq/iii