Axiom Core

Introduction

Deterministic API Contracts. Signed. Typed. Runtime-Enforced.

Axiom Core

Axiom Core is a deterministic behavioral layer for API consumption. It provides an enforced contract between your backend and client-side applications, ensuring that API behavior—caching, retries, validation, and error handling—is defined once in a signed contract and executed by a high-performance native runtime.

The Axiom Workflow

Axiom Core sits between your code and the network. It introspects your backend directly, allows you to define behavior in a typed configuration language (Acore), and generates a Thin SDK that communicates with a native Rust-powered runtime inside your app.

Deterministic Engine

Move logic out of the app layer. Replace fragile, handwritten network code with a predictable native execution pipeline.

Signed Contracts

Cryptographically signed artifacts ensure your frontend only interacts with verified, untampered API definitions.

Ghost Introspection

Extract schemas from your backend without needing a full production environment or heavy dependencies.

Multi-Variant Support

Manage different API surfaces for Mobile, Web, or Partners from a single source of truth.


Current Status

Axiom Core is currently in Alpha. We are actively expanding the ecosystem to support more backend frameworks and client platforms.

LayerSupported TechStatus
BackendPython (FastAPI)Alpha
ContractAcore LanguageAlpha
RuntimeNative Rust CoreAlpha
FrontendFlutter (iOS & macOS)Alpha

Coming Soon

  • Mobile: Android support for Flutter is imminent and currently in internal testing.
  • Desktop: Windows support for Flutter.
  • Backend Extractors: Development is ongoing for Flask, Django, and the Go (Chi) framework.
  • Web: React/TypeScript SDK powered by WebAssembly (WASM).

Get Started

Ready to eliminate API glue code? Follow our guides to integrate Axiom Core into your stack.

On this page