From e6f968b5533ac24724cc902ec43ba2d60425ef9f Mon Sep 17 00:00:00 2001 From: "molecule-ai[bot]" <276602405+molecule-ai[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 07:34:06 +0000 Subject: [PATCH] docs: add quickstart-audio.md guide (synced from molecule-core) --- content/docs/guides/quickstart-audio.md | 29 +++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 content/docs/guides/quickstart-audio.md diff --git a/content/docs/guides/quickstart-audio.md b/content/docs/guides/quickstart-audio.md new file mode 100644 index 0000000..0692611 --- /dev/null +++ b/content/docs/guides/quickstart-audio.md @@ -0,0 +1,29 @@ +--- +title: "Molecule AI Quick Start — Audio Guide" +description: "Audio walkthrough of the Molecule AI quick start — from platform setup to your first agent on the canvas." +tags: [onboarding, quickstart, audio] +--- + +## TTS Script + +*Target: 65–75 seconds, en-US-AriaNeural* + +--- + +Getting started with Molecule AI takes about five minutes. + +First, clone the repo and run the setup script. It boots Postgres, Redis, Langfuse, and Temporal — everything the platform needs to run. + +Then start the workspace server on port 8080, and the canvas UI on port 3000. Open your browser to localhost 3000. + +You land on the canvas — an empty org. The first thing to do is deploy a template. Pick LangGraph, Claude Code, CrewAI — or start blank. The template provisions a workspace and puts it on the canvas. + +Open the chat tab. Send the agent a task. Watch it work. + +Now the part that matters: the org structure. Workspaces nest. A PM workspace can have researcher, QA, and data-pipeline workspaces as children. The PM dispatches tasks; the children report back. That's A2A — the agent-to-agent protocol that makes multi-agent orchestration work. + +When you're ready to expand: hit expand, pick a template, the platform provisions the workspace, it registers and appears on the canvas. You govern from one place. + +That's Molecule AI. One canvas. One org chart. One audit trail. Agents that run anywhere. + +Find the full docs at moleculesai dot A I. \ No newline at end of file