Skip to content

Getting Started

  • Bun v1.0+
  • Claude Code (for AI persona commands)
  • A terminal and text editor
  1. Clone the repo

    Terminal window
    git clone https://github.com/mayknxyz/my-buddy.git
    cd my-buddy
    bun install
  2. Set up your config

    Terminal window
    cp buddy.config.example.ts buddy.config.ts

    Edit buddy.config.ts to set your persona name, tone, and which collections to enable.

  3. Start the dev server

    Terminal window
    bun dev

    Open localhost:4321 to see your dashboard.

  1. Start a persona session

    /mybuddy.start
  2. Create your first account

    /mybuddy.account.create
  3. Add a contact

    /mybuddy.contact.create
  4. Run your standup

    /mybuddy.standup
  5. End the session

    /mybuddy.end

    This saves a session summary and auto-backs up your data.