Projects

What’s in the pipeline

Live and planned work under the NeonShift banner. Each item is either shipping in production or scoped and staged in the codebase.

NeonShift Game Library

Live

A grid of 30+ browser games with per-user leaderboards, achievements, progress saves, favorites, and analytics.

Next.jsSupabaseCloudflare Pages
Explore

AI Game Factory

Internal

A prompt spec + generation pipeline that produces integration-ready HTML5 games — one folder, one index.html, drops in with zero config.

Claude / GPTPrompt engineeringHTML5 Canvas
Explore

NeonShift SDK

Live

Tiny JS library games include with one script tag. Exposes submitScore, saveProgress, unlockAchievement, addGems, trackEvent, and more. postMessage-based so the game never sees auth.

Vanilla JSpostMessage
Explore

Cross-App Data Sync

Planned

Roughed in: shared Supabase project so other apps can read/write the same users, scores, feedback tables — same identity everywhere.

Supabase RLSSchema design
Explore

Ad-Reward Loop

Live

Games call trackAdWatched('revive') and the platform grants tokens, records the placement, and dedupes replays. Provider-agnostic.

Postgres RPCIdempotency
Explore

Automated Deploy Pipeline

Live

One double-click (DEPLOY.bat) runs auto-scan → Next build → Cloudflare Pages upload. All 4 domains update in under 60 seconds.

Wrangler@cloudflare/next-on-pages
Explore