Skip to content

Commit 4459c1c

Browse files
Brian MadisonBrian Madison
authored andcommitted
fix: simplify landing page to match BMAD-METHOD layout
1 parent 472fb84 commit 4459c1c

1 file changed

Lines changed: 28 additions & 17 deletions

File tree

docs/index.md

Lines changed: 28 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,37 @@
11
---
22
title: Welcome
33
description: BMad Builder - Tool for creating custom BMad agents and modules
4-
template: splash
5-
hero:
6-
title: BMad Builder
7-
subtitle: Tool for creating custom BMad agents and modules
8-
tagline: Create specialized AI agents with unique personalities, commands, and persistent memory.
9-
actions:
10-
- text: Get Started
11-
link: /tutorials/
12-
variant: primary
13-
- text: View on GitHub
14-
link: https://github.com/bmad-code-org/bmad-builder
15-
variant: minimal
164
---
175

18-
## Quick Start
6+
# BMad Builder
197

20-
[**Tutorials**](/tutorials/) - Step-by-step guides to create your first agent.
8+
Tool for creating custom BMad agents and modules.
219

22-
[**How-To Guides**](/how-to/) - Practical guides for specific tasks.
10+
If you're comfortable working with AI coding assistants like Claude, Cursor, or GitHub Copilot, you're ready to get started.
2311

24-
[**Explanation**](/explanation/) - Learn how BMad Builder works under the hood.
12+
---
13+
14+
## Quick Links
15+
16+
| Section | Purpose |
17+
| ------- | ------- |
18+
| **[Tutorials](/tutorials/)** | Step-by-step guides to create your first agent |
19+
| **[How-To Guides](/how-to/)** | Practical guides for specific tasks |
20+
| **[Explanation](/explanation/)** | Learn how BMad Builder works under the hood |
21+
| **[Reference](/reference/)** | Technical reference for configuration and options |
22+
23+
## What You Can Build
24+
25+
| Type | Description | Workflow |
26+
|------|-------------|----------|
27+
| **Agents** | Domain experts with specialized knowledge and tools | `/bmb-agent` |
28+
| **Workflows** | Structured processes with steps and decision points | `/bmb-workflow` |
29+
| **Modules** | Packaged agents + workflows ready to share | `/bmb-module` |
30+
31+
---
32+
33+
## Community
2534

26-
[**Reference**](/reference/) - Technical reference for configuration and options.
35+
- **[Discord](https://discord.gg/gk8jAdXWmj)** — Get help and share your creations
36+
- **[GitHub](https://github.com/bmad-code-org/bmad-builder)** — Source code and contributions
37+
- **[BMad Method Docs](https://docs.bmad-method.org)** — Core framework documentation

0 commit comments

Comments
 (0)