CoolFace
Apppublic

victor/cloudflare-os

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
1likes
App README

Cloudflare OS on a Docker Space

This Space runs Cloudflare OS, the open-source "AI productivity OS" from Cloudflare, entirely inside a Docker Space. The whole stack (workshop backend, router, gatekeepers) runs locally on workerd via wrangler dev, with the pre-built frontend served as static assets.

Notes

  • Ephemeral storage: this uses wrangler's local simulation for Durable Objects/KV. All accounts, workspaces, and gadgets are lost whenever the Space restarts. Demo purposes only.
  • Bring your own model: after signing in, add a model in the model picker. Any OpenAI-chat-completions endpoint works via the "Ollama" provider, e.g. the Hugging Face Inference router:
  • Provider: Ollama
  • Model: deepseek-ai/DeepSeek-V4-Flash-0731:deepinfra
  • API URL: https://router.huggingface.co/v1
  • API token: your hf_... token
  • Pinned to upstream commit e1ab8fb.