System Admin,
Vibe Coder.
Bridging the gap between enterprise infrastructure and creative frontend development. 15+ years of IT experience, now shipping products at the speed of thought.
ColorTone AI
AI-powered palette generator. Blend over 1200+ Pantone colors and create custom swatches instantly.
async function generatePalette(base) { const swatches = await ai.match(base); // Blend with Pantone library return swatches.map(s => { return blendColors(s, base, 0.5); }); }
ScamPDF
Lightweight, serverless PDF editor. Fully secure; PDFs never leave your browser.
const pdfBytes = await file.arrayBuffer(); const pdfDoc = await PDFDocument.load(pdfBytes); // Client-side processing only const pages = pdfDoc.getPages(); pages[0].drawText('Secure', { x, y });
Light Meter
Calculates precise daylight and moonlight remaining for your specific coordinates.
const { lat, lng } = useGeoLocation(); // Calculate celestial events const sunPhase = getSolarNoon(lat, lng); const moonLight = getLunarPhase(new Date()); console.log(`Illumination: ${moonLight}`);
OSX 6.0 Terminal
A browser-based homage to OSX 6. Features a functional terminal, real-time crypto tickers, and a nostalgic desktop environment.
const processCommand = (input: string) => { if (input === 'btc') return fetchTicker('BTC'); return executeShell(input); };
ADA Tracker
Real-time Cardano (ADA) price tracker with interactive 24h historical data graphs. Includes a dedicated retro mode.
const price = await fetch('api/ada/price'); // Get 24h historical candles const history = await getHistory('24h'); renderGraph(history);
Day/Moon Chart
Visually measures the amount of sun or moon light left in the day or night.
East Bay Sports
Tracks Bay Area and California teams. Features a custom RSS feed aggregator for latest headlines and scores.
Compiling...
The next experiment is currently being built. Check back soon.