Your Documents.
Amplified.
Markdown storage with AI search, real-time sync, and a developer-first API — designed for people who think in plain text.
See it in action
A simple, powerful API for document management
Three pillars of document management
Built on principles that put you in control.
File-First Architecture
Your filesystem is the source of truth. Markdown files stored securely, synced to a PostgreSQL metadata layer for fast search and querying.
Learn more →Sync Everywhere
Full WebDAV server built in. Connect Obsidian, any WebDAV client, or use the API. Your documents stay in sync across every device.
Learn more →Developer Platform
REST API with OpenAPI docs, TypeScript SDK, CLI tool, webhooks, and hooks. Build document workflows with real APIs.
Learn more →Everything you need, nothing you don't
A complete platform for document storage, sync, and automation.
Full-Text Search
Instant results with ranked relevance
Version History
Track every change over time
AI Chat
Ask questions across your docs
Webhooks
Real-time event notifications
Teams
Shared vaults and collaboration
Publishing
Publish docs to the web
Share Links
Secure, expirable share URLs
Encryption
Secure transport and encrypted credentials
Hooks
Automate document workflows
Built for developers
First-class TypeScript SDK, CLI, and REST API. Everything you need to integrate Lifestream Vault into your workflow.
// Install: npm install @lifestreamdynamics/vault-sdk
import { LifestreamVault } from '@lifestreamdynamics/vault-sdk';
const vault = new LifestreamVault({
apiKey: 'lsv_k_your_key',
});
// Create a document
await vault.documents.put('my-vault', 'notes/hello.md', {
content: '# Hello World',
});
// Search across documents
const results = await vault.search('hello world');Simple, transparent pricing
Start free. Upgrade when you need more.
Free
- 1 vault
- 50MB storage
- Markdown editor
- Full-text search
- View-only sharing
- Full API access (1K req/mo)
Pro
or $119.88/year (save 23%)
- 5 vaults
- 1GB storage
- Document sync
- Full API access (50K req/mo)
- AI chat (10K tokens/mo)
- 100 hook executions/mo
- 5 webhook endpoints
- 5 connectors
- 10 published documents
- Teams (up to 5 members)
- Advanced sharing
- Vault-level MFA
- Priority email support
Business
or $323.88/year (save 18%)
- Unlimited vaults
- 75GB storage
- Document sync
- Unlimited API access
- AI chat (50K tokens/mo)
- Unlimited hooks
- Unlimited webhooks
- Unlimited connectors
- Unlimited publishing
- Unlimited team members
- Custom domains (up to 10)
- Priority + video support
All prices in USD. Annual billing saves up to 23%.
Built for how you work
From solo developers to distributed teams, Lifestream Vault adapts to your workflow.
Developers
API-first document management for developer workflows. SDK, CLI, webhooks, and full automation.
Learn more →Teams
Shared vaults with role-based access, real-time collaboration, and team management.
Learn more →Personal Knowledge Management
Sync with Obsidian via WebDAV. Full-text search and AI chat across your entire knowledge base.
Learn more →Ready to take control?
Start with a free account. No credit card required. Upgrade when you need more.