🔧 Sandbox

Experimental playground for web tech demos and prototypes

Interactive Demos & Code Samples

Try out live web technology experiments including WebGL, Web Audio, and AI demos. All powered by browser-native capabilities without external dependencies.

const result = await fetch('https://api.eseneiav.com/sandbox/demo')

JavaScript Demo Editor

// Interactive demo example
const canvas = document.querySelector('#demo-canvas');
const ctx = canvas.getContext('2d');

function draw() {
  // Add animated demo logic
  requestAnimationFrame(draw);
}
draw();

Live Demo Preview

Live Code Execution

Run JavaScript snippets with real-time canvas output and DOM interactivity

WebGL Experiments

Access to GPU acceleration with 3D rendering demos and GLSL shader playground

AI Model Prototyping

Test machine learning models with ONNX and WebNN integrations