Projects
Open source tools from Skyphusion Labs andgithub.com/skyphusion-labs, built on Cloudflare Workers, self-hosted GPU, and boring infrastructure. Flagship:Vivijure, a free AGPL-3.0 AI film studio. Each project has a write-up on the blog.
Prism
Multimodal AI playground on Cloudflare Workers (1.0): public signup with per-user AI Gateway BYOK, ~93 models, chat, voice, RAG, projects, compact, streaming, and durable video/music jobs via Workflows.
Prism control plane
Metered commercial plane for Prism: enroll, plan entitlements, prepaid balance, rate limits, and OpenAI-shaped doors. Does not store prompts. Native iOS/Android talk here.
Prism for iOS
Native iOS client for Prism against the control plane: chat, image, video, audio, music, StoreKit credit packs.
Prism for Android
Native Android client for Prism against the control plane: same commercial contract as iOS.
prism-mcp
MIT MCP door for the Prism playground: agents get full HTTP /api/* parity (chat, multimodal, RAG, compact, jobs). Session cookie stays on the Worker.
Vivijure
Self-hosted AI film studio on Cloudflare Workers: planner UI, cast, render orchestration, and a module host. Rent GPU time by the second, run on your own card, call cloud i2v APIs, and keep assembly on CPU containers you host.
Vivijure Backend
The datacenter GPU render engine for Vivijure on RunPod: LoRA training, SDXL keyframes, Wan image-to-video, and a live release gate that renders before it promotes.
Vivijure Local 12GB
Own-GPU render door for Vivijure: LTX-Video image-to-video on a single consumer card with a proven 12GB VRAM floor, reached over a Cloudflare tunnel.
Vivijure Local 16GB
The fidelity own-GPU door for Vivijure: CogVideoX-5B-I2V on a single consumer card with a proven 16GB VRAM floor, measured on real silicon.
Vivijure MuseTalk
Lip-sync finish engine for Vivijure: MuseTalk on a RunPod GPU takes a face clip and an audio track and returns a mouth that matches the words.
Vivijure Upscale
Video upscale finish engine for Vivijure: 2x or 4x Real-ESRGAN on PyTorch/CUDA, GPU-bound with streamed frames and NVENC encoding.
Vivijure Audio Upscale
Speech cleanup finish engine for Vivijure: resemble-enhance on a RunPod GPU denoises and restores dialogue before lip-sync, so voices come out clear and full.
Slate
Collaborative screenwriter assistant for Discord: storyboard brief, portraits, search, and render submission to Vivijure when the crew is ready.
SidVicious_exe
Punk rock Discord roadie on Cloudflare: Claude, web search, knowledge base, and image generation. Slate without the film stack.
Common Thread
Methodology paper plus Workers implementation for sockpuppet attribution from public behavioral signals: archive, extract, reason, export evidence packets.
The Hollow Grid
Multiplayer MUD on Cloudflare Workers and Durable Objects: federated worlds, shared character, $0 at idle.
hollow-grid-go
Rust Choir: Go world-server port of The Hollow Grid. Same smoke suite and wire protocol, fleet-hosted at rustchoir.skyphusion.org.
hollow-grid-py
Verdigris Spool: Python world-server port of The Hollow Grid. Conformance-green on the shared smoke suite; live at verdigris.skyphusion.org.
hollow-grid-c
Ferrite Wastes: C world-server port of The Hollow Grid on bare metal, same hub federation contract as the TypeScript and language ports.
hollow-grid-asm
Basalt Relay: x86-64 NASM world-server port of The Hollow Grid. Protocol-first; image builds gated until the NASM 3 / PIE path is clean.
mud-bots
AI inhabitants for The Hollow Grid: open-source models on Workers AI log in like human players, face the game's real moral choices, and double as live QA.
Postern
Self-hostable mailbox on Cloudflare: send and receive, searchable storage, webmail and IMAP, plus a Go SMTP relay for legacy callers. Identity-bound credentials so agents send and read as themselves (v1.4.1).
security-audit
Adversarial LLM security audits for GitHub PRs and repos via Cloudflare Workers AI and AI Gateway. Advisory CI layer with secret redaction and a public/private data boundary.
search-mcp
Cloudflare AI Search toolkit: MCP server, streaming /ask Worker, embeddable ask widget, and git-to-R2 corpus sync for docs and public code.
vivijure-local
Self-hosted Vivijure control panel: Node, SQLite, S3/MinIO, Docker Compose. Same studio API as vivijure-cf without a Cloudflare account.