Skip to content

perso-devrel/vibi-landing

Repository files navigation

vibi docs

"Keep the video. Erase just the noise." vibi splits a video's audio into per-speaker stems so you can mute the parts you don't want — driven from a single mobile codebase (Android + iOS), with all external voice API calls confined to one BFF layer. This is its open-source showcase.

These docs target both the external developer meeting vibi for the first time and the contributor joining the codebase. The writing classification follows the four types from technical-writing.dev — each directory maps to exactly one type.

Where to start

Situation Go here
First time — want to spin it up learning/
Stuck — build/connect/run won't work how-to/
Looking up env vars, endpoints, error codes reference/
Curious why BFF, why KMP — the decision background explanation/
Curious about how it was built and the Claude workflow journal/

Index by directory

learning/ — Learn

Step-by-step guides you follow end to end.

reference/ — Look up

Specs to search and consume when you need them.

  • environment.md.env (BFF) / local.properties (mobile) variable tables
  • bff-api.md/api/v2/* request, response, and errors per endpoint (markdown copy of the Swagger UI)
  • error-contract.mdErrorResponse contract, Perso upstream mapping, client handling patterns

how-to/ — Task guides + troubleshooting

Short docs for solving a specific problem quickly.

explanation/ — Deep understanding

The "why" and "how we decided" background.

  • why-bff.md — Why the mobile app does not call external APIs directly
  • why-kmp.md — Why KMP/CMP over Flutter / RN
  • pipelines.md — Design of the stem-separation and multi-variant render pipelines

journal/ — How it was built

Not how to use vibi, but the meta and retrospective on how vibi was built.

Relationship to other docs

The vibi workspace already has a few markdown files. Roles are split cleanly.

Doc Audience Tone
Workspace root README.md Developer who wants the 5-second pitch 5-second hook
Workspace root ARCHITECTURE.md Contributor going deep into the codebase Code-grounded facts (single source of truth)
vibi-bff/README.md · vibi-mobile/README.md Developer touching only that module Per-module build and run
This docs/ Both external entrants and contributors Purpose-based classification (4 types)
CLAUDE.md files Claude Code routing Not externally exposed

When you need code-grounded facts, start with ARCHITECTURE.md — these docs prioritize the learning flow and simplify some facts along the way.

Contributing

If a doc here does not work end-to-end on a fresh shell when followed verbatim, that's a bug. PRs welcome.

Releases

No releases published

Packages

 
 
 

Contributors