No description
  • TypeScript 88.2%
  • CSS 8.5%
  • JavaScript 3%
  • Shell 0.2%
  • HTML 0.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
J. van Veen db7da08721
Some checks failed
Deploy to VPS / Deploy code (push) Failing after 23s
Lint / Lint Code (push) Failing after 26s
docs(nonlinear): add ADR-035 code quality improvement roadmap
2026-03-04 10:13:31 +01:00
.cursor chore: fix linting/typing 2026-03-04 09:35:49 +01:00
.github chore(lint): run oxlint before oxfmt and allow err/error in no-shadow 2026-03-04 09:44:10 +01:00
deploy docs(deploy): update deployment guide and configs for nonlinear.garage44.org 2026-02-16 19:45:29 +01:00
packages docs(nonlinear): add ADR-035 code quality improvement roadmap 2026-03-04 10:13:31 +01:00
scripts fix: linting 2026-02-13 16:26:15 +01:00
.cursorrules chore: improve cursor setup with hook-based linting and new commands 2026-02-09 18:50:06 +01:00
.gitignore chore: init malkovich 2026-01-11 14:50:02 +01:00
.oxfmtrc.json feat: add oxfmt 2026-02-13 08:29:07 +01:00
.oxlintrc.json docs(nonlinear): add ADR-035 code quality improvement roadmap 2026-03-04 10:13:31 +01:00
.stylelintrc.json fix: linting 2026-02-13 16:26:15 +01:00
commitlint.config.js feat: implement PR deployment updates with main branch changes 2025-11-18 18:06:05 +01:00
lefthook.yml chore: replace lint-staged with custom script to avoid TTY issues 2026-02-09 19:06:56 +01:00
package.json chore(lint): run oxlint before oxfmt and allow err/error in no-shadow 2026-03-04 09:44:10 +01:00
README.md chore: update deploy 2026-02-13 18:00:55 +01:00

Codebrew

License Bun

Codebrew is a unified platform for video conferencing, AI project management, and translation automation.

Products

  • Expressio — Automate translations with AI (DeepL/Claude) • README
  • Nonlinear — AI-powered project management • README
  • Pyrite — Video conferencing platform • README

Each product runs independently or integrates seamlessly into the Codebrew platform.

Quick Start

Start Codebrew (all packages):

bun install
# Coming soon: bun run codebrew

Start a standalone package (example: Pyrite):

bun install
cd packages/pyrite && bun run dev

GitHub