Skip to content

About NEON ARCADE

A games store built as a demonstration of doing the ordinary things properly: honest stock, prices that do not drift between the page and the receipt, and a store that works without JavaScript.

Stock is real

Every quantity on this site comes from one column, and the checkout decrements that same column inside a guarded atomic statement. Ten simultaneous orders for one console produce one order and nine honest refusals.

It works without JavaScript

Filters are links and GET forms. Add to bag, the three checkout steps and the payment step are real form posts. Turning JavaScript off changes how it feels, not what it can do.

Both languages are equal

Arabic is not a translation layer over an English store. The direction comes from the URL, prices never reorder, and every product carries both slugs so each language has its own canonical URL.