Back to projects
AI / Dev Tools live

Oxide Studio

Universal AI production engine unifying 700+ models with a visual Recipe Builder interface.

A Rust-based AI content factory with a visual Recipe Builder for chaining 700+ models.

Core Features

Recipe Builder — Visual node-based interface for creating AI pipelines. Chain text-to-image, image-to-image, and style transfer models into production workflows.

Signal Reactivity — Dioxus signals provide fine-grained reactivity without virtual DOM diffing. State updates trigger surgical re-renders only where needed.

Cross-Platform — Compile to WASM for web preview, native desktop for full generation. Same Rust codebase, different rendering backends.

Unified API — WaveSpeed AI abstracts away provider differences. Access models from OpenAI, Anthropic, Stability, and dozens more through a single interface.

Oxide Studio is a cross-platform AI production engine built in Rust with Dioxus. It provides a visual Recipe Builder interface for orchestrating AI workflows across 700+ models.

Key Features

  • Recipe Builder: Visual node-based interface for constructing AI pipelines
  • Signal-based State: Reactive state management inspired by SolidJS
  • Multi-target: Compiles to WASM for web preview, native for full features
  • WaveSpeed Integration: Direct access to 700+ AI models through a unified API

Project Info

Status
live
Category
AI / Dev Tools

Architecture

How the pieces fit together.

ReactiveAsync PollingPreviewFull FeaturesDioxus RSXSignal StateRecipe EngineWaveSpeed APIWASM TargetDesktop Target

Tech Stack

The tools behind the build.

Frontend

Dioxus 0.7
Rust UI framework with RSX templates
Tailwind CSS
Utility-first styling via class attributes

Backend

Rust
Systems language for performance and safety
Tokio
Async runtime for concurrent API polling

Infrastructure

WASM
Web build target (desktop-only for generation)

AI / ML

WaveSpeed AI
Primary API for 700+ model access