Skip to content

RubricLab/rubric

Repository files navigation

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

About

Monorepo for Rubric resources

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7