The official website and documentation for BubuStack, the Kubernetes-native workflow orchestration platform.
- Live site: https://bubustack.io
- Docs: https://bubustack.io/docs
- Examples: https://github.com/bubustack/examples
- 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 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.
| Repository | Role |
|---|---|
| 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.