Oc2cO brand film • 40s

Build. Ship. Evolve.

Oc2cO is a bootstrapped studio building focused tools for memory, creation, and agentic workflows. Proof-first. Clean 2026 visuals.

🔄 Daily updates — Vercel + agents
Sagous — The Oc2cO Oracle
Sagous — the Oc2cO Oracle. Photoreal green fox boy in cosmic robe with detailed fur and amber eyes from triptych expressions (refs in visual_references/memtool_work/characters/sagous/). Uses Canva Magic Layers for layered effects. Click to activate agent.
Sagous Oracle — click to chat or command • walks freely
Futuristic Chat Oracle • Canva Layers + Particles + Liquid Glass

Sagous (photoreal green fox, cosmic robe, detailed fur, amber eyes from triptych). Layered Canva Magic + glass/parallax/particles. Click character or interface to open transcribed chat. Agent hub for skills/tools (Pro).

Full Canva Layers demo → | Click Sagous or chat to activate
🪐 SAGOUS ORACLE click to talk • live transcription
[tap or click to speak — live transcript here]
ORACLE MODE — click Sagous
Active Projects

🧠 MemTool — IN DEVELOPMENT

AI-powered memory and recall. Voice capture, journaling, photo AI, adaptive companion, and built-in brain games.

Stack: React Native, Expo, TypeScript, iOS + Android

Features: Voice STT, journal archive, AI tagging, 24-game, memory match, sudoku, subscriptions.

React Native Expo iOS Android Voice AI

🧠 Dedicated MemTool Page → 📦 GitHub 24 Game → Arcade hub → Store →

Beta web + server live on Vercel. Mobile beta via site. Full details on /memtool. App Store pending.

🛒 SellThis — COMING SOON

AI-assisted listing and sales companion. Curated store for focused minds and creative tools.

Status: Prototype in store. Browse and request access.

Visit Store →

🎮 Oc2cO Arcade — LIVE

Standalone browser brain games: 24 Game, Memory Match, Simon Says, Scramble, Copycat, Sudoku, Picture Scramble. Fully self-contained.

Play Arcade →

Open / Download MemTool → GitHub Store →
Beta web + server live on Vercel. Mobile beta via site. Full details on /memtool. App Store pending.
SellThis COMING SOON
AI-assisted listing and sales companion. Curated store for focused minds and creative tools.
Status: Prototype in store. Browse and request access.
Oc2cO Arcade LIVE
Standalone browser brain games: 24 Game, Memory Match, Simon Says, Scramble, Copycat, Sudoku, Picture Scramble. Fully self-contained. Enhanced animations.
Beta Apps & Tools

Focused premium experiences. Mature neural/glass interfaces. Fully responsive, fast-loading. Advanced effects, AI, voice & music ready.

HOLO NEURAL FIELD • MEM + AGENT

AI Companion

Per-user hardwired Oc2cO Companion agent. Context-aware help, idea capture, memory sync across tools. TOOLS_SKILLS integration ready.

FUNCTION: chat • persist • launch • recall Open the Companion →

Voice Capture & Synthesis

Real-time STT/TTS. Journaling + reflections. ElevenLabs-ready widget embed. Feeds MemTool archive. Full code via companion.

FUNCTION: record • transcribe • synthesize • voice agent

Photo & Media Analysis

Secure vault + AI tagging, insights. Memory linked scans for recall and pattern discovery. Neural particle flow visuals.

FUNCTION: capture • tag • reflect • analyze

Music & Vibe Layers

Ambient audio for focus/reflection. Ties to arcade games + memory sessions (Tone.js + audio sync beta). Music gen via Suno proxies per TOOLS_SKILLS.

FUNCTION: play • sync • mood • generate Explore audio →

Neural Recall + Data Flow

AI-guided memory search. Particle-synapse visualizations. Integrates arcade training scores.

FUNCTION: search • connect • visualize • train

Store & Entitlements

Pro unlocks, SellThis AI listings, subscriptions. Mature glass checkout flows.

FUNCTION: subscribe • list • pay • sync Visit Store →

AI Image Gen (Flux/Replicate + Leonardo)

State-of-art image generation. Proxy via TOOLS_SKILLS. Use for memory visuals, store mockups, arcade assets.

FUNCTION: prompt • generate • store • embed Full code →

Game Engine Embeds (Phaser)

Phaser.js 2D/WebGL embeds + full engine. Arcade uses + extensible. See TOOL_SKILL_PHASER_JS_GAME_ENGINE.md

FUNCTION: embed • play • extend • score Full code →

Chat & Social (Botpress + Embeds)

AI chat widgets + X/TikTok/IG/YouTube embeds. Full social + Botpress per TOOLS_SKILLS.

FUNCTION: embed • converse • share
Advanced effects throughout. Full catalogs and code available privately via the companion or /reference.html.
Skills & Tools Library — Full TOOLS_SKILLS + VISUAL_SKILLS

Advanced premium visual effects and tools available through the companion. Glass, liquid, neural, holographic, Canva layers, and more.

🇨🇳 ASIAN PREMIUM LIQUID REFRACTION
Hover for real SVG distortion + specular
ASIAN DENSE NEURAL GLASS
Multi-panel + live data flows
Oc2cO Verse Companion →
Meet the companion, drag/pinch/zoom the living Atrium, and see everything it's learned with you.

Voice Integration Example (ElevenLabs)

<!-- Basic embed (place near end of body) -->
<elevenlabs-convai 
  agent-id="YOUR_AGENT_ID_HERE" 
  variant="expanded"
  dismissible="true"
  action-text="Talk to Oc2cO Companion"
  start-call-text="Start Voice"
  avatar-orb-color-1="#00E5FF"
  avatar-orb-color-2="#64D4FF"
