Initialising Townstar.xyz...

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.

React Node.js Python PS HTML Tailwind JavaScript Vite
Recent Builds
View ColorTone
Design Tool

ColorTone AI

AI-powered palette generator. Blend over 1200+ Pantone colors and create custom swatches instantly.

VIBE_CODED
palette-engine.ts TS
async function generatePalette(base) {
  const swatches = await ai.match(base);
  // Blend with Pantone library
  return swatches.map(s => {
    return blendColors(s, base, 0.5);
  });
}
View ScamPDF
Privacy Tool

ScamPDF

Lightweight, serverless PDF editor. Fully secure; PDFs never leave your browser.

VIBE_CODED
local-pdf.js JS
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 });
View Lightmeter
Geo Utility

Light Meter

Calculates precise daylight and moonlight remaining for your specific coordinates.

VIBE_CODED
useCosmicClock.js JS
const { lat, lng } = useGeoLocation();
// Calculate celestial events
const sunPhase = getSolarNoon(lat, lng);
const moonLight = getLunarPhase(new Date());
console.log(`Illumination: ${moonLight}`);
View OSX 6.0 Terminal
Retro / Web3

OSX 6.0 Terminal

A browser-based homage to OSX 6. Features a functional terminal, real-time crypto tickers, and a nostalgic desktop environment.

VIBE_CODED
terminal.tsTSX
const processCommand = (input: string) => {
  if (input === 'btc') return fetchTicker('BTC');
  return executeShell(input);
};
View ADA Tracker
FinTech

ADA Tracker

Real-time Cardano (ADA) price tracker with interactive 24h historical data graphs. Includes a dedicated retro mode.

VIBE_CODED
RETRO_MODE
market-api.ts TS
const price = await fetch('api/ada/price');
// Get 24h historical candles
const history = await getHistory('24h');
renderGraph(history);
View Day/Moon Chart
Visualization WIP

Day/Moon Chart

Visually measures the amount of sun or moon light left in the day or night.

VIBE_CODED
// In development...
View East Bay Sports
Sports App WIP

East Bay Sports

Tracks Bay Area and California teams. Features a custom RSS feed aggregator for latest headlines and scores.

VIBE_CODED
// In development...
R&D

Compiling...

The next experiment is currently being built. Check back soon.