The graph where you, your team & AI build together

A second brain that doesn’t just remember —
it acts.

Your life and projects become one living graph. You, your team and AI build it together — and it can think and run on its own.

iLiveMyLife …and so do you.

My LifeProjectsPeopleLifebotContracts

Email and chats lose your best thinking.
Your graph keeps it.

In Slack, Discord or email, knowledge gets buried in endless history. In iLiveMyLife, communication happens at the same time as building documentation — every conversation structures itself into a graph you actually own and control.

What you can do

One graph. Things no note app can do.

An ecosystem, not an app

Built on the same graph.

For developers

Your graph — from the command line, and from your AI.

Open SDK, CLI and MCP server. Script your graph, or let Claude, Cursor and Windsurf work inside it directly.

1 · Install the CLI + SDK
npm install -g @ilivemylife/graph-sdk
ilml login
2 · Plug your graph into Claude Code (MCP)
claude mcp add --scope user ilml -- npx -y @ilivemylife/graph-sdk
A contract is a node that runs itself
the node’s settings — JSON
{
  "contract": "weekly-digest",
  "trigger": "every monday 09:00",
  "scope": "node: My Projects"
}
…and its code — the SDK is already wired in
// runs inside the node: 'graph' is connected, 'node' is this node's id
export default async ({ graph, node }) => {
  const answer = await graph.askLifebot(node, 'Summarize my projects this week')
  await graph.addMessage(node, answer)   // → post into this node's chat
  // or spawn a child node:
  // await graph.addItem({ itemId: node, title: 'Weekly digest', description: answer })
}

Ask Lifebot to generate it, or create the contract-node by hand — it calls Lifebot, waits for the answer, and writes it back as a new node or message. How node-contracts work →

Anyone can wire Obsidian into an AI.
That’s where we start.

You get the second-brain part — then everything a single-player note app can’t: real collaboration, privacy with wallets hidden from AI, KYC trust, automation that programs itself, and a 3D graph. A platform, not a plugin.

CollectivePrivate & walletsProgrammable3D graphAI-native (MCP)
Dive deeper

Explore the vision, node by node.

Choose yourself

Start free. Grow into a builder.

Your odyssey starts with “My Life.”

Build it with people. Build it with AI. Own it forever.

Start your graph →