site statuswork in progresslast build 2h ago

the package ships.
this site is still finished booting.

arki.dev is the public surface for the arki package family and its application-composition kernel, @arki/dot. The framework is real and on npm. The marketing site you're reading is not done yet. While the docs, CLI man pages, and philosophy pages are being written, the source on GitHub is canonical.

open the repository
bun add @arki/dot
readywhat ships todaythree things you can already use
shipping
defineApp — the kernel
A tiny multi-runtime composition root. `.use()` plugins, `.boot()` once, get a fully inferred service graph.
@arki/dot · v0.1.0 · 9.2 KB · zero deps
shipping
Package-owned adapters
env · db · kv ship as ready. auth · queue · rpc are on canary. Each owns its own driver matrix and types.
7 packages · 4 ready · 3 canary
shipping
dot doctor diagnostics
Structured failures with a fix URL. `--json` prints the same envelope an agent reads. No magic, no stack-trace dumping.
dot doctor --json | jq .ok
sitethe rest of the site, as a build reportroutes · status · note
$dot doctor --site --json | jq
readycanaryalphapending
8 routes checked1 ready3 canary2 alpha2 pendingfinished in 11ms
/readyyou are here — work-in-progress noticeshipped
/docscanaryoutline live · draft in packages/dot/READMEthis wk
/docs/concepts/lifecyclecanaryfive hooks · diagram + fixture pendingthis wk
/docs/concepts/defineAppcanaryshowcase code written · prose 60%this wk
/cli/doctoralphaman-page partial · types in syncnext wk
/packagesalphacatalog stubbed · 7 rows · meta unfillednext wk
/philosophypendingoutlined in brief · prose not started
/changelogpendingno tagged releases yet
exit 2 · 6 of 8 routes need workfull envelope at apps/arki-dev/dot-doctor-site.json ↗
sourcewhere the docs actually livegithub · MIT
github.com/arki-labs/arkimain · 802cf4e
arki/                         — monorepo · MIT
├── packages/
│   ├── dot/              ● ready     the kernel · defineApp · lifecycle
│   ├── env/              ● ready     typed env loader · zod schemas
│   ├── db/               ● ready     pg · mysql · sqlite
│   ├── kv/               ● ready     memory · redis · cf
│   ├── auth/             ◐ canary    sessions · jwt · oauth
│   ├── queue/            ◐ canary    pg · bullmq · cf
│   └── rpc/              ◐ canary    typed client/server
├── apps/
│   └── arki-dev/         ◐ this site — in flight; you are reading the draft
├── examples/
│   ├── billing/          ● ready     fixture used in defineApp showcase
│   └── checkout/         ◐ canary    queue · webhooks · idempotency
├── README.md                  start here
├── llms.txt                    agent-readable site map
└── CHANGELOG.md              v0.1.0 · 2026-05-12
162 files · 7 packages · MITlast commit · 2 hours ago