An open API service indexing awesome lists of open source software.

https://github.com/techintegrationlabs/create-bizbrain

One-command installer for BizBrain OS - npx create-bizbrain
https://github.com/techintegrationlabs/create-bizbrain

agency ai automation bizbrain business claude-code cli nodejs open-source solopreneur

Last synced: about 11 hours ago
JSON representation

One-command installer for BizBrain OS - npx create-bizbrain

Awesome Lists containing this project

README

          


BizBrain OS

create-bizbrain


One-command installer for BizBrain OS — your AI-powered business operating system.


npm version
npm downloads
license

## Quick Start

```bash
npx create-bizbrain
```

Or with a project name:

```bash
npx create-bizbrain my-business
```

## What's New in v3.0.0

- **2-question setup** -- Just your name and business name. Everything else is inferred.
- **URL scraping** -- Paste your website, LinkedIn, socials. BizBrain reads them and builds your profile.
- **Plugin architecture** -- 15 self-contained plugins replace the old 27-module system.
- **Privacy tiers** -- Choose Observer, Explorer, or Full Context (Screenpipe OCR).
- **35+ integrations** -- Toggle on services with guided credential setup.

## How It Works

```
npx create-bizbrain
|
v
"What's your name?" + "What's your business called?"
|
v
Ingestion page opens in browser:
- Paste URLs (website, LinkedIn, socials)
- Drag & drop docs (proposals, pitch decks)
- Click "Build My Brain"
|
v
Profile extracted automatically from your content
|
v
start.html opens:
- Choose privacy tier (Observer / Explorer / Full Context)
- Copy setup prompt → paste into Claude Code
|
v
Claude activates starter plugins and asks what matters most to you
```

## Options

| Flag | Description |
|------|-------------|
| `-h, --help` | Show help message |
| `-v, --version` | Show version number |
| `-y, --yes` | Accept all defaults (non-interactive) |
| `--no-git` | Skip git initialization |
| `--verbose` | Show detailed output |

## Examples

```bash
# Interactive setup (recommended for first time)
npx create-bizbrain

# Quick setup with defaults
npx create-bizbrain my-business -y

# Skip git, verbose output
npx create-bizbrain my-agency --no-git --verbose
```

## What It Does

1. **Checks prerequisites** -- Node.js 18+, Git, and (optionally) Claude Code
2. **Clones BizBrain OS** -- Downloads the latest from GitHub
3. **Asks 2 questions** -- Your name and your business name
4. **Opens ingestion page** -- Drop URLs and docs for profile extraction
5. **Extracts your profile** -- Business type, industry, tools, and more inferred automatically
6. **Shows next steps** -- Privacy tier selector and setup prompt for Claude Code

## Features

- **Zero dependencies** -- Uses only Node.js built-in modules
- **Cross-platform** -- Works on Windows, macOS, and Linux
- **URL scraping** -- Extracts text from your website, LinkedIn, and social profiles
- **Profile inference** -- Detects business type, industry, tools, pain points, brand colors
- **Color support** -- Respects `NO_COLOR` and `FORCE_COLOR` env vars
- **Update notifications** -- Tells you when a new version is available
- **Non-interactive mode** -- Perfect for CI/CD with `--yes`

## Requirements

- **Node.js 18+** (required)
- **Git** (required)
- **Claude Code** (optional but recommended for the full AI experience)

## What is BizBrain OS?

BizBrain OS is an open-source, AI-native business operating system built for solopreneurs, freelancers, and small agencies. It organizes your clients, projects, time tracking, invoicing, and more -- all powered by Claude Code.

- 15 self-contained plugins (CRM, GSD, content, integrations, and more)
- 35+ service integrations with guided credential setup
- 3-tier background learning (Observer / Explorer / Full Context)
- Plugin manager for activate/deactivate without losing data
- GUI dashboard with integrations page
- Desktop app via Tauri v2

Learn more at [bizbrain-os.com](https://bizbrain-os.com).

## License

MIT -- Copyright 2026 Tech Integration Labs LLC