Reference docs for vahub, a self-hosted voice-assistant hub, and its modules.
Start with the vahub README for a five-minute overview. These pages go deeper.
- Architecture. The components, the one path every action takes, and why each piece is separate.
- Configuration. Every
vahub.yamlsetting, secrets, environment overrides. - Security. The policy gate, the login, argument constraints, the confirmation flow, and what is not defended.
- CLI. Every
vahubcommand. - Writing modules. The module contract, step by step.
- Deployment. Docker, systemd, the reverse proxy, backups.
- FAQ. The questions people actually ask.
Docs track the code. If a page and the code disagree, the code wins; please open an issue on the vahub repo.
Three repositories, one project:
- vahub. The hub itself.
- vahub-modules. The catalog and first-party modules.
- vahub-docs (this one). The full documentation.