Skip to content
View brunobuddy's full-sized avatar
♥️
Working
♥️
Working

Organizations

@mnfst @ManifestOfficial

Block or report brunobuddy

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
brunobuddy/README.md

Bonjour 👋🏼

I am Bruno, a senior TypeScript developer and entrepreneur.

Co-founder of Manifest and Buddyweb. Currently hacking in the San Francisco Bay Area. I am from Grenoble 🇫🇷🏔🫕 and have a strong personal and professional attachment to Paris 🗼.

  • ⚙️ I work mainly with .ts, .tsx. Sometimes with .scss but I am not so proud of it
  • ❤️ I love Open Source, learning and drinking beers (when I can find the time for it)
  • 🌱 I am currently improving my DevOps skills, I feel like I missed so many things 😳
  • 📫 Reach me through email

Pinned Loading

  1. mnfst/manifest mnfst/manifest Public

    Smart LLM routing for OpenClaw. Cut Costs up to 70%

    TypeScript 3.4k 163

  2. TypeScript SIRET Validation Script (... TypeScript SIRET Validation Script (French company registration number)
    1
    // Returns true if valid, false if not. Note that registrationNumber param is a string (usually provided by HTML imput)
    2
    validateRegistrationNumber(registrationNumber: string): boolean {
    3
      if (registrationNumber.length !== 14) {
    4
        return false
    5
      }
  3. RunaCapital/awesome-oss-alternatives RunaCapital/awesome-oss-alternatives Public

    Awesome list of open-source startup alternatives to well-known SaaS products 🚀

    Python 18.8k 1k

  4. mnfst/vscode-theme-manifest mnfst/vscode-theme-manifest Public

    Manifest theme for VS Code

    1