Tuukka Pitkänen
Back to portfolio
Nothing Pending — image 1

Next.js — early development

Nothing Pending

Project details

Category
Web game
Stack
Next.js · TypeScript
Status
Early development

About

A Next.js project inspired by Papers, Please. Players review documents and make judgment calls under pressure. Super early in development.

Case study — Nothing Pending

Role

Solo developer — systems design, UI flow, Next.js prototype

Problem

I wanted to learn how document-review tension translates to the web — short decisions, moral weight, and rules that look neutral but carry consequences. The challenge is conveying pressure without a dedicated game engine pipeline.

Approach

The prototype focuses on a single review desk flow: inspect documents, cross-check rules, approve or deny under time pressure. Next.js handles routing and stateful UI; content is structured so new rule sets can be added without rewriting the shell.

Outcome

Nothing Pending is in super early development with a playable desk loop and readable rule feedback. It validates that the Papers, Please formula can live inside a web app before investing in full narrative content.

Key learnings

  • Bureaucratic UI is a feature — clarity and friction can coexist.
  • Rule exceptions are cheaper to test as data than as hard-coded branches.
  • Early prototypes should answer one question: does the decision feel consequential?