Rebuilt from original PR #1276. All Phase 30 launch content restored: - 5 blog posts (Remote Workspaces, Chrome DevTools MCP, Container vs Remote, Secure by Design) - 4 guides (Remote Workspaces, FAQ, same-origin canvas, quickstart audio) - Community copy: Discord/Slack announcements, HN launch guide - Social copy: Phase 30 (4 X versions + LinkedIn), Chrome DevTools MCP - Sales: landing copy, battlecards, one-pager, objection handlers - Press release draft - Demos: AGENTS.md auto-gen, Cloudflare Artifacts - Audio: TTS announce, VO scripts, demo narrations - Fleet diagram, asset inventory, video production package - Roadmap brief, email drip sequence, post-push checklist Closes GH#1126
29 lines
1.4 KiB
Markdown
29 lines
1.4 KiB
Markdown
---
|
||
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. |