---
## NATIVELY PROGRAMMABLE
Moment includes a built-in reactive programming environment with React and Tailwind CSS.
Because Moment stores documents as plain-old Markdown files on your local disk, and ships an embedded terminal, you can use the best coding agents in the world: Claude Code, Amp, Codex, Copilot CLI, and so on.

Stuff you can build
---
## LIVE COLLABORATIVE EDITING
Purpose-built, high-performance, true collaborative editing. No shortcuts, no compromises.
- Always 60fps. Independent of the number of readers or writers.
- Offline-capable. Lose connectivity and keep editing. We handle the merge when you reconnect.
- Incremental sync. Only the characters that changed are transmitted.

---

## REAL MARKDOWN FILES. STORED ON DISK. IN JJ (GIT) REPOS.
Every Moment document is a collection of plain-old .md files stored on your disk, in git repositories. Not ejected to Markdown files. Not synchronized. Actual files, on actual disk. Full version history via Jujutsu (jj) and git.
---
## SECRETS AND PRIVATE APIS
Familiar UI, new powers. Quickly build network requests in a Postman-like client UI. Instantly use those requests to build powerful internal tools.
Add tokens and credentials using .env files and Mustache syntax, like {{env.GITHUB_TOKEN}}. The JavaScript code never sees the credentials. They are securely injected into the requests at the network layer, using a built-in Rust proxy.
Best-in-class support for Kubernetes. AWS support coming soon.

---