Skip to content

// V0.1.0 · PRE-RELEASE

Welcome to the
ZDeceptron family.

A reactive dataflow language where placement is a property of state. You declare where each value lives. The compiler derives the client, the server, and the wire between them.

secret state apiKey  is server  Text  from environment "KEY"
       state visits  is durable Whole starting 0
       state name    is client  Text  starting ""

Three placements. No fetch, no API route, no schema, no deploy config.

enter