The public website and documentation source for BubuStack. This repository owns the Docusaurus site, docs, homepage content, and root trust/governance files. It does not ship the operator, SDK, or transport runtimes.
- Live site: https://bubustack.io
- Docs: https://bubustack.io/docs/overview
- Roadmap: https://bubustack.io/docs/community/roadmap
- Examples: https://github.com/bubustack/examples
- Website issues: https://github.com/bubustack/website/issues
- Docusaurus 3 — static site generator
- React 19 — UI components
- Mermaid — diagrams in Markdown
- Node.js 20+
- npm
npm install
npm startThis starts a local development server at http://localhost:3000. Most changes are reflected live without restarting.
npm run typecheck
npm run buildGenerates static files into the build directory.
npm run servedocs/ Markdown documentation (Docusaurus content)
src/
components/ React components (homepage sections, features)
css/ Global styles
pages/ Custom pages (homepage)
static/ Static assets (images, favicon)
docusaurus.config.ts Site configuration
sidebars.ts Documentation sidebar structure
Every documentation page has an "Edit this page" link at the bottom that takes you directly to the source file on GitHub. This is the easiest way to suggest improvements.
For larger changes:
- Fork this repository
- Create a branch
- Edit or add Markdown files in
docs/ - Run
npm startto preview locally - Submit a pull request
See CONTRIBUTING.md for full guidelines.
- Website/docs issues, broken links, homepage copy, and navigation updates:
bubustack/website - Operator/runtime behavior, CRDs, controllers, and webhooks:
bubustack/bobrapet - Transport hub, connector injection, and streaming topology runtime:
bubustack/bobravoz-grpc - SDK and component-runtime issues:
the owning repository (
bubu-sdk-go, component repo, or transport repo) - Shared runtime contracts, templating, and operator/SDK helpers:
bubustack/core - Transport protobuf contracts and generated bindings:
bubustack/tractatus
| Repository | Role |
|---|---|
| tractatus | Protobuf contracts and generated Go bindings for transport runtimes |
| core | Shared contracts, templating, transport envelopes, and runtime helpers |
| bobrapet | Kubernetes operator — CRDs, controllers, webhooks |
| bubu-sdk-go | Go SDK for building Engrams and Impulses |
| bobravoz-grpc | gRPC streaming transport hub |
| examples | Example workflows and templates |
| website | This repository — documentation and website |
Copyright 2026 BubuStack.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.