← Selected work
Games · 2026
Nuqta
نقطة
Trivia that works when the network doesn't
A live trivia game built for a room full of people on bad wifi. Questions are generated ahead of time and stored, so a round never stalls waiting on an API.

1,517
Questions banked
4
Provider fallback chain
Never wait on a model
Generating a question live means a spinner in front of a waiting room. We pre-generate into a local bank and serve from it, so the game is instant and the model is an author rather than a dependency.
Four providers deep
The generation pipeline falls through a chain of providers, so one exhausted free tier degrades the refill rate instead of stopping the game.