Skip to main content

Your Documents.
Amplified.

Markdown storage with AI search, real-time sync, and a developer-first API — designed for people who think in plain text.

Document SyncFull-Text SearchAI ChatWebDAVREST APISDK & CLI
10MB Max Doc Size
Full-Text Search
WebDAV Sync
REST API
3 Subscription Tiers

See it in action

A simple, powerful API for document management

terminal
# Create a document via the API
$ curl -X PUT https://vault.lifestreamdynamics.com/api/v1/vaults/my-vault/documents/notes/hello.md \
-H "Authorization: Bearer lsv_k_abc12345" \
-H "Content-Type: application/json" \
-d '{"content": "# Hello World\n\nMy first document."}'
# Response
{ "path": "notes/hello.md", "title": "Hello World", "status": "created" }
# Search across all documents
$ curl https://vault.lifestreamdynamics.com/api/v1/search?q=hello
{ "results": [{ "path": "notes/hello.md", "score": 0.95, "highlight": "<b>Hello</b> World" }] }

Built for developers

First-class TypeScript SDK, CLI, and REST API. Everything you need to integrate Lifestream Vault into your workflow.

app.ts
// 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

$0/month
  • 1 vault
  • 50MB storage
  • Markdown editor
  • Full-text search
  • View-only sharing
  • Full API access (1K req/mo)
Get Started
Popular

Pro

$12.99/month

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
Go Pro

Business

$32.99/month

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
Go Business

All prices in USD. Annual billing saves up to 23%.

Ready to take control?

Start with a free account. No credit card required. Upgrade when you need more.