// Moment is now available. Read the launch post →
# RUN YOUR ENTIRE BUSINESS OUT OF A MARKDOWN FILE.
 
Moment is a **collaborative**, **Markdown-based** workspace for agents and humans to build personalized software together.
 
It ships with everything you need to collaborate with the best AI models: it's natively [[programmable]], with high-performance, live [[collaborative editing]], and first-class tools for [[accessing private APIs]]. It is backed by [[jj]] and [[git]].
 
NORMALmoment.md
utf-8markdown

---

## 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.

GitHub PR Dashboard built in a Moment document

---

## 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-time collaborative editing in Moment

---

Git and jj branching integration in Moment

## 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.

Secrets proxy and private API integration in Moment

---

## TRY IT IN 30 SECONDS