Getting Started
Prerequisites
Section titled “Prerequisites”- Bun v1.0+
- Claude Code (for AI persona commands)
- A terminal and text editor
Quick Install
Section titled “Quick Install”-
Clone the repo
Terminal window git clone https://github.com/mayknxyz/my-buddy.gitcd my-buddybun install -
Set up your config
Terminal window cp buddy.config.example.ts buddy.config.tsEdit
buddy.config.tsto set your persona name, tone, and which collections to enable. -
Start the dev server
Terminal window bun devOpen localhost:4321 to see your dashboard.
Your First Workflow
Section titled “Your First Workflow”-
Start a persona session
/mybuddy.start -
Create your first account
/mybuddy.account.create -
Add a contact
/mybuddy.contact.create -
Run your standup
/mybuddy.standup -
End the session
/mybuddy.endThis saves a session summary and auto-backs up your data.
What’s Next
Section titled “What’s Next”- Installation — Detailed setup with fork workflow and CLI scaffold
- Configuration — Customize your persona, collections, and theme
- Collections Overview — Learn about the 8 data collections
- Commands — Browse all 53 commands