rubric

Rubric Monorepo

Home of Rubric Labs

This repo contains Rubric’s, UI library, docs, and code config.

This makes it easier to

  • Share code across projects
  • Coordinate global style changes with a single PR
  • Skip common setup in new projects: Tailwind, Biome, Typescript, etc.

What’s inside?

This monorepo includes the following packages and apps:

Packages

Core framework packages for building agentic applications:

Development and tooling:

Apps

Notable applications built with our framework:

  • rOS: Operating system for AI agents
  • chat: Real-time chat application
  • x: Core agent system with iOS integration
  • And more experimental applications

Build

To build all apps and packages, run:

bun build

Develop

To develop all apps and packages:

bun dev

To develop a specific app:

cd apps/[app_name]
bun run dev

Dependencies

To add a dependency to a specific app:

cd apps/[app_name]
bun i dependency

To add a global dependency:

bun add -W dependency

Technologies

  • Bun.js for fast JavaScript runtime and package management
  • TypeScript for static type checking
  • Next.js for full-stack React applications
  • Turborepo for monorepo management
  • Biome for fast, modern code linting and formatting

License

MIT

Visit original content creator repository
https://github.com/RubricLab/rubric

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *