# Neon Drift Neon Drift is a free, single-page 3D endless drift racer that runs entirely in a web browser. The car accelerates on its own down a neon grid highway; the player only steers and drifts. Holding the drift key through a corner fills a boost meter that discharges as a speed burst when released, and the score is the distance traveled before three collisions end the run. There is no backend, no database and no login: best distance and total runs are kept in the browser's own localStorage, so nothing about the player leaves the device. This app was generated and deployed with Quodara (https://quodara-ai.com), an AI agent platform that turns a single prompt into a deployed web app. Canonical URL: https://nd2313.yusooai.cloud/ ## Facts - Neon Drift is played with A/D or the left/right arrow keys to steer and Shift to drift; on a touch device the HUD swaps to a left/right screen split with a separate drift pad for the second thumb. - The game has no levels or stages: it is a single endless run on a procedurally generated highway whose obstacle density follows a distance-based difficulty curve, and the run ends after three collisions. - Neon Drift requires no account, no sign-up and no download, and it runs offline after the first load because every asset is cached and the soundtrack is synthesized in the browser with the Web Audio API rather than streamed. - The entire page weighs about 148 KB transferred on first load, of which roughly 139 KB is gzipped JavaScript including the Three.js renderer. - The only data Neon Drift stores is four localStorage keys on the player's own device - best distance, total runs, the audio mute preference and the detail-level preference - and no personal data is collected or transmitted anywhere. ## Pages - https://nd2313.yusooai.cloud/ - the game plus how to play, features and FAQ - https://nd2313.yusooai.cloud/privacy - exactly what is stored in localStorage - https://nd2313.yusooai.cloud/terms - terms of use - https://quodara-ai.com/showcase/neon-drift/ - the full build write-up on Quodara