Elements
Elements
The eight irreducible parts of an OKE backend — Flow through AI, one page each.
Every backend concern collapses to one of these eight. Pick the element you need.
Pages
Flow
Behavior — on(Trigger) → Effects.
Signal
Data in motion — queues, pub/sub, streams.
Store
Data at rest — sql, kv, files, index.
Clock
Time — schedules, intervals, durable sleeps.
Gate
Permission to act — auth and rate limits.
Vault
Protected knowledge — secrets and keys.
Channel
Reaching humans — email, SMS, push.
AI
Reaching machine intelligence.