From 8208da9f1cd036e4336aa93534c4b58664b488d9 Mon Sep 17 00:00:00 2001
From: yung algorithm <113615973+yungalgo@users.noreply.github.com>
Date: Fri, 18 Jul 2025 15:42:59 -0400
Subject: [PATCH 1/4] re-adding this
---
docs.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs.json b/docs.json
index 50a2061..5da041b 100644
--- a/docs.json
+++ b/docs.json
@@ -14,7 +14,7 @@
"tab": "Docs",
"groups": [
{
- "group": "Get Started",
+ "group": "Getting Started",
"pages": ["index", "quickstart", "development"]
},
{
From 30fea9634fad26f81ae98aaf22d293abbcb6bcd8 Mon Sep 17 00:00:00 2001
From: yung algorithm <113615973+yungalgo@users.noreply.github.com>
Date: Fri, 18 Jul 2025 16:24:55 -0400
Subject: [PATCH 2/4] update intro section copy
---
index.mdx | 36 ++++++++++++++++++++----------------
1 file changed, 20 insertions(+), 16 deletions(-)
diff --git a/index.mdx b/index.mdx
index d783dfe..fe1626d 100644
--- a/index.mdx
+++ b/index.mdx
@@ -1,26 +1,30 @@
---
title: Introduction
-description: "Welcome to elizaos - Your AI Agent Framework"
---
-
-
+Create AI agents with personalities, equip them with plugins, and send them out into the world.
-## Getting Started
+## What is elizaOS?
-Build powerful AI agents with elizaos - a flexible framework for creating autonomous AI systems.
+elizaOS is a TypeScript-based framework for building autonomous AI agents that can:
+
+- **Define unique personalities and goals** through character files
+- **Take actions in the real world** by equipping agents with plugins
+- **Orchestrate multi-step workflows** through natural language conversations
+- **Remember and learn** from interactions with persistent memory
+- **Run anywhere** - locally for development or scaled for production
+
+The elizaOS framework ships with 90+ official plugins spanning social platforms, blockchain networks, AI providers, generative models, DeFi protocols, gaming, and more. Its plugin architecture lets you mix and match capabilities without modifying core.
+
+With elizaOS, you give your agent a personality and a goal, equip it with the right plugins, and let it work to achieve results. Your agents can trade on DEXs, manage social media accounts, create content, analyze data, or interact with any API or blockchain. They operate autonomously, taking actions based on their goals and the capabilities you've given them.
+
+## Next Steps
+
+Ready to build your first agent? Start here:
@@ -35,9 +39,9 @@ Build powerful AI agents with elizaos - a flexible framework for creating autono
-## Core Features
+## Core Concepts
-Explore the powerful capabilities that make elizaos the choice for AI agent development.
+Explore the powerful capabilities that make elizaOS the choice for AI agent development.
Date: Fri, 18 Jul 2025 16:26:58 -0400
Subject: [PATCH 3/4] core concepts => overview left nav bar
---
core-concepts/index.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core-concepts/index.mdx b/core-concepts/index.mdx
index 3b9f2bb..5965b68 100644
--- a/core-concepts/index.mdx
+++ b/core-concepts/index.mdx
@@ -1,5 +1,5 @@
---
-title: 'Core Concepts'
+title: 'Overview'
description: 'The building blocks of elizaOS'
---
From dfffcd39726233f27436a2551031cfca0b2eb4e0 Mon Sep 17 00:00:00 2001
From: yung algorithm <113615973+yungalgo@users.noreply.github.com>
Date: Fri, 18 Jul 2025 16:52:57 -0400
Subject: [PATCH 4/4] intro page nitpicks for copy
---
index.mdx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/index.mdx b/index.mdx
index fe1626d..639259f 100644
--- a/index.mdx
+++ b/index.mdx
@@ -35,13 +35,13 @@ Ready to build your first agent? Start here:
icon="code"
href="/development"
>
- Learn how to develop and customize your agents
+ Develop and customize your agents
## Core Concepts
-Explore the powerful capabilities that make elizaOS the choice for AI agent development.
+Explore the powerful capabilities that make elizaOS the go-to choice for AI agent development.
- Understand the core agent system and architecture
+ Understand the core agent architecture
- Complete API documentation for all elizaos modules
+ Complete API documentation for elizaOS
- Extend functionality with the plugin ecosystem
+ Learn about plugins and their capabilities