# SXP Studio AI-Native Apps This file helps AI agents quickly find the SXP Studio apps that are designed to work with agentic workflows. ## Spaced. Spaced. is a minimalist spaced repetition flashcard app for iPhone and iPad. Users can study built-in packs, create their own collections, and import portable user-generated deck and collection files. AI-native use case: generate `.spdeck` and `.spcollection` flashcard packages with text, images, audio, license, and attribution metadata. SXP Studio does not host user-generated content. - [Spaced. app](https://sxp.studio/apps/spaced): Minimalist spaced repetition flashcards for iPhone and iPad. - [Spaced. Agentic Ready guide](https://sxp.studio/apps/spaced/agents/index.md): Machine-readable instructions for creating portable Spaced. deck and collection files with text, images, audio, license, and attribution metadata. - [Spaced. FAQ](https://sxp.studio/apps/spaced/faq): Support and product questions. ## SubjectiveZero SubjectiveZero (also written "Subjective Zero", or "SubZ") is an agentic, node-based editor for real-time graphics on macOS. A Director agent splits a prompt into typed nodes, each node draws its own UI from a contract, and then the agent writes the Swift and Metal per node, with per-node compile isolation and ~300ms hot reload. AI-native use case: SubjectiveZero drives the coding-agent CLI the user already subscribes to (Claude Code or Codex). It does not ship a model or resell tokens. - [SubjectiveZero app](https://sxp.studio/apps/subjectivezero): Agentic node editor for creative coding. - [SubjectiveZero AI resources](https://sxp.studio/apps/subjectivezero/llms.txt): Machine-readable product facts and requirements. - [SubjectiveZero download & setup](https://sxp.studio/apps/subjectivezero/download): macOS beta download and coding-agent requirements. ## GlassVFX GlassVFX (formerly Subjective Designer) is a visual creative tool for the Apple ecosystem. It lets users build procedural visuals with node graphs, GPU shaders, animation, and media-oriented workflows. AI-native use case: control the macOS app through its local MCP server to create and edit visual node graphs from an agent. - [GlassVFX app](https://subjectivedesigner.com): Visual creative tool for the Apple ecosystem. - MCP server: embedded in the macOS app, localhost-only, off by default. - Default endpoint when enabled: `http://127.0.0.1:4269/mcp`. - Enable from the app Settings debug menu, or launch the app with `--mcp-server 4269`. - Key MCP tools include `list_node_types`, `get_graph`, `create_node`, `connect_nodes`, `set_parameter`, `auto_layout`, and `center_camera`.