Sixb: a Bun-native framework for operational software shared by people and AI agents #40599
demattosanthony
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Maintainer disclosure: this is a first-party project post, prepared with AI assistance and reviewed against the implementation.
We have been building Sixb, an MIT-licensed TypeScript framework for operational software on Bun.
Sixb turns data from existing systems into typed objects, relationships, telemetry, and actions. Custom apps, the built-in Atlas UI, workflows, and model-backed agents all use that same model. The aim is a shared operational layer: people can review and intervene, while agents can inspect live data and request only authorized actions.
What is Bun-native about it?
bun run devstarts the Elysia HTTP/WebSocket API, event orchestration, background workers, Atlas, and the custom React app.The framework model
The local start is:
bun create sixb my-app cd my-app bun install bun run devThat opens the starter app, Atlas, and generated API documentation.
Links
The project is pre-1.0 and the current packages are at 0.1.1, so feedback on the ontology authoring API, Bun packaging, provider boundaries, and local development experience is especially useful.
All reactions