Skip to content

Uranus100% Cloudflare-Powered AI Platform

Multi-agent AI dashboard running entirely on Cloudflare's global edge network. No external servers, no cold starts, infinite scale.

Uranus

Powered Entirely by Cloudflare

Uranus runs 100% on Cloudflare's infrastructure with no external servers, databases, or services required.

ServiceCloudflare ProductPurpose
ComputeWorkersServerless API and business logic
StateDurable ObjectsPer-agent isolated state with SQLite
DatabaseD1Global SQLite database
StorageR2File uploads, screenshots, media
Vector DBVectorizeRAG embeddings and semantic search
AIWorkers AILLM inference (Llama, Mistral, etc.)
QueuesQueuesAsync workflow execution
StaticPagesReact frontend hosting

Architecture

┌─────────────────────────────────────────────────────────────────┐
│                    CLOUDFLARE GLOBAL EDGE                        │
│                    300+ Data Centers Worldwide                   │
├─────────────────────────────────────────────────────────────────┤
│                                                                  │
│   ┌─────────────┐    ┌─────────────┐    ┌─────────────────┐    │
│   │   Workers   │    │   Durable   │    │   Workers AI    │    │
│   │   (API)     │◄──►│   Objects   │◄──►│   (LLM)         │    │
│   └──────┬──────┘    └──────┬──────┘    └─────────────────┘    │
│          │                  │                                    │
│          ▼                  ▼                                    │
│   ┌─────────────┐    ┌─────────────┐    ┌─────────────────┐    │
│   │     D1      │    │     R2      │    │   Vectorize     │    │
│   │  (SQLite)   │    │  (Storage)  │    │  (Embeddings)   │    │
│   └─────────────┘    └─────────────┘    └─────────────────┘    │
│                                                                  │
│   ┌─────────────┐    ┌─────────────┐                           │
│   │   Queues    │    │   Pages     │                           │
│   │  (Async)    │    │ (Frontend)  │                           │
│   └─────────────┘    └─────────────┘                           │
│                                                                  │
└─────────────────────────────────────────────────────────────────┘

Why Cloudflare?

No Cold Starts

Durable Objects provide instant state access without cold start latency.

Infinite Scale

Automatically scales from 0 to millions of requests with no configuration.

Global by Default

Your agents run in 300+ cities, close to your users everywhere.

Simple Deployment

Single wrangler deploy command. No infrastructure to manage.

Cost Effective

Pay only for what you use. Free tier includes 100K requests/day.

Quick Start

bash
# Clone the repository
git clone https://github.com/anthropics/uranus.git
cd uranus/manage

# Install dependencies
npm install

# Deploy to Cloudflare
npx wrangler deploy

Tech Stack

LayerCloudflare Product
FrontendPages (React 18, TypeScript, Vite)
APIWorkers
Agent StateDurable Objects + SQLite
DatabaseD1
StorageR2
Vector SearchVectorize
AI InferenceWorkers AI
Async JobsQueues

Released under the MIT License.