The Atlas doc.haus documentation, bound to its code
108 documents

Zero to a running demo

From a fresh clone to asking a fictional engagement letter about its liability cap — the fastest way to feel what doc.haus is.

Get started

You need Bun (curl -fsSL https://bun.sh/install | bash). Then:

git clone https://github.com/sure-scale/doc-haus.git && cd doc-haus
./start.sh --demo

The browser opens with a demo matter ready: a fictional letter of engagement, already ingested. On first run the app asks you to connect a model provider in Settings — an API key (Anthropic, OpenAI, …), a Google Cloud sign-in, or a fully local endpoint (Ollama, vLLM, LM Studio). See docs/providers.md for copy-paste configs.

Try asking: What is the cap on the firm's liability? — you get the answer cited to the exact clause, quoted from the document. More things to try in demo/README.md.

To work on your own documents: create a matter, upload a .docx, and ask. Everything — conversations, documents, the index — persists on your machine.