Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 941 Bytes

File metadata and controls

48 lines (34 loc) · 941 Bytes

RUBY Platform

RUBY is 9Ruby’s internal AI system.

Two planes:

  • ruby-web (Vercel): console UI + admin APIs.
  • ruby-runtime (Cloudflare): runs + streaming + tool execution.
  • ruby (terminal): model-agnostic RUBY CLI.

Local dev (first time)

  1. Install deps:
cd C:\Users\mrvis\Projects\ruby-platform
npm install
  1. Copy env files:
  • apps/ruby-web/.env.exampleapps/ruby-web/.env.local
  • apps/ruby-runtime/.dev.vars.exampleapps/ruby-runtime/.dev.vars
  1. Run:
npm run dev:web

Terminal RUBY:

npm run ruby

Optional runtime:

npm run dev:runtime

Background agents require a Cloudflare Queue binding (RUBY_JOBS).

Supabase schema

Migration lives at infra/supabase/migrations/.

Apply via Supabase CLI or dashboard SQL editor.

Deploy

  • apps/ruby-web → Vercel project.
  • apps/ruby-runtime → Cloudflare Worker (Wrangler).