Commercial Offering
- schema can be adjusted and customized after the delivery
- platforms: Linux, Windows, MacOS, iOS, Android, WASM
- SSH UIs: work in the termial, web browsers, and have mobile versions
- PWA UIs: WebAssembly-based using modern CSS frameworks
- produces SQLite files and debugger exports for later inspection
- devtools included - debugger, REPL, diagrams, all embedded into a single package
- workflows are transparent, every step can be tracked down and reasoning explained
- workflows are declarative and feel "organic"
- workflows can be altered live using a dedicated REPL
- observability (Prometheus, Grafana, Jaeger, OpenTelemetry)
- integrates with any DB for RAG pipelines (cloud, local, vector, graph)
- based on FOSS projects, free updates in the future
- AI-gents can communicate with each other via stateful contracts
Example schema file
Example states file
- platforms: Linux, Windows, MacOS, iOS, Android, WASM
- UI transports: SSH, Web, Mobile Web
- vectors are sharp even in maximum zoom-in
- support for mouse cursor tracking (like remote desktop)
- support for drag-n-drop
- ideal for text-only communication
Example TUI
Progressive Web Apps without JavaScript, sharing the same Golang codebase as the backend. Driven by go-app.dev and
asyncmachine.dev.
- UIs are tightly synchronized and can span across multiple nodes
- integrated with all the devtools from asyncmachine.dev
- suitable for running multithreaded computations in the browser
- optionally includes a SQL database
Example PWA