></elevenlabs-convai>

<script 
  src="https://unpkg.com/@elevenlabs/convai-widget-embed" 
  async 
  type="text/javascript">
</script>

<!-- Advanced with runtime overrides -->
<elevenlabs-convai
  agent-id="agent_7101k5zvyjhmfg983brhmhkd98n6"
  dynamic-variables='{"user_name": "Explorer", "mode": "memory"}'
  override-first-message="Welcome to your Oc2cO memory palace."
></elevenlabs-convai>

Full voice integration available via the in-site AI assistant.

Embedded Full Code Example 2: Advanced Holographic Neural Orb Morph (from VISUAL_SKILLS)

(Live preview above in beta-tools uses similar; full self-contained in MD. Key canvas + JS excerpt below for copy-paste. See full file for complete animate/spawn.)
const canvas = document.getElementById('holo-orb');
const ctx = canvas.getContext('2d');
let mx=W/2, my=H/2; let nodes = [...]; // 12+ neural nodes
// mousemove, click spawnParticle, scrollPhase influence...
function animate() { ctx.clearRect(0,0,W,H); /* draw orbs + lines + particles + holo sweep */ requestAnimationFrame(animate); }
window.Oc2cO_HoloOrb = { triggerBurst: () => { /* burst */ } };

Full runnable version available from the in-site AI (ask for holographic orb or visual effects code).

Voice Tools — Full Integration Code

From TOOLS_SKILLS: ElevenLabs + Browser Web Speech + Native fallback.

<!-- Voice widget embed (ElevenLabs) + fallback -->
<script>
if ('speechSynthesis' in window) {
  const utter = new SpeechSynthesisUtterance('Recall memory...');
  speechSynthesis.speak(utter);
}
</script>
See full in TOOL_SKILL_ELEVENLABS... + TOOL_SKILL_BROWSER_WEB_SPEECH_VOICE.md
Ask the AI for full voice code →

Music Tools — Full Integration Code

Suno proxy + Tone.js beats.

// Suno proxy call (see full MD)
fetch('/api/suno', {method:'POST', body: JSON.stringify({prompt:'upbeat memory vibe'})})
  .then(r=>r.json()).then(d => { new Audio(d.url).play(); });

// Tone.js fallback
const synth = new Tone.Synth().toDestination();
synth.triggerAttackRelease("C4", "8n");
Ask the AI for full music code →

Image Tools — Full Integration Code

Replicate Flux + Leonardo.ai via proxy.

async function generateFlux(prompt) {
  const resp = await fetch('/api/gen-flux', {method:'POST', body:JSON.stringify({prompt})});
  const {url} = await resp.json();
  document.getElementById('img').src = url; // store in mem / display
}
// Full proxy + client UI in TOOL_SKILL_REPLICATE_FLUX_IMAGE_GEN.md + LEONARDO
Ask the AI for image generation code →
Full integration code available instantly from the in-site AI chat. Ask for any effect.
App & Tool Mapping • Beta Apps • Functions

Core Systems • Functions • Direct Links (Skills Reviewable)

MemTool (Beta) Voice STT/TTS • Photo Analysis + OCR • AI Journal Recap + Insights • Embedded Arcade + Training • Living Companion (Memora) • Hardwire Sync • Cross-Device Web+Mobile Beta Launch /memtool → Advanced voice, neural and liquid effects.
Arcade (Games Beta) 24 Math Puzzle • Memory Match Pairs • Simon Says Neural Sync • Word/Picture Scramble • Sudoku Logic • Copycat Pattern • Picture Scramble • Timer/Levels/Score • Neural visual overlays Play Arcade → Built with: Phaser/TOON skills + VISUAL particle/neural/holo
Store + Checkout Pro Subscriptions • SellThis AI Listings • Digital Entitlements • Glass Checkout Flows • Payments Layer • Beta App Access • Gear for Focus Enter Store → → Checkout → Checkout refs: pill-btn + glass + footer consistency + beta unlock
In-Site Oc2cO Companion (Beta) Context Hardwire • Per-session Memory • Change Triggers • Help + Code Agent • Cross-App Launch • Voice • Usage Tracking Launch Agent → Advanced AI companion & hardwire memory
Cinematic + Iris Oracle Phase Scrub Intros • Layered Glass Morph • Atrium Previews • Palm/Iris/Nail Analysis • Swarm Logic Cinematic → Iris Oracle →
Beta Tools Suite AI Companion Chat • Voice Capture/Synth • Photo Vault+AI • Music/Vibe Sync • Neural Recall Visuals • Entitlements • Ambient Layers Beta Tools → Premium glass, neural and liquid effects throughout

All experiences use premium glass, neural, holo and liquid effects. Fully client-side with smart AI backend.

All effects are live. Ask the in-site AI for full source of any technique.

Get Connected

Follow Oc2cO on GitHub. Explore the Store and Arcade for tools and experiences.

GitHub → Store → Arcade →

MemTool · Store · Arcade · Projects

Reviewable Skills (BBWAAS packets - agw/): VISUAL_SKILLS INDEXGlassmorphism SurfacesHolographic Neural OrbNeural Particle Data FlowLiquid Glass RefractionNeural Glow ConnectionsTOOLS_SKILLS INDEXVoice Agent WidgetSuno MusicSynthesis PacketAgent Reportsagw READMEBBWAAS MasterBBWAAS Sidecar (BBWAAS reusable, concrete, reviewable in PR. Isolated agent edits.)
O c 2 c O
Companion