# SpriteDX Business Model & Distribution — Overview

## 1\. **Licensing & Philosophy**

* **Core stance**: SpriteDX will not be freeware or fully OSS.
    
* Protecting rights is not cowardice — it ensures sustainability.
    
* Quote to anchor philosophy: *“To give more, you must take a share.”*
    
* Inspiration: **Aseprite** (lifetime license), **Unreal Engine** (source-available, commercial), **Procreate** (low-cost one-time), vs. **MagicaVoxel/Comfy** (free but fragile/indecisive).
    

---

## 2\. **Distribution Strategy**

* **Early stage**: distribute via **zip + install scripts** → transparent, reversible, builds trust.
    
* **Desktop app**: Tauri-based `.app` (macOS) / `.exe` (Windows). App can run shell commands for setup (Python, `uv`, Comfy).
    
* **Direct downloads**: primary channel (signed `.dmg/.pkg`, `.msi/.exe`).
    
* **Supplementary**: Homebrew cask, winget, npm CLI (`npx spritedx`), pip for devs.
    
* **Mac App Store**: defer or limit to remote-only (sandboxing prevents bootstrap).
    
* **Steam**: possible secondary channel; no exclusivity rules, but 30% cut.
    

---

## 3\. **ComfyUI Dependency**

* SpriteDX runs **separately over HTTP** to ComfyUI.
    
* Users can:
    
    * Run local ComfyUI (auto-installed with `uv` on first launch).
        
    * Provide their own ComfyUI URL.
        
* Benefit: leverage Comfy’s network effect while keeping license boundaries.
    
* Risk: ComfyUI’s business model is scattered; SpriteDX can be **decisive**.
    

---

## 4\. **Licensing Choices**

* **SpriteDX core**: Proprietary EULA (closed source).
    
* Optional: Source-available later for trust (like Unreal).
    
* OSS side projects: plugins, adapters, workflow schemas — to build goodwill.
    
* Clear **third-party notices** (ComfyUI GPL, Torch, ffmpeg).
    

---

## 5\. **Pricing Models Explored**

### Hobbyists & Dabblers

* Constant influx of dabblers = stable revenue floor (like cheap Steam games, Procreate).
    
* **Lifetime license**: $20–30, one-time, covers v1.x.
    
* Allowed commercial use up to revenue cap (e.g. $100K/year).
    
* Students: free with `.edu` email → builds loyalty.
    
* Free tier: limited output (e.g. watermark/resolution cap).
    

### Professionals / Studios

* Future subscription = **“full service”**:
    
    * Collaboration features (multi-user workflows, team libraries).
        
    * Advanced exports (Unity/Unreal/Godot).
        
    * Cloud rendering (GPU credits).
        
    * Source code access for deep integration.
        
* Studio pricing: per-seat subscription ($20–30/month), with enterprise options later.
    

### Future Monetization Streams

* **Marketplace**: cut from asset/node/template sales.
    
* **Cloud GPU credits**: pay-per-credit compute.
    
* **Major version upgrades**: lifetime license covers v1.x, pay again for v2.x+.
    

---

## 6\. **Adoption vs. Sustainability**

* OSS / freeware → great for adoption, fragile for sustainability.
    
* Closed / commercial → slower adoption, but stable and reinvestable.
    
* Best strategy: **hybrid** — free entry + lifetime license for mass adoption, subscription + add-ons for sustainability.
    

---

## 7\. **Special Modes & Ecosystem**

* **Machi Mode**: free access to certain pipelines for Machi players.
    
    * Perk for players, funnel into SpriteDX.
        
    * Curated workflows (avatars, backgrounds).
        
    * Conversion path: “Upgrade to full SpriteDX.”
        
* Cross-pollination strategy: like Epic with Fortnite & Unreal.
    

---

## 8\. **Implementation Notes**

* Store runtimes in `~/.spritedx` (Python env, Comfy clone, runtime.json).
    
* Pin dependencies (Torch wheel, CUDA index, Comfy commit, ffmpeg).
    
* Transparent logs for setup.
    
* Provide uninstall script to cleanly remove runtime.
    
* Sign + notarize builds; publish SHA256 checksums.
    

---

# ✅ Core Takeaways

* SpriteDX = **decisive, sustainable, commercial-first**, unlike Comfy or MagicaVoxel.
    
* Launch with:
    
    * **Free tier** (limited).
        
    * **Lifetime license** ($20–30, revenue cap).
        
    * **Student free access**.
        
* Future:
    
    * **Studio subscriptions** (full service).
        
    * **Marketplace & cloud**.
        
    * **Major version upgrades**.
        
* Ecosystem synergy: leverage ComfyUI network effect; cross-pollinate with Machi.
