AXISISO
Home Products Build Pricing Enterprise
Build on Axis

The missing app in your workflow is yours to build.

We provide the shell, the shared memory, the sandbox, and the store. You provide the app your work is missing. It helps your workflow first, and the marketplace carries it from there.

An Axis app is a folder.

No framework to learn and no build step to fight. Plain HTML, CSS, and JavaScript in a folder, plus a small manifest. Point Axis at it and it runs in the sidebar.

{
  "id": "my-app",
  "name": "My App",
  "version": "0.1.0",
  "icon": "icon.svg",
  "entry": "index.html",
  "oneLiner": "One sentence a user skims in the store.",
  "permissions": ["memory:write"]
}
What the shell gives you

Memory as a service

Hand Axis a fact worth keeping and it files the fact into the user's memory in one consistent format. You never touch their files, and every AI they use benefits from what your app learned.

A vault of their choosing

Ask for one folder and the user grants it. Paths can never escape the vault, deletes go to the Recycle Bin, and Axis tells you when files change on disk.

Dictation without audio

The shell records the microphone and hands your app finished text, transcribed locally. Your code never touches audio, which is exactly what users want to hear.

Permissions, the entire list

Users see this list at install and approve it once. Everything not on it is denied. Requesting nothing is a feature, and the store says so on your app's page.

PermissionWhat it allows
memory:writeHand facts about the user to Axis, filed in the shared memory in a consistent format.
memory:readRead the user's memory, including facts shared by other apps.
vaultRead and write files in one folder the user grants. Paths can never escape it.
dictationAsk the shell to record and transcribe locally. The app receives text, never audio.
open-externalOpen links in the user's own browser.

Build it for your workflow. Ship it to everyone's.

The full spec ships inside Axis, and uploads happen straight from the sidebar. Marketplace submissions open to outside builders soon.

Download