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
●shipping
defineApp — the kernelA tiny multi-runtime composition root. `.use()` plugins, `.boot()` once, get a fully inferred service graph.
●shipping
Package-owned adapters
env · db · kv ship as ready. auth · queue · rpc are on canary. Each owns its own driver matrix and types.
●shipping
dot doctor diagnosticsStructured failures with a fix URL. `--json` prints the same envelope an agent reads. No magic, no stack-trace dumping.
$dot doctor --site --json | jq
●ready◐canary○alpha○pending
8 routes checked1 ready3 canary2 alpha2 pendingfinished in 11ms
| ● | / | ready | you are here — work-in-progress notice | shipped |
| ◐ | /docs | canary | outline live · draft in packages/dot/README | this wk |
| ◐ | /docs/concepts/lifecycle | canary | five hooks · diagram + fixture pending | this wk |
| ◐ | /docs/concepts/defineApp | canary | showcase code written · prose 60% | this wk |
| ○ | /cli/doctor | alpha | man-page partial · types in sync | next wk |
| ○ | /packages | alpha | catalog stubbed · 7 rows · meta unfilled | next wk |
| ○ | /philosophy | pending | outlined in brief · prose not started | — |
| ○ | /changelog | pending | no tagged releases yet | — |
exit 2 · 6 of 8 routes need workfull envelope at apps/arki-dev/dot-doctor-site.json ↗
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