Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>brainrot-buddyNew to Visual Studio Code? Get it now.
brainrot-buddy

brainrot-buddy

Yoloizaac

|
1 install
| (1) | Free
Your brainrot coding companion.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

brainrot buddy

bibble

your friendly, encouraging and brainrotted coding companion


Inspiration

Inspired by vscode-pets, we wanted a VSCode pet that was #relatable, like Bibble. At the same time, we wanted a coding companion that was encouraging, entertaining and engaging, which led us to develop brainrot buddy.

What it does

  1. brainrot buddy is a VSCode extension that loads a pet (Bibble). Bibble reacts according to the user's workspace state, such as:
    • Errors
    • Successful commits
    • Bad coding practices
    • Regular scheduled programming
  2. An encouraging animation is also generated upon successful commits.
  3. A Pomodoro Brainrot Doomscroll panel, which allows the user to doomscroll during Pomodoro breaks, reducing the need to navigate to other devices/tabs. For peak efficiency (bumness).

How we built it

  • VSCode Extension API
    • Handles activation, commands, events, diagnostics, and Git hooks
    • Enables integration directly into the editor workflow
  • Node.js
    • Powers the extension backend and API interactions
  • TypeScript
    • Primary development language
    • Improves reliability when handling editor events with type specification

Challenges we ran into

  • With no prior experience with building VSCode extensions and its API, we spent a fair bit of time scouring the documentation for an API that suited our needs
  • eepys

Accomplishments that we're proud of

  • Our first VSCode extension: It's fun, entertaining, and doesn't break
  • Staying up till 4am: No easy feat, pulled through sheer willpower and caffeine

What we learned

We learnt how to create a VSCode extension, experimenting with VSCode extension APIs, WebViews and WebPanels. Most importantly, we learnt how to bring silly ideas to life.

What's next for brainrot buddy

  • Integration with Instagram Reels and Tiktok, for the peak doomscroll experience
  • An API to update success animations, because staying trendy is important

Installation & Usage

  1. Ensure the latest version of Node.js is installed on your machine.

  2. Install Yeoman and the VS Code Extension Generator globally using npm:

    npm install --global yo generator-code
    
  3. Clone the repository

    git clone https://www.github.com/elphabetsoop/brainrot-buddy
    
  4. Open the project directory in VS Code

    cd brainrot-buddy
    code .
    
  5. Install the dependencies

    npm install
    
  6. Press F5 to open a new VS Code window with the extension loaded. You should see a heart icon in the activity bar on the left. Drag it to your desired location.

Screenshots

  1. Bibble bingchillings with you (bro walks around)

    idle

  2. Bibble can be rather savage :(

    error

  3. Bibble serving you dopamine hits but preventing excessive doomscrolling

    pomodoro

  4. Bibble celebrating your success with you!

    success

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft