PRAXIS/Docs
Getting started

What Praxis is

Praxis is a runtime that watches aerial video and turns it into structure: tracked objects, zones that stay pinned to the ground, events you can count, and evidence you can audit.

Raw drone footage is a firehose. An operator watching a feed can hold maybe three or four things in their head at once, and the moment they look away, everything they knew about the scene is gone. Praxis sits between the feed and the operator and keeps that state for them.

The runtime ingests a video feed (plus telemetry when available), detects and tracks objects in it, evaluates spatial rules against them, and emits events with evidence attached. It runs in the cloud or fully on-site. It doesn't care which drone the feed came from.

Try the public software#

Three routes are available without an account. Each one includes its source and its claim boundary in the interface and in the software proof record.

The shape of the system#

Everything in Praxis reduces to one flow:

feedobjectszones + ruleseventsevidence

Each stage is documented on its own page. If you read nothing else, read Zones and Rules & events. They carry most of the ideas.

Start here#

The broader Praxis runtime is in private beta, and the hosted API is not publicly available. Local, Memory, World, the challenge, and their source records are public software examples.