Skip to content

Rose engineering

Build, run, and extend Rose's AI-first inbound marketing platform.

Set up your workspace Explore the architecture

Find your path

Platform at a glance

Rose connects buyer-facing React experiences to Cloudflare edge services and FastAPI applications. LangGraph agents coordinate model calls and retrieval across LightRAG, Neo4j, MongoDB, Redis, and Supabase.

See the system architecture →

Local setup

You need Python 3.12+, Node.js 24 LTS, Docker, Google Cloud SDK, Terraform, Poetry, and just.

Create an isolated worktree for each change:

git-add-worktree feature/my-branch

Then bootstrap the workspace:

./bootstrap.py

Use ./bootstrap.py --skip-env when you do not need environment files, or ./bootstrap.py --force to recreate the Python environment.

Read the development workflow →

Daily work